|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TransportServerChannel | |
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.multicast | An implementation of the transport layer using multicast |
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 TransportServerChannel in org.codehaus.activemq.broker |
Methods in org.codehaus.activemq.broker that return TransportServerChannel | |
TransportServerChannel |
BrokerConnector.getServerChannel()
|
Methods in org.codehaus.activemq.broker with parameters of type TransportServerChannel | |
void |
BrokerContainer.addConnector(TransportServerChannel transportConnector)
Adds a new transport connector for the given transportConnector |
Uses of TransportServerChannel in org.codehaus.activemq.broker.impl |
Methods in org.codehaus.activemq.broker.impl that return TransportServerChannel | |
TransportServerChannel |
BrokerConnectorImpl.getServerChannel()
|
protected static TransportServerChannel |
BrokerConnectorImpl.createTransportServerChannel(WireFormat wireFormat,
String bindAddress)
Factory method ot create a transport channel |
Methods in org.codehaus.activemq.broker.impl with parameters of type TransportServerChannel | |
void |
BrokerContainerImpl.addConnector(TransportServerChannel transportConnector)
|
Constructors in org.codehaus.activemq.broker.impl with parameters of type TransportServerChannel | |
BrokerConnectorImpl(BrokerContainer container,
TransportServerChannel serverChannel)
|
Uses of TransportServerChannel in org.codehaus.activemq.transport |
Classes in org.codehaus.activemq.transport that implement TransportServerChannel | |
class |
TransportServerChannelSupport
An abstract base class useful for implementation inheritence |
Methods in org.codehaus.activemq.transport that return TransportServerChannel | |
static TransportServerChannel |
TransportServerChannelProvider.create(WireFormat wireFormat,
URI bindAddress)
Create a Channel used for the Broker to listen to remove connections |
static TransportServerChannel |
TransportServerChannelProvider.newInstance(WireFormat wireFormat,
String bindAddress)
Create a Channel used for the Broker to listen to remove connections |
TransportServerChannel |
TransportServerChannelFactory.create(WireFormat wireFormat,
URI bindAddress)
Bind a ServerChannel to an address |
Uses of TransportServerChannel in org.codehaus.activemq.transport.multicast |
Classes in org.codehaus.activemq.transport.multicast that implement TransportServerChannel | |
class |
MulticastTransportServerChannel
A Multicast implementation of TransportServerChannel |
Methods in org.codehaus.activemq.transport.multicast that return TransportServerChannel | |
TransportServerChannel |
MulticastTransportServerChannelFactory.create(WireFormat wireFormat,
URI bindAddress)
Bind a ServerChannel to an address |
Uses of TransportServerChannel in org.codehaus.activemq.transport.tcp |
Classes in org.codehaus.activemq.transport.tcp that implement TransportServerChannel | |
class |
TcpTransportServerChannel
Binds to a well known port and listens for Sockets ... |
Methods in org.codehaus.activemq.transport.tcp that return TransportServerChannel | |
TransportServerChannel |
TcpTransportServerChannelFactory.create(WireFormat wireFormat,
URI bindAddress)
Bind a ServerChannel to an address |
TransportServerChannel |
SfTransportServerChannelFactory.create(WireFormat wireFormat,
URI bindAddress)
Bind a ServerChannel to an address |
Uses of TransportServerChannel in org.codehaus.activemq.transport.udp |
Classes in org.codehaus.activemq.transport.udp that implement TransportServerChannel | |
class |
UdpTransportServerChannel
A UDP implementation of TransportServerChannel |
Methods in org.codehaus.activemq.transport.udp that return TransportServerChannel | |
TransportServerChannel |
UdpTransportServerChannelFactory.create(WireFormat wireFormat,
URI bindAddress)
Bind a ServerChannel to an address |
Uses of TransportServerChannel in org.codehaus.activemq.transport.vm |
Classes in org.codehaus.activemq.transport.vm that implement TransportServerChannel | |
class |
VmTransportServerChannel
A VM implementation of TransportServerChannel |
Methods in org.codehaus.activemq.transport.vm that return TransportServerChannel | |
TransportServerChannel |
VmTransportServerChannelFactory.create(WireFormat wireFormat,
URI bindAddress)
Bind a ServerChannel to an address |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |