|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TransportStatusEvent | |
org.activemq | The core JMS client implementation classes |
org.activemq.transport | The transport abstraction layer for sending and receiving Packets over a network |
org.activemq.transport.composite | A Composite Pattern implementation of TransportChannel allowing a client to connect randomly to one of a number of possible destinations, cycling through them until a connection is established. |
Uses of TransportStatusEvent in org.activemq |
Methods in org.activemq with parameters of type TransportStatusEvent | |
void |
ActiveMQConnection.statusChanged(TransportStatusEvent event)
handle disconnect/reconnect events |
Uses of TransportStatusEvent in org.activemq.transport |
Methods in org.activemq.transport with parameters of type TransportStatusEvent | |
void |
NetworkChannel.statusChanged(TransportStatusEvent event)
|
protected void |
TransportChannelSupport.fireStatusEvent(TransportStatusEvent event)
Fire status event to any status event listeners |
void |
TransportStatusEventListener.statusChanged(TransportStatusEvent event)
called when the status of a transport channel changes |
void |
RemoteNetworkChannel.statusChanged(TransportStatusEvent event)
|
Uses of TransportStatusEvent in org.activemq.transport.composite |
Methods in org.activemq.transport.composite with parameters of type TransportStatusEvent | |
void |
CompositeTransportChannel.statusChanged(TransportStatusEvent event)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |