|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ConnectionControl | |
---|---|
org.apache.activemq | The core JMS client API implementation classes. |
org.apache.activemq.broker | The core classes for the ActiveMQ Message Broker and its connectors. |
org.apache.activemq.state | |
org.apache.activemq.transport.failover | Fail-Over Transport which will automatically reconnect to a failed transport and choose one of a list of possible transport implementations to use. |
Uses of ConnectionControl in org.apache.activemq |
---|
Methods in org.apache.activemq with parameters of type ConnectionControl | |
---|---|
protected void |
ActiveMQConnection.onConnectionControl(ConnectionControl command)
|
Uses of ConnectionControl in org.apache.activemq.broker |
---|
Methods in org.apache.activemq.broker that return ConnectionControl | |
---|---|
protected ConnectionControl |
TransportConnector.getConnectionControl()
|
Methods in org.apache.activemq.broker with parameters of type ConnectionControl | |
---|---|
Response |
TransportConnection.processConnectionControl(ConnectionControl control)
|
void |
TransportConnection.updateClient(ConnectionControl control)
|
void |
Connection.updateClient(ConnectionControl control)
|
Uses of ConnectionControl in org.apache.activemq.state |
---|
Methods in org.apache.activemq.state with parameters of type ConnectionControl | |
---|---|
Response |
CommandVisitor.processConnectionControl(ConnectionControl control)
|
Response |
CommandVisitorAdapter.processConnectionControl(ConnectionControl control)
|
Uses of ConnectionControl in org.apache.activemq.transport.failover |
---|
Methods in org.apache.activemq.transport.failover with parameters of type ConnectionControl | |
---|---|
void |
FailoverTransport.handleConnectionControl(ConnectionControl control)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |