| java.lang.Object java.lang.SecurityManager abbot.NoExitSecurityManager
All known Subclasses: abbot.util.ThreadTerminatingSecurityManager,
NoExitSecurityManager | public NoExitSecurityManager()(Code) | | |
checkExit | public void checkExit(int status)(Code) | | |
exitCalled | abstract protected void exitCalled(int status)(Code) | | 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).
|
exitInvoked | public boolean exitInvoked()(Code) | | Returns true if the exit has been invoked through a call
of Runtime.exit or Runtime.halt .
true <=> An exit has been invoked through a call of Runtime.exit / Runtime.halt . |
Fields inherited from java.lang.SecurityManager | protected boolean inCheck(Code)(Java Doc)
|
|
|