ncsa.tools.ogrescript.process.types
Class AbstractExecutionMonitor

java.lang.Object
  extended byncsa.tools.ogrescript.OgreScriptElement
      extended byncsa.tools.ogrescript.process.types.AbstractExecutionMonitor
All Implemented Interfaces:
IIdentifiableParent, java.lang.Runnable, Stoppable, UserFacing
Direct Known Subclasses:
FileMonitor, StreamMonitor

public abstract class AbstractExecutionMonitor
extends OgreScriptElement
implements java.lang.Runnable, Stoppable, IIdentifiableParent


Field Summary
 
Fields inherited from class ncsa.tools.ogrescript.OgreScriptElement
TAG_EXT_PT, TAG_SELF
 
Method Summary
 java.lang.String getQueueType()
           
 void setParent(IIdentifiable parent)
           
 void setQueueType(java.lang.String s)
           
 void start()
           
 
Methods inherited from class ncsa.tools.ogrescript.OgreScriptElement
asElement, initializeFromElement
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.lang.Runnable
run
 
Methods inherited from interface ncsa.tools.common.Stoppable
halt
 

Method Detail

start

public void start()

setQueueType

public void setQueueType(java.lang.String s)

getQueueType

public java.lang.String getQueueType()

setParent

public void setParent(IIdentifiable parent)
Specified by:
setParent in interface IIdentifiableParent