Uses of Interface
org.activemq.capacity.CapacityMonitorEventListener

Packages that use CapacityMonitorEventListener
org.activemq The core JMS client implementation classes 
org.activemq.broker.impl The default implementation of the JMS Broker  
org.activemq.capacity   
 

Uses of CapacityMonitorEventListener in org.activemq
 

Classes in org.activemq that implement CapacityMonitorEventListener
 class ActiveMQConnection
          A Connection object is a client's active connection to its JMS provider.
 class ActiveMQXAConnection
          The XAConnection interface extends the capability of Connection by providing an XASession (optional).
 

Uses of CapacityMonitorEventListener in org.activemq.broker.impl
 

Classes in org.activemq.broker.impl that implement CapacityMonitorEventListener
 class BrokerContainerImpl
          Represents the ActiveMQ JMS Broker which typically has one or many connectors
 

Uses of CapacityMonitorEventListener in org.activemq.capacity
 

Methods in org.activemq.capacity with parameters of type CapacityMonitorEventListener
 void DelegateCapacityMonitor.addCapacityEventListener(CapacityMonitorEventListener l)
          Add a CapacityEventListener
 void DelegateCapacityMonitor.removeCapacityEventListener(CapacityMonitorEventListener l)
          Remove a CapacityEventListener
 void BasicCapacityMonitor.addCapacityEventListener(CapacityMonitorEventListener l)
          Add a CapacityMonitorEventListener
 void BasicCapacityMonitor.removeCapacityEventListener(CapacityMonitorEventListener l)
          Remove a CapacityMonitorEventListener
 void CapacityMonitor.addCapacityEventListener(CapacityMonitorEventListener l)
          Add a CapacityMonitorEventListener
 void CapacityMonitor.removeCapacityEventListener(CapacityMonitorEventListener l)
          Remove a CapacityMonitorEventListener
 



Copyright © 2004-2007 Protique, Ltd.. All Rights Reserved.