org.objectweb.joram.mom.util
Class BridgeUnifiedModule.ReconnectionDaemon
- BridgeUnifiedModule
- Runnable
protected class BridgeUnifiedModule.ReconnectionDaemon
The ReconnectionDaemon
thread is responsible for reconnecting
the bridge module with the foreign JMS server in case of disconnection.
void | close() - Releases the daemon's resources.
|
protected void | reconnect() - Notifies the daemon to start reconnecting.
|
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 |
ReconnectionDaemon
protected ReconnectionDaemon()
Constructs a ReconnectionDaemon
thread.
close
public void close()
Releases the daemon's resources.
- close in interface Daemon
reconnect
protected void reconnect()
Notifies the daemon to start reconnecting.
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