@Taxonomy(stability=NOT_AN_INTERFACE) public final class AMXConfigLoader extends Object implements org.jvnet.hk2.config.TransactionListener
| Constructor and Description |
|---|
AMXConfigLoader(MBeanServer mbeanServer,
PendingConfigBeans pending,
org.jvnet.hk2.config.Transactions transactions) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,String> |
getConfiguredTypes() |
Domain |
getDomain() |
void |
handleNotification(Notification notif,
Object handback) |
void |
registerConfigured(Class<? extends org.jvnet.hk2.config.ConfigBeanProxy> intf) |
ObjectName |
start()
Enable registration of MBeans, queued until now.
|
void |
stop() |
void |
transactionCommited(List<PropertyChangeEvent> changes) |
void |
unprocessedTransactedEvents(List<org.jvnet.hk2.config.UnprocessedChangeEvents> changes) |
public AMXConfigLoader(MBeanServer mbeanServer, PendingConfigBeans pending, org.jvnet.hk2.config.Transactions transactions)
public void registerConfigured(Class<? extends org.jvnet.hk2.config.ConfigBeanProxy> intf)
public void transactionCommited(List<PropertyChangeEvent> changes)
transactionCommited in interface org.jvnet.hk2.config.TransactionListenerpublic void unprocessedTransactedEvents(List<org.jvnet.hk2.config.UnprocessedChangeEvents> changes)
unprocessedTransactedEvents in interface org.jvnet.hk2.config.TransactionListenerpublic void handleNotification(Notification notif, Object handback)
public void stop()
public ObjectName start()
public Domain getDomain()
Copyright © 2017. All rights reserved.