org.codehaus.activemq.transport.multicast
Class MulticastTransportServerChannel

java.lang.Object
  extended byorg.codehaus.activemq.transport.TransportServerChannelSupport
      extended byorg.codehaus.activemq.transport.multicast.MulticastTransportServerChannel
All Implemented Interfaces:
Service, TransportServerChannel

public class MulticastTransportServerChannel
extends TransportServerChannelSupport

A Multicast implementation of TransportServerChannel

Version:
$Revision: 1.2 $

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

Field Detail

bindAddress

protected URI bindAddress
Constructor Detail

MulticastTransportServerChannel

public MulticastTransportServerChannel(WireFormat wireFormat,
                                       URI bindAddr)
Method Detail

start

public void start()
           throws JMSException
start listeneing for events

Specified by:
start in interface TransportServerChannel
Overrides:
start in class TransportServerChannelSupport
Throws:
JMSException - if an error occurs

toString

public String toString()
Returns:
pretty print of this


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