|
Préférences
Moteurs de recherche
|
|||||||
JavaTM 2 Platform Std. Ed. v1.6.0
java.security
|
Method Summary | |
---|---|
T |
run()
Performs the computation. |
Method Detail |
---|
T run() throws Exception
AccessController.doPrivileged
after enabling privileges.
PrivilegedExceptionAction
should document what
(if anything) this value represents.
Exception
- an exceptional condition has occurred. Each class
that implements PrivilegedExceptionAction
should
document the exceptions that its run method can throw.AccessController.doPrivileged(PrivilegedExceptionAction)
,
AccessController.doPrivileged(PrivilegedExceptionAction,AccessControlContext)