org.activemq.transport.jrms
Class JRMSTransportServerChannel

java.lang.Object
  extended byorg.activemq.transport.TransportServerChannelSupport
      extended byorg.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

Throws:
JMSException - if an error occurs

toString

public String toString()
Returns:
pretty print of this


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