NameServer MBean

All Parent MBeans:
J2EEManagedObject

Partial ObjectName:
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(java.lang.String app, java.lang.String module, java.lang.String component, java.lang.String options)
           Lists the contents of the java: URL name space for a specified application component.
java.lang.String[]dumpLocalNameSpace(java.lang.String options)
           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(java.lang.String options)
           Lists the contents of the name space for the name server running in the NameServer MBean's process.
java.lang.String[]dumpUrlNameSpace(java.lang.String app, java.lang.String options)
           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

dumpJavaNameSpace

public java.lang.String[] dumpJavaNameSpace(java.lang.String app, java.lang.String module, java.lang.String component, java.lang.String options)
Lists the contents of the java: URL name space for a specified application component. This operation is for use as an aid to debug applications. It is a member of the NameServer managed object interface.
Parameters:
app - Application name.
module - Module name.
component - Component name.
options - Dump options. See Info Center for a complete list of options.
Security Roles:
administrator
operator
configurator
monitor
deployer
adminsecuritymanager

dumpLocalNameSpace

public java.lang.String[] dumpLocalNameSpace(java.lang.String options)
Lists the contents of the name space associated with the URL scheme, local:, for the server process local to the NameServer MBean being invoked. The local: URL name space is used by the container to bind objects locally instead of through the name server. The local: URL name space contains references to enterprise beans with local interfaces. There is only one local: URL name space in a server process. This operation is for use as an aid to debug applications. It is a member of the NameServer managed object interface.
Parameters:
options - Dump options. See Info Center for a complete list of options.
Security Roles:
administrator
operator
configurator
monitor
deployer
adminsecuritymanager

dumpServerNameSpace

public java.lang.String[] dumpServerNameSpace(java.lang.String options)
Lists the contents of the name space for the name server running in the NameServer MBean's process. This operation is for use as an aid to debug applications. It is a member of the NameServer managed object interface.
Parameters:
options - Dump options. See Info Center for a complete list of options.
Security Roles:
administrator
operator
configurator
monitor
deployer
adminsecuritymanager

dumpUrlNameSpace

public java.lang.String[] dumpUrlNameSpace(java.lang.String app, java.lang.String options)
Lists the contents of the name space associated with the specified URL scheme for the server process local to the NameServer MBean being invoked. This operation is for use as an aid to debug applications. It is a member of the NameServer managed object interface.
Parameters:
app - URL scheme.
options - Dump options. See Info Center for a complete list of options.
Security Roles:
administrator
operator
configurator
monitor
deployer
adminsecuritymanager

Copyright IBM Corp. 1996-2005