Class ReliableTcpConnection.Reader
- java.lang.Object
-
- fr.dyade.aaa.common.Daemon
-
- org.objectweb.joram.client.jms.tcp.ReliableTcpConnection.Reader
-
- All Implemented Interfaces:
Runnable
- Enclosing class:
- ReliableTcpConnection
class ReliableTcpConnection.Reader extends fr.dyade.aaa.common.Daemon
-
-
Constructor Summary
Constructors Constructor Description Reader()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidclose()voidrun()protected voidshutdown()voidstop()Enables the daemon to stop itself.
-
-
-
Method Detail
-
run
public void run()
-
stop
public void stop()
Enables the daemon to stop itself.- Overrides:
stopin classfr.dyade.aaa.common.Daemon
-
shutdown
protected void shutdown()
- Specified by:
shutdownin classfr.dyade.aaa.common.Daemon
-
close
protected void close()
- Specified by:
closein classfr.dyade.aaa.common.Daemon
-
-