abbot.script
Class StepRunner.ExitHandler

java.lang.Object
  extended by java.lang.SecurityManager
      extended by abbot.NoExitSecurityManager
          extended by abbot.script.StepRunner.ExitHandler
Enclosing class:
StepRunner

protected class StepRunner.ExitHandler
extends NoExitSecurityManager


Field Summary
 
Fields inherited from class java.lang.SecurityManager
inCheck
 
Constructor Summary
protected StepRunner.ExitHandler()
           
 
Method Summary
 void checkRead(String file)
           
protected  void exitCalled(int status)
          Implement this method to do any context-specific cleanup.
 
Methods inherited from class abbot.NoExitSecurityManager
checkExit, checkPermission, checkPermission, exitInvoked
 
Methods inherited from class java.lang.SecurityManager
checkAccept, checkAccess, checkAccess, checkAwtEventQueueAccess, checkConnect, checkConnect, checkCreateClassLoader, checkDelete, checkExec, checkLink, checkListen, checkMemberAccess, checkMulticast, checkMulticast, checkPackageAccess, checkPackageDefinition, checkPrintJobAccess, checkPropertiesAccess, checkPropertyAccess, checkRead, checkRead, checkSecurityAccess, checkSetFactory, checkSystemClipboardAccess, checkTopLevelWindow, checkWrite, checkWrite, classDepth, classLoaderDepth, currentClassLoader, currentLoadedClass, getClassContext, getInCheck, getSecurityContext, getThreadGroup, inClass, inClassLoader
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StepRunner.ExitHandler

protected StepRunner.ExitHandler()
Method Detail

checkRead

public void checkRead(String file)
Overrides:
checkRead in class SecurityManager

exitCalled

protected void exitCalled(int status)
Description copied from class: NoExitSecurityManager
Implement this method to do any context-specific cleanup. This hook is provided since it may not always be possible to catch the ExitException explicitly (like when it's caught by someone else, or thrown from the event dispatch thread).

Specified by:
exitCalled in class NoExitSecurityManager


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

SourceForge