Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Package org.activemq.transport

Interface Summary
DiscoveryAgent An agent used to discover other instances of a service.
DiscoveryListener A listener of services being added or removed from a nework
TransportChannel A TransportChannel is used for tranporting packets between nodes e.g.
TransportChannelFactory TransportChannelFactory for creating TransportChannels
TransportChannelListener Used by a server to listen for new clients coming and going and reacting accordingly
TransportServerChannel Represents a Server which accepts incoming client connections in the form of TransportChannels which is used inside the JMS Broker
TransportServerChannelFactory A TransportServerChannel is used for accepting connections from TransportChannels
TransportStatusEventListener A listener for TransportStatusEvents
 

Class Summary
DiscoveryAgentSupport A useful base class for DiscoveryAgent implementations
DiscoveryAgentTestSupport  
DiscoveryEvent Represents a discovery event containing the details of the service
DiscoveryNetworkConnector A NetworkConnectorwhich uses discovery to find remote brokers to connect to
DiscoveryTransportChannel A org.activemq.transport.reliable.ReliableTransportChannel which uses a DiscoveryAgent to discover remote broker instances and dynamically connect to them.
DiscoveryTransportChannelFactorySupport  
FactoryFinderTest  
NetworkChannel Represents a broker's connection with a single remote broker which bridges the two brokers to form a network.
NetworkConnector Represents a connector to one or more remote brokers.
NetworkMessageBridge A NetworkMessageBridge consumes messages from a remote broker and daisy chains them to the local message producer, which will pass them into the local broker for consumption
QueueClusterTest  
RemoteNetworkChannel Represents a Boondocks broker's connection with a single remote broker which bridges the two brokers to form a network.
RemoteNetworkConnector Represents a connector to one or more remote brokers.
TopicClusterTest  
TransportChannelFactorySupport Useful for implementation inheritence
TransportChannelProvider A TransportChannel is used for tranporting packets between nodes
TransportChannelProviderTest  
TransportChannelSupport Some basic functionality, common across most transport implementations of channels
TransportChannelTestSupport  
TransportServerChannelProvider locates a protocol specific TransportServerChannelFactory
TransportServerChannelSupport An abstract base class useful for implementation inheritance
TransportStatusEvent A TransportStatusEvent is raised when the state of the underlying transport channel changes
UriParseTest