WebSphere:*,type=NameServer,j2eeType=JNDIResource
MBean NameServer
Interface for the NameServer managed object and for the JNDIResource managed object. Each operation described below is identifed as a member of the NameServer managed object interface or the JNDIResource managed object interface. The fact that NameServer and JNDIResource operations are implemented in the same MBean instance is purely an implementation decision. This could change in the future. In order to invoke a method in one interface, you should obtain the bean reference by performing query specifiec to that particular interface. In other words, you should not, for example, invoke a JNDIResource method on an MBean obtained from a query for a NameServer MBean.
Attributes inherited from MBean J2EEManagedObject |
objectName , stateManageable , statisticsProvider , eventProvider |
Operation Summary | |
java.lang.String[] | dumpJavaNameSpace( Lists the contents of the java: URL name space for a specified application component. |
java.lang.String[] | dumpLocalNameSpace( Lists the contents of the name space associated with the URL scheme, local:, for the server process local to the NameServer MBean being invoked. |
java.lang.String[] | dumpServerNameSpace( Lists the contents of the name space for the name server running in the NameServer MBean's process. |
java.lang.String[] | dumpUrlNameSpace( Lists the contents of the name space associated with the specified URL scheme for the server process local to the NameServer MBean being invoked. |
Operation Detail |
public java.lang.String[] dumpJavaNameSpace(java.lang.String app,
java.lang.String module,
java.lang.String component,
java.lang.String options
)
app
-
Application name.module
-
Module name.component
-
Component name.options
-
Dump options. See Info Center for a complete list of options.
public java.lang.String[] dumpLocalNameSpace(java.lang.String options
)
options
-
Dump options. See Info Center for a complete list of options.
public java.lang.String[] dumpServerNameSpace(java.lang.String options
)
options
-
Dump options. See Info Center for a complete list of options.
public java.lang.String[] dumpUrlNameSpace(java.lang.String app,
java.lang.String options
)
app
-
URL scheme.options
-
Dump options. See Info Center for a complete list of options.