|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TransportChannel | |
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 |
Uses of TransportChannel in org.codehaus.activemq |
Methods in org.codehaus.activemq that return TransportChannel | |
TransportChannel |
ActiveMQConnection.getTransportChannel()
|
protected TransportChannel |
ActiveMQConnectionFactory.createTransportChannel(String theURLString)
Factory method to create a TransportChannel from a URL |
protected TransportChannel |
ActiveMQConnectionFactory.ensureServerIsAvailable(URI remoteLocation,
TransportChannel channel,
BrokerConnector brokerConnector,
boolean created)
|
protected TransportChannel |
ActiveMQConnectionFactory.ensureMulticastChannelIsAvailable(URI remoteLocation,
TransportChannel channel,
BrokerConnector brokerConnector,
boolean created)
|
Methods in org.codehaus.activemq with parameters of type TransportChannel | |
protected TransportChannel |
ActiveMQConnectionFactory.ensureServerIsAvailable(URI remoteLocation,
TransportChannel channel,
BrokerConnector brokerConnector,
boolean created)
|
protected TransportChannel |
ActiveMQConnectionFactory.ensureMulticastChannelIsAvailable(URI remoteLocation,
TransportChannel channel,
BrokerConnector brokerConnector,
boolean created)
|
Constructors in org.codehaus.activemq with parameters of type TransportChannel | |
ActiveMQConnection(ActiveMQConnectionFactory factory,
String theUserName,
String thePassword,
TransportChannel transportChannel)
Constructs a connection from an existing TransportChannel and user/password. |
|
ActiveMQXAConnection(ActiveMQConnectionFactory factory,
String theUserName,
String thePassword,
TransportChannel transportChannel)
|
Uses of TransportChannel in org.codehaus.activemq.broker |
Methods in org.codehaus.activemq.broker that return TransportChannel | |
TransportChannel |
BrokerClient.getChannel()
|
Methods in org.codehaus.activemq.broker with parameters of type TransportChannel | |
void |
BrokerClient.initialize(BrokerConnector brokerConnector,
TransportChannel channel)
Initialize the Brokerclient |
Uses of TransportChannel in org.codehaus.activemq.broker.impl |
Methods in org.codehaus.activemq.broker.impl that return TransportChannel | |
TransportChannel |
BrokerClientImpl.getChannel()
|
Methods in org.codehaus.activemq.broker.impl with parameters of type TransportChannel | |
void |
BrokerClientImpl.initialize(BrokerConnector brokerConnector,
TransportChannel channel)
Initialize the BrokerClient |
void |
BrokerConnectorImpl.addClient(TransportChannel channel)
|
void |
BrokerConnectorImpl.removeClient(TransportChannel channel)
|
Uses of TransportChannel in org.codehaus.activemq.transport |
Classes in org.codehaus.activemq.transport that implement TransportChannel | |
class |
DiscoveryTransportChannel
A ReliableTransportChannel which uses a DiscoveryAgent to discover remote broker
instances and dynamically connect to them. |
class |
TransportChannelSupport
Some basic functionality, common across most transport implementations of channels |
Methods in org.codehaus.activemq.transport that return TransportChannel | |
TransportChannel |
DiscoveryTransportChannelFactorySupport.create(WireFormat wireFormat,
URI remoteLocation)
|
protected TransportChannel |
TransportChannelFactorySupport.populateProperties(TransportChannel channel,
URI uri)
If a query string is present in the URI then set any simple bean properties on the channel |
TransportChannel |
TransportChannelFactory.create(WireFormat wireFormat,
URI remoteLocation)
Create a Channel to a remote Node - e.g. |
TransportChannel |
TransportChannelFactory.create(WireFormat wireFormat,
URI remoteLocation,
URI localLocation)
Create a Channel to a remote Node - e.g. |
static TransportChannel |
TransportChannelProvider.create(WireFormat wireFormat,
URI remoteLocation)
Create a Channel to a remote Node - e.g. |
static TransportChannel |
TransportChannelProvider.create(WireFormat wireFormat,
URI remoteLocation,
URI localLocation)
Create a Channel to a remote Node - e.g. |
Methods in org.codehaus.activemq.transport with parameters of type TransportChannel | |
protected void |
TransportServerChannelSupport.addClient(TransportChannel channel)
|
protected TransportChannel |
TransportChannelFactorySupport.populateProperties(TransportChannel channel,
URI uri)
If a query string is present in the URI then set any simple bean properties on the channel |
void |
TransportChannelListener.addClient(TransportChannel channel)
Called when a new channel is added to a server |
void |
TransportChannelListener.removeClient(TransportChannel channel)
Called when a channel has been closed and removed from a server |
Constructors in org.codehaus.activemq.transport with parameters of type TransportChannel | |
NetworkChannel(NetworkConnector connector,
BrokerContainer brokerContainer,
TransportChannel channel,
String remoteBrokerName,
String remoteclusterName)
Create a NetworkConnector from a TransportChannel |
Uses of TransportChannel in org.codehaus.activemq.transport.composite |
Classes in org.codehaus.activemq.transport.composite that implement TransportChannel | |
class |
CompositeTransportChannel
A Compsite implementation of a TransportChannel |
Fields in org.codehaus.activemq.transport.composite declared as TransportChannel | |
protected TransportChannel |
CompositeTransportChannel.channel
|
Methods in org.codehaus.activemq.transport.composite that return TransportChannel | |
protected TransportChannel |
CompositeTransportChannel.getChannel()
|
TransportChannel |
CompositeTransportChannelFactory.create(WireFormat wireFormat,
URI remoteLocation)
|
TransportChannel |
CompositeTransportChannelFactory.create(WireFormat wireFormat,
URI remoteLocation,
URI localLocation)
|
Uses of TransportChannel in org.codehaus.activemq.transport.multicast |
Classes in org.codehaus.activemq.transport.multicast that implement TransportChannel | |
class |
MulticastTransportChannel
A multicast implementation of a TransportChannel |
Methods in org.codehaus.activemq.transport.multicast that return TransportChannel | |
TransportChannel |
MulticastTransportChannelFactory.create(WireFormat wireFormat,
URI remoteLocation)
Create a Channel to a remote Node - e.g. |
TransportChannel |
MulticastTransportChannelFactory.create(WireFormat wireFormat,
URI remoteLocation,
URI localLocation)
Create a Channel to a remote Node - e.g. |
Uses of TransportChannel in org.codehaus.activemq.transport.peer |
Classes in org.codehaus.activemq.transport.peer that implement TransportChannel | |
class |
PeerTransportChannel
A PeerTransportChannel creates an embedded broker and networks peers together to form a P-2-P network. |
Fields in org.codehaus.activemq.transport.peer declared as TransportChannel | |
protected TransportChannel |
PeerTransportChannel.channel
|
Methods in org.codehaus.activemq.transport.peer that return TransportChannel | |
TransportChannel |
PeerTransportChannelFactory.create(WireFormat wireFormat,
URI remoteLocation)
Create a Channel |
TransportChannel |
PeerTransportChannelFactory.create(WireFormat wireFormat,
URI remoteLocation,
URI localLocation)
Create a peer channel |
Uses of TransportChannel in org.codehaus.activemq.transport.reliable |
Classes in org.codehaus.activemq.transport.reliable that implement TransportChannel | |
class |
ReliableTransportChannel
A Compsite implementation of a TransportChannel |
Methods in org.codehaus.activemq.transport.reliable that return TransportChannel | |
protected TransportChannel |
ReliableTransportChannel.getEstablishedChannel(long timeout)
|
TransportChannel |
ReliableTransportChannelFactory.create(WireFormat wireFormat,
URI remoteLocation)
Create a TransportChannel |
Methods in org.codehaus.activemq.transport.reliable with parameters of type TransportChannel | |
protected void |
ReliableTransportChannel.doReconnect(TransportChannel currentChannel,
long timeout)
|
Uses of TransportChannel in org.codehaus.activemq.transport.remote |
Classes in org.codehaus.activemq.transport.remote that implement TransportChannel | |
class |
RemoteTransportChannel
A RemoteTransportChannel creates an embedded broker that creates a remote connection to
another broker. |
Methods in org.codehaus.activemq.transport.remote that return TransportChannel | |
TransportChannel |
RemoteTransportChannelFactory.create(WireFormat wireFormat,
URI remoteLocation)
Create a Channel |
TransportChannel |
RemoteTransportChannelFactory.create(WireFormat wireFormat,
URI remoteLocation,
URI localLocation)
Create a peer channel |
Uses of TransportChannel in org.codehaus.activemq.transport.tcp |
Classes in org.codehaus.activemq.transport.tcp that implement TransportChannel | |
class |
TcpTransportChannel
A tcp implementation of a TransportChannel |
Methods in org.codehaus.activemq.transport.tcp that return TransportChannel | |
TransportChannel |
TcpTransportChannelFactory.create(WireFormat wireFormat,
URI remoteLocation)
Create a Channel to a remote Node - e.g. |
TransportChannel |
TcpTransportChannelFactory.create(WireFormat wireFormat,
URI remoteLocation,
URI localLocation)
Create a Channel to a remote Node - e.g. |
TransportChannel |
SfTransportChannelFactory.create(WireFormat wireFormat,
URI remoteLocation)
Create a Channel to a remote Node - e.g. |
TransportChannel |
SfTransportChannelFactory.create(WireFormat wireFormat,
URI remoteLocation,
URI localLocation)
Create a Channel to a remote Node - e.g. |
Uses of TransportChannel in org.codehaus.activemq.transport.udp |
Classes in org.codehaus.activemq.transport.udp that implement TransportChannel | |
class |
UdpTransportChannel
A UDP implementation of a TransportChannel |
Methods in org.codehaus.activemq.transport.udp that return TransportChannel | |
TransportChannel |
UdpTransportChannelFactory.create(WireFormat wireFormat,
URI remoteLocation)
Create a Channel to a remote Node - e.g. |
TransportChannel |
UdpTransportChannelFactory.create(WireFormat wireFormat,
URI remoteLocation,
URI localLocation)
Create a Channel to a remote Node - e.g. |
Uses of TransportChannel in org.codehaus.activemq.transport.vm |
Classes in org.codehaus.activemq.transport.vm that implement TransportChannel | |
class |
VmTransportChannel
A VM implementation of a TransportChannel |
Methods in org.codehaus.activemq.transport.vm that return TransportChannel | |
TransportChannel |
VmTransportChannelFactory.create(WireFormat wireFormat,
URI remoteLocation)
Create a Channel to a remote Node - e.g. |
TransportChannel |
VmTransportChannelFactory.create(WireFormat wireFormat,
URI remoteLocation,
URI localLocation)
Create a Channel to a remote Node - e.g. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |