com.sun.jmx.remote.opt.util
Class GetPropertyAction

java.lang.Object
  extended by com.sun.jmx.remote.opt.util.GetPropertyAction
All Implemented Interfaces:
PrivilegedAction

public class GetPropertyAction
extends Object
implements PrivilegedAction

Utility class to be used by the method AccessControler.doPrivileged to get a system property.


Constructor Summary
GetPropertyAction(String key)
           
 
Method Summary
 Object run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GetPropertyAction

public GetPropertyAction(String key)
Method Detail

run

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


Copyright © 2014 Terracotta, Inc.. All rights reserved.