Class RestAcquisitionAsync.XDaemon
- java.lang.Object
-
- fr.dyade.aaa.common.Daemon
-
- com.scalagent.joram.mom.dest.rest.RestAcquisitionAsync.XDaemon
-
- All Implemented Interfaces:
Runnable
- Enclosing class:
- RestAcquisitionAsync
private class RestAcquisitionAsync.XDaemon extends Daemon
Daemon for acquisition mechanism.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidclose()Closes the Acquisition daemon and all associated resources.voidrun()protected voidshutdown()Stops the Acquisition daemon and all associated resources.voidstop()Forces the daemon to stop executing.-
Methods inherited from class fr.dyade.aaa.common.Daemon
finish, getName, interrupt, isCurrentThread, isRunning, setDaemon, setName, setPriority, setThreadGroup, start, toString
-
-
-
-
Method Detail
-
run
public void run()
-
stop
public void stop()
Description copied from class:DaemonForces the daemon to stop executing. This method notifies thread that it should stop running, if the thread is waiting it is first interrupted then the shutdown method is called to close all resources.
-
close
protected void close()
Closes the Acquisition daemon and all associated resources.
-
-