|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TransportListener | |
---|---|
org.apache.activemq | The core JMS client API implementation classes. |
org.apache.activemq.transport | The core Transport abstraction and support classes |
org.apache.activemq.transport.discovery | Discovery mechanism to discover brokers and clients. |
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. |
org.apache.activemq.transport.fanout | Fan-out Transport implementation which ensures that a message is sent to multiple destinations such as to ensure multiple brokers received a message for non-durable topic delivery to improve redundancy |
org.apache.activemq.transport.mock | A mock implementation of the Transport layer useful for testing |
org.apache.activemq.transport.reliable | The Reliable transport deals with out of order commands as well as dealing with checking for missed commands and possibly re-requesting the replay of dropped commands. |
org.apache.activemq.transport.stomp | An implementation of the Stomp protocol which is a simple wire protocol for writing clients for ActiveMQ in different languages like Ruby, Python, PHP, C etc. |
org.apache.activemq.transport.udp | UDP based Transport implementation. |
org.apache.activemq.transport.vm | In-JVM based Transport implementation. |
Uses of TransportListener in org.apache.activemq |
---|
Classes in org.apache.activemq that implement TransportListener | |
---|---|
class |
ActiveMQConnection
|
class |
ActiveMQXAConnection
The XAConnection interface extends the capability of Connection by providing an XASession (optional). |
Methods in org.apache.activemq with parameters of type TransportListener | |
---|---|
void |
ActiveMQConnection.addTransportListener(TransportListener transportListener)
Adds a transport listener so that a client can be notified of events in the underlying transport |
void |
ActiveMQConnection.removeTransportListener(TransportListener transportListener)
|
Uses of TransportListener in org.apache.activemq.transport |
---|
Classes in org.apache.activemq.transport that implement TransportListener | |
---|---|
class |
CommandJoiner
Joins together of partial commands which were split into individual chunks of data. |
class |
DefaultTransportListener
An asynchronous listener of commands |
class |
InactivityMonitor
Used to make sure that commands are arriving periodically from the peer of the transport. |
class |
MarshallingTransportFilter
|
class |
MutexTransport
|
class |
ResponseCorrelator
Adds the incrementing sequence number to commands along with performing the corelation of responses to requests to create a blocking request-response semantics. |
class |
TransportFilter
|
class |
TransportLogger
|
class |
WireFormatNegotiator
Negotiates the wire format with a new connection |
Fields in org.apache.activemq.transport declared as TransportListener | |
---|---|
protected TransportListener |
TransportFilter.transportListener
|
Methods in org.apache.activemq.transport that return TransportListener | |
---|---|
TransportListener |
Transport.getTransportListener()
Returns the current transport listener |
TransportListener |
TransportSupport.getTransportListener()
Returns the current transport listener |
TransportListener |
TransportFilter.getTransportListener()
|
Methods in org.apache.activemq.transport with parameters of type TransportListener | |
---|---|
void |
Transport.setTransportListener(TransportListener commandListener)
Registers an inbound command listener |
void |
TransportSupport.setTransportListener(TransportListener commandListener)
Registers an inbound command listener |
void |
TransportFilter.setTransportListener(TransportListener channelListener)
|
Uses of TransportListener in org.apache.activemq.transport.discovery |
---|
Classes in org.apache.activemq.transport.discovery that implement TransportListener | |
---|---|
class |
DiscoveryTransport
A ReliableTransportChannel which uses a DiscoveryAgent to
discover remote broker instances and dynamically connect to them. |
Uses of TransportListener in org.apache.activemq.transport.failover |
---|
Methods in org.apache.activemq.transport.failover that return TransportListener | |
---|---|
TransportListener |
FailoverTransport.getTransportListener()
|
Methods in org.apache.activemq.transport.failover with parameters of type TransportListener | |
---|---|
void |
FailoverTransport.setTransportListener(TransportListener commandListener)
|
Uses of TransportListener in org.apache.activemq.transport.fanout |
---|
Methods in org.apache.activemq.transport.fanout that return TransportListener | |
---|---|
TransportListener |
FanoutTransport.getTransportListener()
|
Methods in org.apache.activemq.transport.fanout with parameters of type TransportListener | |
---|---|
void |
FanoutTransport.setTransportListener(TransportListener commandListener)
|
Uses of TransportListener in org.apache.activemq.transport.mock |
---|
Classes in org.apache.activemq.transport.mock that implement TransportListener | |
---|---|
class |
MockTransport
|
Fields in org.apache.activemq.transport.mock declared as TransportListener | |
---|---|
protected TransportListener |
MockTransport.transportListener
|
Methods in org.apache.activemq.transport.mock that return TransportListener | |
---|---|
TransportListener |
MockTransport.getTransportListener()
|
Methods in org.apache.activemq.transport.mock with parameters of type TransportListener | |
---|---|
void |
MockTransport.setTransportListener(TransportListener channelListener)
|
Uses of TransportListener in org.apache.activemq.transport.reliable |
---|
Classes in org.apache.activemq.transport.reliable that implement TransportListener | |
---|---|
class |
ReliableTransport
This interceptor deals with out of order commands together with being able to handle dropped commands and the re-requesting dropped commands. |
Uses of TransportListener in org.apache.activemq.transport.stomp |
---|
Classes in org.apache.activemq.transport.stomp that implement TransportListener | |
---|---|
class |
StompTransportFilter
The StompTransportFilter normally sits on top of a TcpTransport that has been configured with the StompWireFormat and is used to convert STOMP commands to ActiveMQ commands. |
Uses of TransportListener in org.apache.activemq.transport.udp |
---|
Classes in org.apache.activemq.transport.udp that implement TransportListener | |
---|---|
class |
ResponseRedirectInterceptor
|
Uses of TransportListener in org.apache.activemq.transport.vm |
---|
Fields in org.apache.activemq.transport.vm declared as TransportListener | |
---|---|
protected TransportListener |
VMTransport.transportListener
|
Methods in org.apache.activemq.transport.vm that return TransportListener | |
---|---|
TransportListener |
VMTransport.getTransportListener()
|
Methods in org.apache.activemq.transport.vm with parameters of type TransportListener | |
---|---|
void |
VMTransport.setTransportListener(TransportListener commandListener)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |