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.http A transport using the HTTP protocol to allow ActiveMQ to tunnel through firewalls. 
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  
org.codehaus.activemq.transport.zeroconf A discovery agent using Zeroconf via the jmDNS library  
 

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
DiscoveryAgent
          An agent used to discover other instances of a service
NetworkConnector
          Represents a connector to one or more remote brokers.
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
DiscoveryAgent
          An agent used to discover other instances of a service
NetworkConnector
          Represents a connector to one or more remote brokers.
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
DiscoveryAgent
          An agent used to discover other instances of a service
DiscoveryEvent
          Represents a discovery event containing the details of the service
DiscoveryListener
          A listener of services being added or removed from a nework
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.
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
TransportChannelSupport
          Some basic functionality, common across most transport implementations of channels
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
TransportChannel
          A TransportChannel is used for tranporting packets between nodes e.g.
TransportChannelFactory
          TransportChannelFactory for creating TransportChannels
TransportChannelSupport
          Some basic functionality, common across most transport implementations of channels
 

Classes in org.codehaus.activemq.transport used by org.codehaus.activemq.transport.ember
TransportChannel
          A TransportChannel is used for tranporting packets between nodes e.g.
TransportChannelFactory
          TransportChannelFactory for creating TransportChannels
TransportChannelSupport
          Some basic functionality, common across most transport implementations of channels
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
TransportChannel
          A TransportChannel is used for tranporting packets between nodes e.g.
TransportChannelFactory
          TransportChannelFactory for creating TransportChannels
TransportChannelFactorySupport
          Useful for implementation inheritence
TransportChannelSupport
          Some basic functionality, common across most transport implementations of channels
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.http
TransportChannel
          A TransportChannel is used for tranporting packets between nodes e.g.
TransportChannelFactory
          TransportChannelFactory for creating TransportChannels
TransportChannelFactorySupport
          Useful for implementation inheritence
TransportChannelSupport
          Some basic functionality, common across most transport implementations of channels
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
TransportChannel
          A TransportChannel is used for tranporting packets between nodes e.g.
TransportChannelFactory
          TransportChannelFactory for creating TransportChannels
TransportChannelFactorySupport
          Useful for implementation inheritence
TransportChannelSupport
          Some basic functionality, common across most transport implementations of channels
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
TransportChannel
          A TransportChannel is used for tranporting packets between nodes e.g.
TransportChannelFactory
          TransportChannelFactory for creating TransportChannels
TransportChannelFactorySupport
          Useful for implementation inheritence
TransportChannelSupport
          Some basic functionality, common across most transport implementations of channels
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
TransportChannel
          A TransportChannel is used for tranporting packets between nodes e.g.
TransportChannelFactory
          TransportChannelFactory for creating TransportChannels
TransportChannelFactorySupport
          Useful for implementation inheritence
TransportChannelSupport
          Some basic functionality, common across most transport implementations of channels
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
TransportChannel
          A TransportChannel is used for tranporting packets between nodes e.g.
TransportChannelFactory
          TransportChannelFactory for creating TransportChannels
TransportChannelFactorySupport
          Useful for implementation inheritence
TransportChannelSupport
          Some basic functionality, common across most transport implementations of channels
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
TransportChannel
          A TransportChannel is used for tranporting packets between nodes e.g.
TransportChannelFactory
          TransportChannelFactory for creating TransportChannels
TransportChannelSupport
          Some basic functionality, common across most transport implementations of channels
 

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

Classes in org.codehaus.activemq.transport used by org.codehaus.activemq.transport.tcp
TransportChannel
          A TransportChannel is used for tranporting packets between nodes e.g.
TransportChannelFactory
          TransportChannelFactory for creating TransportChannels
TransportChannelFactorySupport
          Useful for implementation inheritence
TransportChannelSupport
          Some basic functionality, common across most transport implementations of channels
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
TransportChannel
          A TransportChannel is used for tranporting packets between nodes e.g.
TransportChannelFactory
          TransportChannelFactory for creating TransportChannels
TransportChannelFactorySupport
          Useful for implementation inheritence
TransportChannelSupport
          Some basic functionality, common across most transport implementations of channels
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
TransportChannel
          A TransportChannel is used for tranporting packets between nodes e.g.
TransportChannelFactory
          TransportChannelFactory for creating TransportChannels
TransportChannelFactorySupport
          Useful for implementation inheritence
TransportChannelSupport
          Some basic functionality, common across most transport implementations of channels
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.zeroconf
DiscoveryAgent
          An agent used to discover other instances of a service
DiscoveryAgentSupport
          A useful base class for DiscoveryAgent implementations
DiscoveryTransportChannelFactorySupport
           
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.