|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ExternalContextMBean
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 |
|---|
String getJndiName()
void setJndiName(String jndiName)
throws NamingException
NamingExceptionboolean getRemoteAccess()
void setRemoteAccess(boolean remoteAccess)
boolean getCacheContext()
void setCacheContext(boolean cacheContext)
String getInitialContext()
void setInitialContext(String className)
throws ClassNotFoundException
contextClass, - the classname of the InitialContext to use
ClassNotFoundException
void setPropertiesURL(String contextPropsURL)
throws IOException
IOException
void setProperties(Properties props)
throws IOException
IOException
Properties getProperties()
throws IOException
IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||