| org.jboss.naming.JNDIView
JNDIView | public class JNDIView extends ServiceMBeanSupport implements JNDIViewMBean(Code) | | A simple utlity mbean that allows one to recursively list the default
JBoss InitialContext.
version: $Revision: 57209 $ author: Scott Stark. author: Vladimir Blagojevic author: David Jencks |
Constructor Summary | |
public | JNDIView() Provided for JMX compliance. |
g_haAttributes | final protected static String[] g_haAttributes(Code) | | The HANamingService attributes, order is significant in getHAUrl()
|
haNamingService | protected String haNamingService(Code) | | The HANamingService service name
|
JNDIView | public JNDIView()(Code) | | Provided for JMX compliance.
|
list | public 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 | public 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) | | |
|
|