|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ActionExecutor
Interface to execute a PrivilegedExceptionAction
. Implementations of this type are used by the
privileging toy.
Method Summary | |
---|---|
Object |
execute(PrivilegedExceptionAction<Object> action)
Execute a PrivilegedExceptionAction . |
Method Detail |
---|
Object execute(PrivilegedExceptionAction<Object> action) throws PrivilegedActionException
PrivilegedExceptionAction
.
action
- the action to run
PrivilegedActionException
- if the execution of the action fails
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |