Class RequestMultiplexer.DemultiplexerDaemon
- java.lang.Object
-
- fr.dyade.aaa.common.Daemon
-
- org.objectweb.joram.client.jms.connection.RequestMultiplexer.DemultiplexerDaemon
-
- All Implemented Interfaces:
Runnable
- Enclosing class:
- RequestMultiplexer
private class RequestMultiplexer.DemultiplexerDaemon extends fr.dyade.aaa.common.Daemon
-
-
Constructor Summary
Constructors Constructor Description DemultiplexerDaemon()
-
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
-
-