|
|||||||||
| Home >> All >> org >> apache >> derby >> client >> [ am overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.apache.derby.client.am
Class GetSystemPropertiesAction

java.lang.Objectorg.apache.derby.client.am.GetSystemPropertiesAction
- All Implemented Interfaces:
- java.security.PrivilegedAction
- public class GetSystemPropertiesAction
- extends java.lang.Object
- implements java.security.PrivilegedAction
- extends java.lang.Object
Java 2 PrivilegedAction encapsulation of System getProperties processing
| Field Summary | |
private java.util.Properties |
systemProperties_
|
| Constructor Summary | |
GetSystemPropertiesAction()
Constructor. |
|
| Method Summary | |
java.util.Properties |
getSystemProperties()
Accessor for system properties (used after run() method invocation) |
java.lang.Object |
run()
Performs the privileged action of System.getProperties() |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
systemProperties_
private java.util.Properties systemProperties_
| Constructor Detail |
GetSystemPropertiesAction
public GetSystemPropertiesAction()
- Constructor.
| Method Detail |
run
public java.lang.Object run()
- Performs the privileged action of System.getProperties()
- Specified by:
runin interfacejava.security.PrivilegedAction
getSystemProperties
public java.util.Properties getSystemProperties()
- Accessor for system properties (used after run() method invocation)
|
|||||||||
| Home >> All >> org >> apache >> derby >> client >> [ am overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
org.apache.derby.client.am.GetSystemPropertiesAction