org.objectweb.joram.client.jms.tcp
Class TcpDriver
- Runnable
A TcpDriver
gets server deliveries coming through a TCP socket.
close , finish , getName , interrupt , isCurrentThread , isRunning , setDaemon , setPriority , setThreadGroup , shutdown , start , stop , toString |
TcpDriver
public TcpDriver(Connection cnx,
ReliableTcpClient tcpClient)
Constructs a TcpDriver
daemon.
cnx
- The connection the driver belongs to.
getDelivery
protected AbstractJmsReply getDelivery()
throws Exception
Returns an AbstractJmsReply
delivered by the connected
server.
- getDelivery in interface Driver
shutdown
public void shutdown()
Shuts down the driver.
- shutdown in interface Driver
Copyright B) 2004 Scalagent - All rights reserved