|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CapacityMonitorEventListener | |
org.codehaus.activemq | The core JMS client implementation classes |
org.codehaus.activemq.broker.impl | The default implementation of the JMS Broker |
org.codehaus.activemq.capacity |
Uses of CapacityMonitorEventListener in org.codehaus.activemq |
Classes in org.codehaus.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.codehaus.activemq.broker.impl |
Classes in org.codehaus.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.codehaus.activemq.capacity |
Methods in org.codehaus.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 |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |