org.glassfish.admin.amx.impl.j2ee.loader
Class AMXJ2EEStartupService
java.lang.Object
org.glassfish.admin.amx.impl.j2ee.loader.AMXJ2EEStartupService
- All Implemented Interfaces:
- AMXJ2EEStartupServiceMBean, AMXLoader, org.jvnet.hk2.component.PostConstruct, org.jvnet.hk2.component.PreDestroy, org.jvnet.hk2.config.ConfigListener
@Service
public final class AMXJ2EEStartupService
- extends Object
- implements org.jvnet.hk2.component.PostConstruct, org.jvnet.hk2.component.PreDestroy, AMXJ2EEStartupServiceMBean, org.jvnet.hk2.config.ConfigListener
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 |
AMXJ2EEStartupService
public AMXJ2EEStartupService()
getCore
public InjectedValues getCore()
getApplicationRegistry
public ApplicationRegistry getApplicationRegistry()
postConstruct
public void postConstruct()
- Specified by:
postConstruct in interface org.jvnet.hk2.component.PostConstruct
changed
public org.jvnet.hk2.config.UnprocessedChangeEvents changed(PropertyChangeEvent[] propertyChangeEvents)
- Specified by:
changed in interface org.jvnet.hk2.config.ConfigListener
preDestroy
public void preDestroy()
- Specified by:
preDestroy in interface org.jvnet.hk2.component.PreDestroy
getJ2EEDomain
public ObjectName getJ2EEDomain()
- Specified by:
getJ2EEDomain in interface AMXJ2EEStartupServiceMBean
loadAMXMBeans
public 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.