public class JMXMessageListener extends BaseDestinationEventListener
| Constructor and Description |
|---|
JMXMessageListener() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterPropertiesSet() |
void |
destinationAdded(Destination destination) |
void |
destinationRemoved(Destination destination) |
void |
destroy() |
void |
init()
Deprecated.
As of 6.1.0, replaced by
afterPropertiesSet() |
protected void |
registerDestination(Destination destination) |
void |
setMBeanRegistry(MBeanRegistry mBeanRegistry) |
void |
setMessageBus(MessageBus messageBus) |
protected void |
unregisterDestination(Destination destination) |
messageListenerRegistered, messageListenerUnregisteredpublic void afterPropertiesSet()
throws java.lang.Exception
java.lang.Exceptionpublic void destinationAdded(Destination destination)
destinationAdded in interface DestinationEventListenerdestinationAdded in class BaseDestinationEventListenerpublic void destinationRemoved(Destination destination)
destinationRemoved in interface DestinationEventListenerdestinationRemoved in class BaseDestinationEventListenerpublic void destroy()
throws java.lang.Exception
java.lang.Exceptionpublic void init()
throws java.lang.Exception
afterPropertiesSet()java.lang.Exceptionpublic void setMBeanRegistry(MBeanRegistry mBeanRegistry)
public void setMessageBus(MessageBus messageBus)
protected void registerDestination(Destination destination) throws java.lang.Exception
java.lang.Exceptionprotected void unregisterDestination(Destination destination) throws java.lang.Exception
java.lang.Exception