Uses of Package
org.codehaus.activemq.transport

Packages that use org.codehaus.activemq.transport
org.codehaus.activemq The core JMS client implementation classes  
org.codehaus.activemq.broker The API for the JMS Broker which is the server side of a JMS network though it may be deployed inside a client in peer style networks. 
org.codehaus.activemq.broker.impl The default implementation of the JMS Broker  
org.codehaus.activemq.transport The transport abstraction layer for sending and receiving Packets over a network  
org.codehaus.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. 
org.codehaus.activemq.transport.ember An implementation of the transport layer using EmberIO for efficient NIO  
org.codehaus.activemq.transport.gnet An implementation of the transport layer using the Geronimo networking layer. 
org.codehaus.activemq.transport.jgroups An implementation of the transport layer using JGroups  
org.codehaus.activemq.transport.jrms An implementation of the transport layer using Sun's reliable multicast library  
org.codehaus.activemq.transport.jxta An implementation of the transport layer using JXTA P2PSockets for navigating firewalls and NATs  
org.codehaus.activemq.transport.multicast An implementation of the transport layer using multicast  
org.codehaus.activemq.transport.reliable   
org.codehaus.activemq.transport.ssl An implementation of the transport layer using SSL over TCP/IP sockets  
org.codehaus.activemq.transport.tcp An implementation of the transport layer using TCP/IP sockets  
org.codehaus.activemq.transport.udp An implementation of the transport layer using UDP  
org.codehaus.activemq.transport.vm An implementation of the transport layer using intra-JVM communication  
 

Classes in org.codehaus.activemq.transport used by org.codehaus.activemq
TransportChannel
          A TransportChannel is used for tranporting packets between nodes e.g.
TransportStatusEvent
          A TransportStatusEvent is raised when the state of the underlying transport channel changes
TransportStatusEventListener
          A listener for TransportStatusEvents
 

Classes in org.codehaus.activemq.transport used by org.codehaus.activemq.broker
TransportChannel
          A TransportChannel is used for tranporting packets between nodes e.g.
TransportServerChannel
          Represents a Server which accepts incoming client connections in the form of TransportChannels which is used inside the JMS Broker
 

Classes in org.codehaus.activemq.transport used by org.codehaus.activemq.broker.impl
TransportChannel
          A TransportChannel is used for tranporting packets between nodes e.g.
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
 

Classes in org.codehaus.activemq.transport used by org.codehaus.activemq.transport
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
TransportStatusEvent
          A TransportStatusEvent is raised when the state of the underlying transport channel changes
TransportStatusEventListener
          A listener for TransportStatusEvents
 

Classes in org.codehaus.activemq.transport used by org.codehaus.activemq.transport.composite
AbstractTransportChannel
          Some basic functionality, common across most transport implementations of channels
TransportChannel
          A TransportChannel is used for tranporting packets between nodes e.g.
TransportChannelFactory
          TransportChannelFactory for creating TransportChannels
 

Classes in org.codehaus.activemq.transport used by org.codehaus.activemq.transport.ember
AbstractTransportChannel
          Some basic functionality, common across most transport implementations of channels
TransportChannel
          A TransportChannel is used for tranporting packets between nodes e.g.
TransportChannelFactory
          TransportChannelFactory for creating TransportChannels
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
TransportServerChannelSupport
          An abstract base class useful for implementation inheritence
 

Classes in org.codehaus.activemq.transport used by org.codehaus.activemq.transport.gnet
AbstractTransportChannel
          Some basic functionality, common across most transport implementations of channels
TransportChannel
          A TransportChannel is used for tranporting packets between nodes e.g.
TransportChannelFactory
          TransportChannelFactory for creating TransportChannels
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
TransportServerChannelSupport
          An abstract base class useful for implementation inheritence
 

Classes in org.codehaus.activemq.transport used by org.codehaus.activemq.transport.jgroups
AbstractTransportChannel
          Some basic functionality, common across most transport implementations of channels
TransportChannel
          A TransportChannel is used for tranporting packets between nodes e.g.
TransportChannelFactory
          TransportChannelFactory for creating TransportChannels
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
TransportServerChannelSupport
          An abstract base class useful for implementation inheritence
 

Classes in org.codehaus.activemq.transport used by org.codehaus.activemq.transport.jrms
AbstractTransportChannel
          Some basic functionality, common across most transport implementations of channels
TransportChannel
          A TransportChannel is used for tranporting packets between nodes e.g.
TransportChannelFactory
          TransportChannelFactory for creating TransportChannels
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
TransportServerChannelSupport
          An abstract base class useful for implementation inheritence
 

Classes in org.codehaus.activemq.transport used by org.codehaus.activemq.transport.jxta
AbstractTransportChannel
          Some basic functionality, common across most transport implementations of channels
TransportChannel
          A TransportChannel is used for tranporting packets between nodes e.g.
TransportChannelFactory
          TransportChannelFactory for creating TransportChannels
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
TransportServerChannelSupport
          An abstract base class useful for implementation inheritence
 

Classes in org.codehaus.activemq.transport used by org.codehaus.activemq.transport.multicast
AbstractTransportChannel
          Some basic functionality, common across most transport implementations of channels
TransportChannel
          A TransportChannel is used for tranporting packets between nodes e.g.
TransportChannelFactory
          TransportChannelFactory for creating TransportChannels
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
TransportServerChannelSupport
          An abstract base class useful for implementation inheritence
 

Classes in org.codehaus.activemq.transport used by org.codehaus.activemq.transport.reliable
AbstractTransportChannel
          Some basic functionality, common across most transport implementations of channels
TransportChannel
          A TransportChannel is used for tranporting packets between nodes e.g.
TransportChannelFactory
          TransportChannelFactory for creating TransportChannels
 

Classes in org.codehaus.activemq.transport used by org.codehaus.activemq.transport.ssl
TransportChannelFactory
          TransportChannelFactory for creating TransportChannels
TransportServerChannelFactory
          A TransportServerChannel is used for accepting connections from TransportChannels
 

Classes in org.codehaus.activemq.transport used by org.codehaus.activemq.transport.tcp
AbstractTransportChannel
          Some basic functionality, common across most transport implementations of channels
TransportChannel
          A TransportChannel is used for tranporting packets between nodes e.g.
TransportChannelFactory
          TransportChannelFactory for creating TransportChannels
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
TransportServerChannelSupport
          An abstract base class useful for implementation inheritence
 

Classes in org.codehaus.activemq.transport used by org.codehaus.activemq.transport.udp
AbstractTransportChannel
          Some basic functionality, common across most transport implementations of channels
TransportChannel
          A TransportChannel is used for tranporting packets between nodes e.g.
TransportChannelFactory
          TransportChannelFactory for creating TransportChannels
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
TransportServerChannelSupport
          An abstract base class useful for implementation inheritence
 

Classes in org.codehaus.activemq.transport used by org.codehaus.activemq.transport.vm
AbstractTransportChannel
          Some basic functionality, common across most transport implementations of channels
TransportChannel
          A TransportChannel is used for tranporting packets between nodes e.g.
TransportChannelFactory
          TransportChannelFactory for creating TransportChannels
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
TransportServerChannelSupport
          An abstract base class useful for implementation inheritence
 



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