Joram ${version}

org.objectweb.joram.mom.util
Class BridgeUnifiedModule.ReconnectionDaemon

java.lang.Object
  extended byfr.dyade.aaa.util.Daemon
      extended byorg.objectweb.joram.mom.util.BridgeUnifiedModule.ReconnectionDaemon
All Implemented Interfaces:
java.lang.Runnable
Enclosing class:
BridgeUnifiedModule

protected class BridgeUnifiedModule.ReconnectionDaemon
extends fr.dyade.aaa.util.Daemon

The ReconnectionDaemon thread is responsible for reconnecting the bridge module with the foreign JMS server in case of disconnection.


Field Summary
 
Fields inherited from class fr.dyade.aaa.util.Daemon
canStop, group, logmon, priority, running, thread
 
Constructor Summary
protected BridgeUnifiedModule.ReconnectionDaemon()
          Constructs a ReconnectionDaemon thread.
 
Method Summary
 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.
 
Methods inherited from class fr.dyade.aaa.util.Daemon
finish, getName, interrupt, isCurrentThread, isRunning, setDaemon, setPriority, setThreadGroup, start, stop, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BridgeUnifiedModule.ReconnectionDaemon

protected BridgeUnifiedModule.ReconnectionDaemon()
Constructs a ReconnectionDaemon thread.

Method Detail

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.


close

public void close()
Releases the daemon's resources.


Joram ${version}

Copyright © 2005 Scalagent - All rights reserved