org.glassfish.admin.amx.impl.config
Class AMXConfigStartupService
java.lang.Object
org.glassfish.admin.amx.impl.config.AMXConfigStartupService
- All Implemented Interfaces:
- AMXConfigStartupServiceMBean, AMXLoader, org.jvnet.hk2.component.PostConstruct, org.jvnet.hk2.component.PreDestroy
@Taxonomy(stability=NOT_AN_INTERFACE)
@Service
public final class AMXConfigStartupService
- extends java.lang.Object
- implements org.jvnet.hk2.component.PostConstruct, org.jvnet.hk2.component.PreDestroy, AMXConfigStartupServiceMBean
Startup service that loads support for AMX config MBeans. How this is to be
triggered is not yet clear.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AMXConfigStartupService
public AMXConfigStartupService()
postConstruct
public void postConstruct()
- Specified by:
postConstruct in interface org.jvnet.hk2.component.PostConstruct
preDestroy
public void preDestroy()
- Specified by:
preDestroy in interface org.jvnet.hk2.component.PreDestroy
getDomainRoot
public DomainRoot getDomainRoot()
getDomainConfig
public javax.management.ObjectName getDomainConfig()
- Specified by:
getDomainConfig in interface AMXConfigStartupServiceMBean
getDomainConfigProxy
public Domain getDomainConfigProxy()
loadAMXMBeans
public javax.management.ObjectName loadAMXMBeans()
- Specified by:
loadAMXMBeans in interface AMXLoader
unloadAMXMBeans
public void unloadAMXMBeans()
- Specified by:
unloadAMXMBeans in interface AMXLoader
Copyright © 2012 GlassFish Community. All Rights Reserved.