abbot.script
Class ForkedStepRunner.SlaveStepRunner

java.lang.Object
  extended byabbot.script.StepRunner
      extended byabbot.script.ForkedStepRunner.SlaveStepRunner
Enclosing class:
ForkedStepRunner

protected static class ForkedStepRunner.SlaveStepRunner
extends StepRunner

When actually within the separate VM, this is what gets run.


Field Summary
 
Fields inherited from class abbot.script.StepRunner
hierarchy
 
Constructor Summary
ForkedStepRunner.SlaveStepRunner()
           
 
Method Summary
 void launchSlave(int port)
          Handle running a script as a forked process.
 
Methods inherited from class abbot.script.StepRunner
addStepListener, clearErrors, fireStepEnd, fireStepError, fireStepEvent, fireStepFailure, fireStepProgress, fireStepStart, getError, getHierarchy, getStopOnError, getStopOnFailure, getTerminateOnError, launch, removeStepListener, restore, run, runStep, save, setError, setStopOnError, setStopOnFailure, setTerminateOnError, setUp, stop, stop, stopped, terminate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ForkedStepRunner.SlaveStepRunner

public ForkedStepRunner.SlaveStepRunner()
Method Detail

launchSlave

public void launchSlave(int port)
Handle running a script as a forked process.



Copyright © 2002-2004 Timothy Wall. All Rights Reserved.
Abbot is hosted on

SourceForge