net.procsched
Class ProcessBatch

java.lang.Object
  extended by net.procsched.ProcessBatch

public class ProcessBatch
extends java.lang.Object

Author:
alexto

Constructor Summary
ProcessBatch()
          Creates a new instance of ProcessBatch
 
Method Summary
 void add(Command c)
           
 void batch()
           
 int getRunning()
           
 boolean remove(Command c)
           
 boolean running()
           
 void setBackGround(boolean b)
           
 void setRunning(int cue)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProcessBatch

public ProcessBatch()
Creates a new instance of ProcessBatch

Method Detail

add

public void add(Command c)

remove

public boolean remove(Command c)

running

public boolean running()

setRunning

public void setRunning(int cue)

getRunning

public int getRunning()

setBackGround

public void setBackGround(boolean b)

batch

public void batch()