| org.jboss.naming.JNDIViewMBean
All known Subclasses: org.jboss.naming.JNDIView,
JNDIViewMBean | public interface JNDIViewMBean extends org.jboss.system.ServiceMBean(Code) | | MBean interface.
|
getHANamingService | public String getHANamingService()(Code) | | The service name of the HANamingService
the service name |
list | java.lang.String list(boolean verbose)(Code) | | List deployed application java:comp namespaces, the java: namespace as well as the global InitialContext JNDI namespace.
verbose, if true, list the class of each object in addition to its name |
listXML | java.lang.String listXML()(Code) | | List deployed application java:comp namespaces, the java: namespace as well as the global InitialContext JNDI namespace in a XML Format.
verbose, if true, list the class of each object in addition to its name |
setHANamingService | public void setHANamingService(String serviceName)(Code) | | Set the service name of the HANamingServiceg
Parameters: serviceName - the service name |
|
|