Joram ${version}

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

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

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

The StartupDaemon thread is responsible for retrieving the needed JMS administered objects from the JNDI server.


Field Summary
 
Fields inherited from class fr.dyade.aaa.util.Daemon
canStop, group, logmon, priority, running, thread
 
Constructor Summary
protected BridgeUnifiedModule.StartupDaemon()
          Constructs a StartupDaemon thread.
 
Method Summary
 void close()
          Releases the daemon's resources.
 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.StartupDaemon

protected BridgeUnifiedModule.StartupDaemon()
Constructs a StartupDaemon thread.

Method Detail

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