abbot.script
Class ForkedStepRunner.SlaveStepRunner

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

protected static class ForkedStepRunner.SlaveStepRunner
extends StepRunner

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


Nested Class Summary
 
Nested classes/interfaces inherited from class abbot.script.StepRunner
StepRunner.ExitHandler
 
Field Summary
 
Fields inherited from class abbot.script.StepRunner
helper, hierarchy
 
Constructor Summary
protected ForkedStepRunner.SlaveStepRunner()
           
 
Method Summary
protected  SecurityManager createSecurityManager()
          Notify the master when the application exits.
 void launchSlave(int port)
          Handle running a script as a forked process.
 
Methods inherited from class abbot.script.StepRunner
addStepListener, checkFile, clearErrors, fireStepEnd, fireStepError, fireStepEvent, fireStepFailure, fireStepProgress, fireStepStart, getCurrentContext, getError, getHierarchy, getStopOnError, getStopOnFailure, getTerminateOnError, installSecurityManager, launch, removeSecurityManager, removeStepListener, run, runStep, setError, setStopOnError, setStopOnFailure, setTerminateOnError, 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

protected ForkedStepRunner.SlaveStepRunner()
Method Detail

createSecurityManager

protected SecurityManager createSecurityManager()
Notify the master when the application exits.

Overrides:
createSecurityManager in class StepRunner

launchSlave

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



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

SourceForge