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

/openjdk7/jdk/src/share/classes/sun/tools/jconsole/
H A DProxyClient.java65 private boolean hasPlatformMXBeans = false; field in class:ProxyClient
380 this.hasPlatformMXBeans = server.isRegistered(on);
384 if (this.hasPlatformMXBeans) {
414 if (hasPlatformMXBeans) {
688 if (hasPlatformMXBeans && classLoadingMBean == null) {
763 if (hasPlatformMXBeans && memoryMBean == null) {
772 if (hasPlatformMXBeans && runtimeMBean == null) {
782 if (hasPlatformMXBeans && threadMBean == null) {
791 if (hasPlatformMXBeans && operatingSystemMBean == null) {
863 boolean hasPlatformMXBeans() { method in class:ProxyClient
[all...]

Completed in 482 milliseconds