public class DirectExecutor extends java.lang.Object implements ActionExecutor
PrivilegedExceptionAction.| Constructor and Description |
|---|
DirectExecutor() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
execute(java.security.PrivilegedExceptionAction<java.lang.Object> action)
Execute a
PrivilegedExceptionAction. |
public java.lang.Object execute(java.security.PrivilegedExceptionAction<java.lang.Object> action)
throws java.security.PrivilegedActionException
ActionExecutorPrivilegedExceptionAction.execute in interface ActionExecutoraction - the action to runjava.security.PrivilegedActionException - if the execution of the action fails