Uses of Package
org.activemq.transport

Packages that use org.activemq.transport
org.activemq The core JMS client implementation classes 
org.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.activemq.broker.impl The default implementation of the JMS Broker 
org.activemq.transport The transport abstraction layer for sending and receiving Packets over a network 
org.activemq.transport.activeio An implementation of the transport layer using activeio channels see http://activeio.org 
org.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.activemq.transport.jabber A transport using Jabber (XMPP) 
org.activemq.transport.multicast An implementation of the transport layer using multicast 
org.activemq.transport.peer   
org.activemq.transport.reliable   
org.activemq.transport.remote   
org.activemq.transport.stomp An implementation of the Stomp protocol which is a simple wire protocol for writing clients for ActiveMQ in different languages like Ruby, Python, PHP, C etc. 
org.activemq.transport.tcp An implementation of the transport layer using TCP/IP sockets 
org.activemq.transport.udp An implementation of the transport layer using UDP 
org.activemq.transport.vm An implementation of the transport layer using intra-JVM communication 
 

Classes in org.activemq.transport used by org.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.activemq.transport used by org.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.activemq.transport used by org.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.activemq.transport used by org.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.activemq.transport used by org.activemq.transport.activeio
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 inheritance
 

Classes in org.activemq.transport used by org.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.activemq.transport used by org.activemq.transport.jabber
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 inheritance
 

Classes in org.activemq.transport used by org.activemq.transport.multicast
DiscoveryAgent
          An agent used to discover other instances of a service.
DiscoveryAgentSupport
          A useful base class for DiscoveryAgent implementations
DiscoveryTransportChannelFactorySupport
           
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 inheritance
 

Classes in org.activemq.transport used by org.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.activemq.transport used by org.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.activemq.transport used by org.activemq.transport.remote
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.activemq.transport used by org.activemq.transport.stomp
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 inheritance
 

Classes in org.activemq.transport used by org.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 inheritance
 

Classes in org.activemq.transport used by org.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 inheritance
 

Classes in org.activemq.transport used by org.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 inheritance
 



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