File
Doc
Category
Size
Date
Package
GetPropertyAction.java
API Doc
Java SE 5 API
617
Fri Aug 26 14:54:58 BST 2005
com.sun.jmx.mbeanserver
GetPropertyAction
java.lang.Object
public class GetPropertyAction extends Object implements PrivilegedAction
Utility class to be used by the method
AccessControler.doPrivileged
to get a system property.
since
1.5
Fields Summary
private final String
key
Constructors Summary
public GetPropertyAction
(
String
key)
this.key = key;
Methods Summary
public
java.lang.Object
run
()
return System.getProperty(key);
Java Code Source