abbot
Class NoExitSecurityManager
java.lang.Object
|
+--java.lang.SecurityManager
|
+--abbot.NoExitSecurityManager
- Direct Known Subclasses:
- ThreadTerminatingSecurityManager
- public abstract class NoExitSecurityManager
- extends SecurityManager
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, 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 |
NoExitSecurityManager
public NoExitSecurityManager()
checkPermission
public void checkPermission(Permission perm,
Object context)
- Overrides:
checkPermission
in class SecurityManager
checkPermission
public void checkPermission(Permission perm)
- Overrides:
checkPermission
in class SecurityManager
checkExit
public void checkExit(int status)
- Overrides:
checkExit
in class SecurityManager
exitCalled
protected abstract void exitCalled(int status)
- 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).
Copyright © 2002-2003 Timothy Wall. All Rights Reserved.
Abbot is hosted on