Uses of Class
org.apache.activemq.command.ConnectionControl
Packages that use ConnectionControl
Package
Description
The core JMS client API implementation classes.
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 ConnectionControlModifier and TypeMethodDescriptionprotected void
ActiveMQConnection.onConnectionControl
(ConnectionControl command) -
Uses of ConnectionControl in org.apache.activemq.state
Methods in org.apache.activemq.state with parameters of type ConnectionControlModifier and TypeMethodDescriptionCommandVisitor.processConnectionControl
(ConnectionControl control) CommandVisitorAdapter.processConnectionControl
(ConnectionControl control) -
Uses of ConnectionControl in org.apache.activemq.transport.failover
Methods in org.apache.activemq.transport.failover with parameters of type ConnectionControlModifier and TypeMethodDescriptionfinal void
FailoverTransport.handleConnectionControl
(ConnectionControl control)