wt.security
Class PropAccess_plugin.PropAccessAction

java.lang.Object
  extended bywt.security.PropAccess_plugin.PropAccessAction
All Implemented Interfaces:
PrivilegedAction
Enclosing class:
PropAccess_plugin

class PropAccess_plugin.PropAccessAction
extends Object
implements PrivilegedAction


Field Summary
private  PropAccess_plugin access
           
private  int actionType
           
private  Exception exception
           
static int GET_ENV
           
static int GET_SYSTEM_PROPERTIES
           
static int GET_SYSTEM_PROPERTY
           
protected  Properties properties0
           
private  Object ret
           
static int SET_SYSTEM_PROPERTIES
           
protected  String string0
           
 
Constructor Summary
(package private) PropAccess_plugin.PropAccessAction(PropAccess_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

GET_SYSTEM_PROPERTIES

public static final int GET_SYSTEM_PROPERTIES
See Also:
Constant Field Values

GET_SYSTEM_PROPERTY

public static final int GET_SYSTEM_PROPERTY
See Also:
Constant Field Values

SET_SYSTEM_PROPERTIES

public static final int SET_SYSTEM_PROPERTIES
See Also:
Constant Field Values

GET_ENV

public static final int GET_ENV
See Also:
Constant Field Values

access

private PropAccess_plugin access

actionType

private int actionType

string0

protected String string0

properties0

protected Properties properties0

ret

private Object ret

exception

private Exception exception
Constructor Detail

PropAccess_plugin.PropAccessAction

PropAccess_plugin.PropAccessAction(PropAccess_plugin access,
                                   int actionType)
Method Detail

run

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

getReturn

Object getReturn()

getException

Exception getException()