edu.ucla.util.code
Class ScriptExecution.ProcessSitter

Object
  extended by ScriptExecution.ProcessSitter
All Implemented Interfaces:
Runnable
Enclosing class:
ScriptExecution

public static class ScriptExecution.ProcessSitter
extends Object
implements Runnable


Constructor Summary
ScriptExecution.ProcessSitter(ScriptExecution execution, ScriptExecution.ProcessCustodian custodian, long timeout)
           
 
Method Summary
 void run()
           
 void start()
           
 
Methods inherited from class Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ScriptExecution.ProcessSitter

public ScriptExecution.ProcessSitter(ScriptExecution execution,
                                     ScriptExecution.ProcessCustodian custodian,
                                     long timeout)
Method Detail

start

public void start()

run

public void run()
Specified by:
run in interface Runnable


Copyright 2010 UCLA Automated Reasoning Group