org.apache.derby.client.am
Class GetSystemPropertiesAction

java.lang.Object
  extended by org.apache.derby.client.am.GetSystemPropertiesAction
All Implemented Interfaces:
java.security.PrivilegedAction

public class GetSystemPropertiesAction
extends java.lang.Object
implements java.security.PrivilegedAction

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:
run in interface java.security.PrivilegedAction

getSystemProperties

public java.util.Properties getSystemProperties()
Accessor for system properties (used after run() method invocation)


Built on Thu 2012-03-29 21:53:33+0000, from revision ???

Apache Derby V10.6 Internals - Copyright © 2004,2007 The Apache Software Foundation. All Rights Reserved.