|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.dyade.aaa.util.Daemon
org.objectweb.joram.client.jms.Driver
org.objectweb.joram.client.jms.local.LocalDriver
A TcpDriver
gets server deliveries coming through
a local connection.
Field Summary |
Fields inherited from class fr.dyade.aaa.util.Daemon |
canStop, group, logmon, priority, running, thread |
Constructor Summary | |
LocalDriver(Connection cnx,
LocalConnection localConnection)
Constructs a TcpDriver daemon. |
Method Summary | |
protected AbstractJmsReply |
getDelivery()
Returns an AbstractJmsReply delivered by the connected
server. |
void |
shutdown()
Shuts down the driver. |
Methods inherited from class org.objectweb.joram.client.jms.Driver |
close, run, toString |
Methods inherited from class fr.dyade.aaa.util.Daemon |
finish, getName, interrupt, isCurrentThread, isRunning, setDaemon, setPriority, setThreadGroup, start, stop |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public LocalDriver(Connection cnx, LocalConnection localConnection)
TcpDriver
daemon.
cnx
- The connection the driver belongs to.Method Detail |
protected AbstractJmsReply getDelivery() throws java.lang.Exception
AbstractJmsReply
delivered by the connected
server.
getDelivery
in class Driver
IOException
- If the connection failed.
java.lang.ClassNotFoundException
- If the reply is invalid.
java.lang.Exception
- If a problem occurs when getting the delivery.public void shutdown()
shutdown
in class Driver
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |