Liferay 6.1.2-ce-ga3

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

java.lang.Object
  extended by com.liferay.portal.kernel.messaging.jmx.DestinationManager
All Implemented Interfaces:
DestinationManagerMBean

public class DestinationManager
extends Object
implements DestinationManagerMBean


Constructor Summary
DestinationManager(Destination destination)
           
 
Method Summary
static ObjectName createObjectName(String destinationName)
           
 int getListenerCount()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DestinationManager

public DestinationManager(Destination destination)
Method Detail

createObjectName

public static ObjectName createObjectName(String destinationName)

getListenerCount

public int getListenerCount()
Specified by:
getListenerCount in interface DestinationManagerMBean

Liferay 6.1.2-ce-ga3