org.objectweb.joram.mom.util
Class BridgeUnifiedModule.StartupDaemon
- BridgeUnifiedModule
- Runnable
protected class BridgeUnifiedModule.StartupDaemon
The StartupDaemon
thread is responsible for retrieving
the needed JMS administered objects from the JNDI server.
void | close() - Releases the daemon's resources.
|
void | run() - The daemon's loop.
|
void | shutdown() - Shuts the daemon down.
|
close , finish , getName , interrupt , isCurrentThread , isRunning , setDaemon , setPriority , setThreadGroup , shutdown , start , stop , toString |
StartupDaemon
protected StartupDaemon()
Constructs a StartupDaemon
thread.
close
public void close()
Releases the daemon's resources.
- close in interface Daemon
run
public void run()
The daemon's loop.
shutdown
public void shutdown()
Shuts the daemon down.
- shutdown in interface Daemon
Copyright B) 2004 Scalagent - All rights reserved