|
|||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Interface Summary | |
DiscoveryAgent | An agent used to discover other instances of a service |
DiscoveryListener | A listener of services being added or removed from a nework |
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 | |
DiscoveryAgentSupport | A useful base class for DiscoveryAgent implementations |
DiscoveryEvent | Represents a discovery event containing the details of the service |
DiscoveryNetworkConnector | A NetworkConnector which uses discovery to find remote brokers
to connect to |
DiscoveryTransportChannel | A ReliableTransportChannel which uses a DiscoveryAgent to discover remote broker
instances and dynamically connect to them. |
DiscoveryTransportChannelFactorySupport | |
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. |
NetworkMessageBridge | A NetworkMessageBridge consumes messages from a remote broker and daisy chains them to the local message producer, which will pass them into the local broker for consumption |
TransportChannelFactorySupport | Useful for implementation inheritence |
TransportChannelProvider | A TransportChannel is used for tranporting packets between nodes |
TransportChannelSupport | Some basic functionality, common across most transport implementations of channels |
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 |
The transport abstraction layer for sending and receiving Packets over a network
|
|||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |