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

/openjdk7/jdk/src/share/classes/sun/security/action/
H A DGetIntegerAction.java43 * (new sun.security.action.GetIntegerAction("prop"));
57 * new GetIntegerAction("prop", 3))).intValue();
66 public class GetIntegerAction class in inherits:java.security.PrivilegedAction
78 public GetIntegerAction(String theProp) { method in class:GetIntegerAction
89 public GetIntegerAction(String theProp, int defaultVal) { method in class:GetIntegerAction

Completed in 32 milliseconds