|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 |
BasicCapacityMonitor.addCapacityEventListener(CapacityMonitorEventListener l)
Add a CapacityMonitorEventListener |
void |
CapacityMonitor.addCapacityEventListener(CapacityMonitorEventListener l)
Add a CapacityMonitorEventListener |
void |
DelegateCapacityMonitor.addCapacityEventListener(CapacityMonitorEventListener l)
Add a CapacityEventListener |
void |
BasicCapacityMonitor.removeCapacityEventListener(CapacityMonitorEventListener l)
Remove a CapacityMonitorEventListener |
void |
CapacityMonitor.removeCapacityEventListener(CapacityMonitorEventListener l)
Remove a CapacityMonitorEventListener |
void |
DelegateCapacityMonitor.removeCapacityEventListener(CapacityMonitorEventListener l)
Remove a CapacityEventListener |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |