org.codehaus.activemq.transport.jrms
Class JRMSTransportChannel

java.lang.Object
  extended byorg.codehaus.activemq.transport.TransportChannelSupport
      extended byorg.codehaus.activemq.transport.jrms.JRMSTransportChannel
All Implemented Interfaces:
Runnable, Service, TransportChannel

public class JRMSTransportChannel
extends TransportChannelSupport
implements Runnable

A JRMS implementation of a TransportChannel

Version:
$Revision: 1.20 $

Field Summary
 
Fields inherited from class org.codehaus.activemq.transport.TransportChannelSupport
pendingStop, transportConnected
 
Constructor Summary
protected JRMSTransportChannel(WireFormat wireFormat)
          Construct basic helpers
  JRMSTransportChannel(WireFormat wireFormat, URI remoteLocation)
          Connect to a remote Node - e.g.
 
Method Summary
 void asyncSend(Packet packet)
          Asynchronously send a Packet
 boolean canProcessWireFormatVersion(int version)
          Can this wireformat process packets of this version
protected  DatagramPacket createDatagramPacket()
           
protected  DatagramPacket createDatagramPacket(Packet packet)
           
 int getCurrentWireFormatVersion()
           
 boolean isMulticast()
           
 void run()
          reads packets from a Socket
 void start()
          start listeneing for events
 void stop()
          close the channel
 String toString()
          pretty print for object
 
Methods inherited from class org.codehaus.activemq.transport.TransportChannelSupport
addTransportStatusEventListener, doAsyncSend, doConsumePacket, doConsumePacket, doHandleReceipt, doHandleWireFormat, fireStatusEvent, fireStatusEvent, getClientID, getExceptionListener, getPacketListener, getTransportChannelListener, isPendingStop, isServerSide, isTransportConnected, onAsyncException, removeTransportStatusEventListener, send, send, setClientID, setExceptionListener, setPacketListener, setPendingStop, setServerSide, setTransportChannelListener, setTransportConnected, stopExecutor
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

JRMSTransportChannel

protected JRMSTransportChannel(WireFormat wireFormat)
Construct basic helpers


JRMSTransportChannel

public JRMSTransportChannel(WireFormat wireFormat,
                            URI remoteLocation)
                     throws JMSException
Connect to a remote Node - e.g. a Broker

Parameters:
remoteLocation -
Throws:
JMSException
Method Detail

stop

public void stop()
close the channel

Specified by:
stop in interface TransportChannel
Overrides:
stop in class TransportChannelSupport

start

public void start()
           throws JMSException
start listeneing for events

Specified by:
start in interface TransportChannel
Throws:
JMSException - if an error occurs

asyncSend

public void asyncSend(Packet packet)
               throws JMSException
Asynchronously send a Packet

Specified by:
asyncSend in interface TransportChannel
Parameters:
packet -
Throws:
JMSException

isMulticast

public boolean isMulticast()
Specified by:
isMulticast in interface TransportChannel
Returns:
true if this transport is multicast based (i.e. broadcasts to multiple nodes)

run

public void run()
reads packets from a Socket

Specified by:
run in interface Runnable

canProcessWireFormatVersion

public boolean canProcessWireFormatVersion(int version)
Can this wireformat process packets of this version

Specified by:
canProcessWireFormatVersion in interface TransportChannel
Parameters:
version - the version number to test
Returns:
true if can accept the version

getCurrentWireFormatVersion

public int getCurrentWireFormatVersion()
Specified by:
getCurrentWireFormatVersion in interface TransportChannel
Returns:
the current version of this wire format

createDatagramPacket

protected DatagramPacket createDatagramPacket()

createDatagramPacket

protected DatagramPacket createDatagramPacket(Packet packet)
                                       throws IOException,
                                              JMSException
Throws:
IOException
JMSException

toString

public String toString()
pretty print for object

Returns:
String representation of this object


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