org.gnu6.moves
Class startDaemon

java.lang.Object
  |
  +--org.gnu6.six.move
        |
        +--org.gnu6.moves.startDaemon
All Implemented Interfaces:
java.lang.Runnable

public class startDaemon
extends org.gnu6.six.move

DESCRIPTION:
It starts execution of a given mlist. The system does not wait until the mlist is finished and proceedes with the next move.
MANDATORY PARAMETERS:
mlist
EXAMPLE:
 <move name="startDaemon" >
       <parameter name="mlist" value="/tmp/mlist.xml" />
 </move>
 

See Also:
startDaemon

Field Summary
 
Fields inherited from class org.gnu6.six.move
currentState, myInstance, myName, myThreadGroup, parameters, thisThread
 
Constructor Summary
startDaemon()
           
 
Method Summary
 void run()
           
 
Methods inherited from class org.gnu6.six.move
activeCount, amIsuspended, enumerateThreadGroups, enumerateThreads, getLogFile, getLogStatus, getName, getParameters, getParent, getState, interrupt, interruptAll, isAlive, isItSuspended, join, resume, setAlive, setDaemon, setInstance, setLogFile, setLogStatus, setName, setParameters, setParent, setState, setThread, setThreadGroup, sleep, start, stop, stopAll, suspend
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

startDaemon

public startDaemon()
Method Detail

run

public void run()