Searched defs:GetPropertyAction (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jdk/src/share/classes/com/sun/jmx/mbeanserver/
H A DGetPropertyAction.java36 public class GetPropertyAction implements PrivilegedAction<String> { class in inherits:PrivilegedAction
39 public GetPropertyAction(String key) { method in class:GetPropertyAction
/openjdk7/jaxws/src/share/jaxws_classes/javax/xml/bind/
H A DGetPropertyAction.java34 final class GetPropertyAction implements PrivilegedAction<String> { class in inherits:PrivilegedAction
37 public GetPropertyAction(String propertyName) { method in class:GetPropertyAction
/openjdk7/jdk/src/share/classes/sun/security/action/
H A DGetPropertyAction.java40 * (new GetPropertyAction("prop"));
49 public class GetPropertyAction class in inherits:java.security.PrivilegedAction
60 public GetPropertyAction(String theProp) { method in class:GetPropertyAction
71 public GetPropertyAction(String theProp, String defaultVal) { method in class:GetPropertyAction
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/orbutil/
H A DGetPropertyAction.java31 * from sun.security.action.GetPropertyAction in order to avoid
42 * new GetPropertyAction("prop"));
51 public class GetPropertyAction implements java.security.PrivilegedAction { class in inherits:java.security.PrivilegedAction
61 public GetPropertyAction(String theProp) { method in class:GetPropertyAction
72 public GetPropertyAction(String theProp, String defaultVal) { method in class:GetPropertyAction

Completed in 48 milliseconds