Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.jboss.security.plugins
Interface SecurityPolicyServiceMBean  view SecurityPolicyServiceMBean download SecurityPolicyServiceMBean.java

All Superinterfaces:
org.jboss.system.Service, org.jboss.system.ServiceMBean
All Known Implementing Classes:
SecurityPolicyService

public interface SecurityPolicyServiceMBean
extends org.jboss.system.ServiceMBean

The JMX mbean interface for the SecurityPolicyService prototype.

Version:
$Revision: 1.6.4.1 $

Field Summary
static javax.management.ObjectName OBJECT_NAME
           
 
Fields inherited from interface org.jboss.system.ServiceMBean
CREATE_EVENT, CREATED, DESTROY_EVENT, DESTROYED, FAILED, REGISTERED, STARTED, STARTING, states, STOPPED, STOPPING, UNREGISTERED
 
Method Summary
 java.lang.String getJndiName()
          Get the jndi name under which the SRPServerInterface proxy should be bound
 java.lang.String getPolicyFile()
           
 void setJndiName(java.lang.String jndiName)
          Set the jndi name under which the SRPServerInterface proxy should be bound
 void setPolicyFile(java.lang.String policyFile)
           
 
Methods inherited from interface org.jboss.system.ServiceMBean
getName, getState, getStateString
 
Methods inherited from interface org.jboss.system.Service
create, destroy, start, stop
 

Field Detail

OBJECT_NAME

public static final javax.management.ObjectName OBJECT_NAME
Method Detail

getJndiName

public java.lang.String getJndiName()
Get the jndi name under which the SRPServerInterface proxy should be bound


setJndiName

public void setJndiName(java.lang.String jndiName)
Set the jndi name under which the SRPServerInterface proxy should be bound


getPolicyFile

public java.lang.String getPolicyFile()

setPolicyFile

public void setPolicyFile(java.lang.String policyFile)