Package org.activemq.transport

The transport abstraction layer for sending and receiving Packets over a network

See:
          Description

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
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 ReliableTransportChannel which uses a DiscoveryAgent to discover remote broker instances and dynamically connect to them.
DiscoveryTransportChannelFactorySupport  
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.
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.
TransportChannelFactorySupport Useful for implementation inheritence
TransportChannelProvider A TransportChannel is used for tranporting packets between nodes
TransportChannelSupport Some basic functionality, common across most transport implementations of channels
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
 

Package org.activemq.transport Description

The transport abstraction layer for sending and receiving Packets over a network



Copyright © 2004-2010 Protique, Ltd.. All Rights Reserved.