Package org.codehaus.activemq.transport

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

See:
          Description

Interface Summary
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
AbstractTransportChannel Some basic functionality, common across most transport implementations of channels
TransportChannelProvider A TransportChannel is used for tranporting packets between nodes
TransportServerChannelProvider locates a protocol specific TransportServerChannelFactory
TransportServerChannelSupport An abstract base class useful for implementation inheritence
TransportStatusEvent A TransportStatusEvent is raised when the state of the underlying transport channel changes
 

Package org.codehaus.activemq.transport Description

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



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