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

/openjdk7/jdk/src/share/classes/java/lang/management/
H A DPlatformComponent.java313 private final String mxbeanInterfaceName; field in class:PlatformComponent
327 this.mxbeanInterfaceName = intfName;
358 return mxbeanInterfaceName;
366 Class.forName(mxbeanInterfaceName, false, null);
382 throw new IllegalArgumentException(mxbeanInterfaceName +
395 throw new IllegalArgumentException(mxbeanInterfaceName +

Completed in 617 milliseconds