Methods Summary |
---|
public boolean | getAMXReady()Poll to see if AMX is ready for use. It is more efficient to instead listen
for a Notification of type {@link #AMX_READY_NOTIFICATION_TYPE}. That
should be done by first registering the listener, then checking
just after registration in case the Notification was issued in the ensuing
interval just before the listener became registered.
|
public java.lang.String | getAppserverDomainName()Return the name of this appserver domain. Not to be confused with the
JMX domain name, which may be derived from this name and is
available from any ObjectName in AMX by calling
{@link Util#getObjectName}
The domain name is equivalent to the name of
the directory containing the domain configuration. This name
is not part of the configuration and can only be changed by
using a different directory to house the configuration for the
domain.
|
public BulkAccess | getBulkAccess()
|
public com.sun.appserv.management.config.ConfigDottedNames | getConfigDottedNames()
|
public com.sun.appserv.management.deploy.DeploymentMgr | getDeploymentMgr()
|
public com.sun.appserv.management.config.DomainConfig | getDomainConfig()
|
public NotificationEmitterService | getDomainNotificationEmitterService()Get the NotificationEmitterService whose name is
{@link NotificationEmitterServiceKeys#DOMAIN_KEY}. Same
as calling getNotificationEmitterServiceMap().get( DOMAIN_KEY ) .
|
public com.sun.appserv.management.j2ee.J2EEDomain | getJ2EEDomain()
|
public com.sun.appserv.management.monitor.JMXMonitorMgr | getJMXMonitorMgr()
|
public java.util.Map | getLoadBalancerMap()Get all the {@link LoadBalancer} instances
|
public com.sun.appserv.management.monitor.MonitoringDottedNames | getMonitoringDottedNames()
|
public com.sun.appserv.management.monitor.MonitoringRoot | getMonitoringRoot()
|
public java.util.Map | getNotificationEmitterServiceMap()Get all {@link NotificationEmitterService} instances.
Possible kinds include those defined in {@link NotificationEmitterServiceKeys}.
|
public NotificationServiceMgr | getNotificationServiceMgr()Get the NotificationServiceMgr
|
public QueryMgr | getQueryMgr()
|
public SystemInfo | getSystemInfo()
|
public com.sun.appserv.management.ext.update.UpdateStatus | getUpdateStatus()Contacts Update Center Server and get the updates status.
|
public UploadDownloadMgr | getUploadDownloadMgr()
|
public com.sun.appserv.management.ext.wsmgmt.WebServiceMgr | getWebServiceMgr()
|
public void | waitAMXReady()Wait (block) until AMX is ready for use. Upon return, AMX is ready for use.
|