org.activemq.transport.udp
Class UdpTransportServerChannel

java.lang.Object
  extended by org.activemq.transport.TransportServerChannelSupport
      extended by org.activemq.transport.udp.UdpTransportServerChannel
All Implemented Interfaces:
Service, TransportServerChannel

public class UdpTransportServerChannel
extends TransportServerChannelSupport

A UDP implementation of TransportServerChannel

Version:
$Revision: 1.1.1.1 $

Constructor Summary
UdpTransportServerChannel(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

UdpTransportServerChannel

public UdpTransportServerChannel(URI bindAddr)
Method Detail

start

public void start()
           throws JMSException
start listeneing for events

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

toString

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


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