protected class JMSBridgeModule.StartupDaemon extends Daemon
StartupDaemon
thread is responsible for retrieving
the needed JMS administered objects from the JNDI server.Modifier | Constructor and Description |
---|---|
protected |
StartupDaemon()
Constructs a
StartupDaemon thread. |
Modifier and Type | Method and Description |
---|---|
void |
close()
Releases the daemon's resources.
|
protected Context |
getInitialContext() |
protected Object |
retrieveJndiObject(String jndiName) |
void |
run()
The daemon's loop.
|
void |
shutdown()
Shuts the daemon down.
|
finish, getName, interrupt, isCurrentThread, isRunning, setDaemon, setName, setPriority, setThreadGroup, start, stop, toString
protected Object retrieveJndiObject(String jndiName) throws Exception
Exception
protected Context getInitialContext() throws IOException, NamingException
IOException
NamingException
public void run()
Copyright © 2021 ScalAgent D.T.. All rights reserved.