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.multicast An implementation of the transport layer using multicast  
org.codehaus.activemq.transport.peer   
org.codehaus.activemq.transport.reliable   
org.codehaus.activemq.transport.remote   
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
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
TransportChannelFactorySupport
          Useful for implementation inheritence
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
TransportChannelFactorySupport
          Useful for implementation inheritence
TransportChannelSupport
          Some basic functionality, common across most transport implementations of channels
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.multicast
DiscoveryAgent
          An agent used to discover other instances of a service
DiscoveryAgentSupport
          A useful base class for DiscoveryAgent implementations
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.peer
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
TransportChannelFactorySupport
          Useful for implementation inheritence
TransportChannelSupport
          Some basic functionality, common across most transport implementations of channels
 

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
TransportChannelFactorySupport
          Useful for implementation inheritence
TransportChannelSupport
          Some basic functionality, common across most transport implementations of channels
TransportStatusEventListener
          A listener for TransportStatusEvents
 

Classes in org.codehaus.activemq.transport used by org.codehaus.activemq.transport.remote
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
TransportChannelFactorySupport
          Useful for implementation inheritence
TransportChannelSupport
          Some basic functionality, common across most transport implementations of channels
 

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
 



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