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

/openjdk7/jdk/test/java/lang/management/CompositeData/
H A DOpenTypeConverter.java78 private static class InProgress extends OpenType { class in class:OpenTypeConverter
82 InProgress() throws OpenDataException { method in class:OpenTypeConverter.InProgress
106 t = new InProgress();
122 if (t instanceof InProgress)
/openjdk7/jdk/src/share/classes/sun/management/
H A DMappedMXBeanType.java123 if (mt.getOpenType() instanceof InProgress) {
757 private static class InProgress extends OpenType { class in class:MappedMXBeanType
761 InProgress() throws OpenDataException { method in class:MappedMXBeanType.InProgress
786 t = new InProgress();

Completed in 37 milliseconds