|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
MBean interface.
NonSerializableFactory
Field Summary |
Fields inherited from interface org.jboss.system.ServiceMBean |
CREATE_EVENT, CREATED, DESTROY_EVENT, DESTROYED, FAILED, REGISTERED, START_EVENT, STARTED, STARTING, states, STOP_EVENT, STOPPED, STOPPING, UNREGISTERED |
Method Summary | |
boolean |
getCacheContext()
|
String |
getInitialContext()
Get the class name of the InitialContext implementation to use. |
String |
getJndiName()
Set the jndi name under which the external context is bound. |
Properties |
getProperties()
Get the InitialContex class environment properties. |
boolean |
getRemoteAccess()
|
void |
setCacheContext(boolean cacheContext)
|
void |
setInitialContext(String className)
Set the class name of the InitialContext implementation to use. |
void |
setJndiName(String jndiName)
Set the jndi name under which the external context is bound. |
void |
setProperties(Properties props)
Set the InitialContex class environment properties. |
void |
setPropertiesURL(String contextPropsURL)
Set the InitialContex class environment properties from the given URL. |
void |
setRemoteAccess(boolean remoteAccess)
|
Methods inherited from interface org.jboss.system.ServiceMBean |
getName, getState, getStateString, jbossInternalLifecycle |
Methods inherited from interface org.jboss.system.Service |
create, destroy, start, stop |
Method Detail |
public String getJndiName()
public void setJndiName(String jndiName) throws NamingException
NamingException
public boolean getRemoteAccess()
public void setRemoteAccess(boolean remoteAccess)
public boolean getCacheContext()
public void setCacheContext(boolean cacheContext)
public String getInitialContext()
public void setInitialContext(String className) throws ClassNotFoundException
ClassNotFoundException
public void setPropertiesURL(String contextPropsURL) throws IOException
IOException
public void setProperties(Properties props) throws IOException
IOException
public Properties getProperties() throws IOException
IOException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |