Uses of Interface
org.activemq.transport.TransportServerChannel

Packages that use TransportServerChannel
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.jabber A transport using Jabber (XMPP)  
org.activemq.transport.multicast An implementation of the transport layer using multicast  
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  
 

Uses of TransportServerChannel in org.activemq.broker
 

Methods in org.activemq.broker that return TransportServerChannel
 TransportServerChannel BrokerConnector.getServerChannel()
           
 

Methods in org.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.activemq.broker.impl
 

Methods in org.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.activemq.broker.impl with parameters of type TransportServerChannel
 void BrokerContainerImpl.addConnector(TransportServerChannel transportConnector)
           
 

Constructors in org.activemq.broker.impl with parameters of type TransportServerChannel
BrokerConnectorImpl(BrokerContainer container, TransportServerChannel serverChannel)
           
 

Uses of TransportServerChannel in org.activemq.transport
 

Classes in org.activemq.transport that implement TransportServerChannel
 class TransportServerChannelSupport
          An abstract base class useful for implementation inheritance
 

Methods in org.activemq.transport that return TransportServerChannel
 TransportServerChannel TransportServerChannelFactory.create(WireFormat wireFormat, URI bindAddress)
          Bind a ServerChannel to an address
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
 

Uses of TransportServerChannel in org.activemq.transport.activeio
 

Classes in org.activemq.transport.activeio that implement TransportServerChannel
 class ActiveIOTransportServerChannel
          Binds to a well known port and listens for Sockets ...
 

Methods in org.activemq.transport.activeio that return TransportServerChannel
 TransportServerChannel ActiveIOTransportServerChannelFactory.create(WireFormat wireFormat, URI bindAddress)
          Bind a ServerChannel to an address O
 

Uses of TransportServerChannel in org.activemq.transport.jabber
 

Classes in org.activemq.transport.jabber that implement TransportServerChannel
 class JabberTransportServerChannel
          A Jabber server connector
 

Methods in org.activemq.transport.jabber that return TransportServerChannel
 TransportServerChannel JabberTransportServerChannelFactory.create(WireFormat wireFormat, URI bindAddress)
           
 

Uses of TransportServerChannel in org.activemq.transport.multicast
 

Classes in org.activemq.transport.multicast that implement TransportServerChannel
 class MulticastTransportServerChannel
          A Multicast implementation of TransportServerChannel
 

Methods in org.activemq.transport.multicast that return TransportServerChannel
 TransportServerChannel MulticastTransportServerChannelFactory.create(WireFormat wireFormat, URI bindAddress)
          Bind a ServerChannel to an address
 

Uses of TransportServerChannel in org.activemq.transport.stomp
 

Classes in org.activemq.transport.stomp that implement TransportServerChannel
 class StompTransportServerChannel
          A TTMP server connector
 

Methods in org.activemq.transport.stomp that return TransportServerChannel
 TransportServerChannel StompTransportServerChannelFactory.create(WireFormat wireFormat, URI bindAddress)
           
 

Uses of TransportServerChannel in org.activemq.transport.tcp
 

Classes in org.activemq.transport.tcp that implement TransportServerChannel
 class TcpTransportServerChannel
          Binds to a well known port and listens for Sockets ...
 

Methods in org.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.activemq.transport.udp
 

Classes in org.activemq.transport.udp that implement TransportServerChannel
 class UdpTransportServerChannel
          A UDP implementation of TransportServerChannel
 

Methods in org.activemq.transport.udp that return TransportServerChannel
 TransportServerChannel UdpTransportServerChannelFactory.create(WireFormat wireFormat, URI bindAddress)
          Bind a ServerChannel to an address
 

Uses of TransportServerChannel in org.activemq.transport.vm
 

Classes in org.activemq.transport.vm that implement TransportServerChannel
 class VmTransportServerChannel
          A VM implementation of TransportServerChannel
 

Methods in org.activemq.transport.vm that return TransportServerChannel
 TransportServerChannel VmTransportServerChannelFactory.create(WireFormat wireFormat, URI bindAddress)
          Bind a ServerChannel to an address
 



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