@Taxonomy(stability=NOT_AN_INTERFACE) public final class AMXConfigLoader extends Object implements TransactionListener
| Constructor and Description |
|---|
AMXConfigLoader(MBeanServer mbeanServer,
PendingConfigBeans pending,
Transactions transactions) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,String> |
getConfiguredTypes() |
Domain |
getDomain() |
void |
handleNotification(Notification notif,
Object handback) |
void |
registerConfigured(Class<? extends ConfigBeanProxy> intf) |
ObjectName |
start()
Enable registration of MBeans, queued until now.
|
void |
stop() |
void |
transactionCommited(List<PropertyChangeEvent> changes)
Notification of a transaction with the list of property changes.
|
void |
unprocessedTransactedEvents(List<UnprocessedChangeEvents> changes)
Nofication of unprocessed events by ConfigListener, usually requiring a server
restart.
|
public AMXConfigLoader(MBeanServer mbeanServer, PendingConfigBeans pending, Transactions transactions)
public void registerConfigured(Class<? extends ConfigBeanProxy> intf)
public void transactionCommited(List<PropertyChangeEvent> changes)
TransactionListenertransactionCommited in interface TransactionListenerpublic void unprocessedTransactedEvents(List<UnprocessedChangeEvents> changes)
TransactionListenerunprocessedTransactedEvents in interface TransactionListenerpublic void handleNotification(Notification notif, Object handback)
public void stop()
public ObjectName start()
public Domain getDomain()
Copyright © 2019. All rights reserved.