com.liferay.portal.kernel.messaging.jmx
Class JMXMessageListener
java.lang.Object
com.liferay.portal.kernel.messaging.BaseDestinationEventListener
com.liferay.portal.kernel.messaging.jmx.JMXMessageListener
- All Implemented Interfaces:
- DestinationEventListener
public class JMXMessageListener
- extends BaseDestinationEventListener
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JMXMessageListener
public JMXMessageListener()
afterPropertiesSet
public void afterPropertiesSet()
throws Exception
- Throws:
Exception
destinationAdded
public void destinationAdded(Destination destination)
- Specified by:
destinationAdded
in interface DestinationEventListener
- Overrides:
destinationAdded
in class BaseDestinationEventListener
destinationRemoved
public void destinationRemoved(Destination destination)
- Specified by:
destinationRemoved
in interface DestinationEventListener
- Overrides:
destinationRemoved
in class BaseDestinationEventListener
destroy
public void destroy()
throws Exception
- Throws:
Exception
init
public void init()
throws Exception
- Deprecated.
afterPropertiesSet()
- Throws:
Exception
setMBeanRegistry
public void setMBeanRegistry(MBeanRegistry mBeanRegistry)
setMessageBus
public void setMessageBus(MessageBus messageBus)
registerDestination
protected void registerDestination(Destination destination)
throws Exception
- Throws:
Exception
unregisterDestination
protected void unregisterDestination(Destination destination)
throws Exception
- Throws:
Exception