wt.security
Class RuntimeAccess_plugin.RuntimeAccessAction

java.lang.Object
  extended bywt.security.RuntimeAccess_plugin.RuntimeAccessAction
All Implemented Interfaces:
PrivilegedAction
Enclosing class:
RuntimeAccess_plugin

class RuntimeAccess_plugin.RuntimeAccessAction
extends Object
implements PrivilegedAction


Field Summary
private  RuntimeAccess_plugin access
           
private  int actionType
           
private  Exception exception
           
static int EXEC
           
static int EXEC_ARY
           
static int LOAD
           
static int LOAD_LIBRARY
           
private  Object ret
           
protected  String string0
           
protected  String[] stringary0
           
protected  String[] stringary1
           
 
Constructor Summary
(package private) RuntimeAccess_plugin.RuntimeAccessAction(RuntimeAccess_plugin access, int actionType)
           
 
Method Summary
(package private)  Exception getException()
           
(package private)  Object getReturn()
           
 Object run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

EXEC

public static final int EXEC
See Also:
Constant Field Values

EXEC_ARY

public static final int EXEC_ARY
See Also:
Constant Field Values

LOAD

public static final int LOAD
See Also:
Constant Field Values

LOAD_LIBRARY

public static final int LOAD_LIBRARY
See Also:
Constant Field Values

access

private RuntimeAccess_plugin access

actionType

private int actionType

string0

protected String string0

stringary0

protected String[] stringary0

stringary1

protected String[] stringary1

ret

private Object ret

exception

private Exception exception
Constructor Detail

RuntimeAccess_plugin.RuntimeAccessAction

RuntimeAccess_plugin.RuntimeAccessAction(RuntimeAccess_plugin access,
                                         int actionType)
Method Detail

run

public Object run()
Specified by:
run in interface PrivilegedAction

getReturn

Object getReturn()

getException

Exception getException()