Package | Description |
---|---|
com.tangosol.util |
Contains various generic utilities.
|
Modifier and Type | Method and Description |
---|---|
Daemon.DaemonWorker |
Daemon.getWorker()
Accessor to obtain the Daemon worker object.
|
protected Daemon.DaemonWorker |
Daemon.instantiateWorker()
Instantiate a DaemonWorker that will be used as a daemon.
|
Modifier and Type | Method and Description |
---|---|
protected void |
Daemon.changeState(int nState,
Daemon.DaemonWorker worker)
Change the state of the daemon.
|
protected void |
Daemon.configureWorker(Daemon.DaemonWorker worker)
Configure a worker to use as a daemon.
|
protected void |
Daemon.finishStarting(Daemon.DaemonWorker worker)
Wait for the specified worker to finish starting.
|
protected void |
Daemon.finishStopping(Daemon.DaemonWorker worker,
long cWait)
Wait for the specified worker to finish stopping.
|