org.activemq.transport.jrms
Class JRMSTransportServerChannel

java.lang.Object
  extended by org.activemq.transport.TransportServerChannelSupport
      extended by org.activemq.transport.jrms.JRMSTransportServerChannel
All Implemented Interfaces:
org.activemq.service.Service, org.activemq.transport.TransportServerChannel

public class JRMSTransportServerChannel
extends org.activemq.transport.TransportServerChannelSupport

A JRMS implementation of TransportServerChannel

Version:
$Revision$

Constructor Summary
JRMSTransportServerChannel(org.activemq.io.WireFormat wireFormat, URI bindAddr)
           
 
Method Summary
 void start()
          start listeneing for events
 String toString()
           
 
Methods inherited from class org.activemq.transport.TransportServerChannelSupport
addClient, getSocketAddress, getTransportChannelListener, getUrl, removeClient, resolveHostName, setTransportChannelListener, setUrl, stop
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

JRMSTransportServerChannel

public JRMSTransportServerChannel(org.activemq.io.WireFormat wireFormat,
                                  URI bindAddr)
Method Detail

start

public void start()
           throws JMSException
start listeneing for events

Specified by:
start in interface org.activemq.service.Service
Specified by:
start in interface org.activemq.transport.TransportServerChannel
Overrides:
start in class org.activemq.transport.TransportServerChannelSupport
Throws:
JMSException - if an error occurs

toString

public String toString()
Overrides:
toString in class Object
Returns:
pretty print of this


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