Searched refs:GET_METHOD_PREFIX (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/com/sun/jmx/mbeanserver/
H A DIntrospector.java573 private static final String GET_METHOD_PREFIX = "get"; field in class:Introspector.SimpleIntrospector
616 if (name.length() > 3 && name.startsWith(GET_METHOD_PREFIX))
666 String getMethod = GET_METHOD_PREFIX + property;

Completed in 4979 milliseconds