Liferay 6.1.2-ce-ga3

com.liferay.portal.kernel.messaging.jmx
Class JMXMessageListener

java.lang.Object
  extended by com.liferay.portal.kernel.messaging.BaseDestinationEventListener
      extended by com.liferay.portal.kernel.messaging.jmx.JMXMessageListener
All Implemented Interfaces:
DestinationEventListener

public class JMXMessageListener
extends BaseDestinationEventListener


Constructor Summary
JMXMessageListener()
           
 
Method Summary
 void afterPropertiesSet()
           
 void destinationAdded(Destination destination)
           
 void destinationRemoved(Destination destination)
           
 void destroy()
           
 void init()
          Deprecated. afterPropertiesSet()
protected  void registerDestination(Destination destination)
           
 void setMBeanRegistry(MBeanRegistry mBeanRegistry)
           
 void setMessageBus(MessageBus messageBus)
           
protected  void unregisterDestination(Destination destination)
           
 
Methods inherited from class com.liferay.portal.kernel.messaging.BaseDestinationEventListener
messageListenerRegistered, messageListenerUnregistered
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JMXMessageListener

public JMXMessageListener()
Method Detail

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

Liferay 6.1.2-ce-ga3