Methods Summary |
---|
public void | adminServiceReady()Caution: code may invoke this indirectly by hard-coding the method name.
See com.sun.enterprise.admin.server.core.AdminService.callAMXHook()
|
public java.lang.String | getAMXJMXDomainName()The JMX domain all AMX MBeans are using. Derived from mDomainName.
|
public java.lang.String | getAdministrativeDomainName()The name of the appserver administrative domain.
The JMX domain name is derived from this value.
|
public boolean | isDAS()Return true if in DAS, false otherwise.
|
public boolean | isStarted()Check if Loader has loaded all MBeans.
Use
{@link com.sun.appserv.management.DomainRoot#getAMXReady} instead..
|
public javax.management.ObjectName | resyncAMXMBean(javax.management.ObjectName amxObjectName)Applies only to those MBeans which use a Delegate MBean.
Unregister the AMX MBean, and re-process its delegate.
Used when an MBean needs to morph into another type, such
as a StandaloneServerConfig changing into a ClusteredServerConfig.
|
public javax.management.ObjectName | sync(javax.management.ObjectName name)Synchronize with a specific MBean and return the
AMX MBean name for it.
|
public void | waitAll()Wait till all outstanding AMX processing is complate.
|