@Service public final class AMXJ2EEStartupService extends Object implements org.glassfish.hk2.api.PostConstruct, org.glassfish.hk2.api.PreDestroy, AMXLoader, ConfigListener
LOADER_PREFIX| Constructor and Description |
|---|
AMXJ2EEStartupService() |
| Modifier and Type | Method and Description |
|---|---|
UnprocessedChangeEvents |
changed(PropertyChangeEvent[] propertyChangeEvents)
Notification that @Configured objects that were injected have changed
|
ApplicationRegistry |
getApplicationRegistry() |
InjectedValues |
getCore() |
ObjectName |
getJ2EEDomain() |
ObjectName |
loadAMXMBeans()
Loader a hierarchy of AMX MBeans, returning the ObjectName of the root
of the hierarchy.
|
void |
postConstruct() |
void |
preDestroy() |
void |
unloadAMXMBeans()
Unload (unregister) AMX MBeans.
|
public InjectedValues getCore()
public ApplicationRegistry getApplicationRegistry()
public void postConstruct()
postConstruct in interface org.glassfish.hk2.api.PostConstructpublic UnprocessedChangeEvents changed(PropertyChangeEvent[] propertyChangeEvents)
ConfigListenerchanged in interface ConfigListenerpropertyChangeEvents - list of changespublic void preDestroy()
preDestroy in interface org.glassfish.hk2.api.PreDestroypublic ObjectName getJ2EEDomain()
public ObjectName loadAMXMBeans()
AMXLoaderloadAMXMBeans in interface AMXLoaderpublic void unloadAMXMBeans()
AMXLoaderunloadAMXMBeans in interface AMXLoaderCopyright © 2019. All rights reserved.