org.objectweb.joram.mom.util

Class BridgeUnifiedModule.StartupDaemon

Enclosing Class:
BridgeUnifiedModule
Implemented Interfaces:
Runnable

protected class BridgeUnifiedModule.StartupDaemon
extends 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

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

close, finish, getName, interrupt, isCurrentThread, isRunning, setDaemon, setPriority, setThreadGroup, shutdown, start, stop, toString

Constructor Details

StartupDaemon

protected StartupDaemon()
Constructs a StartupDaemon thread.

Method Details

close

public void close()
Releases the daemon's resources.
Overrides:
close in interface Daemon


run

public void run()
The daemon's loop.


shutdown

public void shutdown()
Shuts the daemon down.
Overrides:
shutdown in interface Daemon


Copyright B) 2004 Scalagent - All rights reserved