public class RemoteFabricStatus extends Object implements FabricStatus
| Modifier and Type | Class and Description |
|---|---|
protected static class |
RemoteFabricStatus.GetPlatformMXBeanObjectNamesProcessCallable |
| Modifier and Type | Field and Description |
|---|---|
protected JMXProxyUtil.ProcessCallableExecutor |
processCallableExecutor |
| Constructor and Description |
|---|
RemoteFabricStatus(JMXProxyUtil.ProcessCallableExecutor processCallableExecutor) |
| Modifier and Type | Method and Description |
|---|---|
AdvancedOperatingSystemMXBean |
getAdvancedOperatingSystemMXBean() |
List<BufferPoolMXBean> |
getBufferPoolMXBeans() |
ClassLoadingMXBean |
getClassLoadingMXBean() |
CompilationMXBean |
getCompilationMXBean() |
List<GarbageCollectorMXBean> |
getGarbageCollectorMXBeans() |
List<MemoryManagerMXBean> |
getMemoryManagerMXBeans() |
MemoryMXBean |
getMemoryMXBean() |
List<MemoryPoolMXBean> |
getMemoryPoolMXBeans() |
PlatformLoggingMXBean |
getPlatformLoggingMXBean() |
protected static <T extends PlatformManagedObject> |
getPlatformMXBeans(Class<T> mxBeanInterface,
JMXProxyUtil.ProcessCallableExecutor processCallableExecutor) |
RuntimeMXBean |
getRuntimeMXBean() |
ThreadMXBean |
getThreadMXBean() |
protected final JMXProxyUtil.ProcessCallableExecutor processCallableExecutor
public RemoteFabricStatus(JMXProxyUtil.ProcessCallableExecutor processCallableExecutor)
public AdvancedOperatingSystemMXBean getAdvancedOperatingSystemMXBean()
getAdvancedOperatingSystemMXBean in interface FabricStatuspublic List<BufferPoolMXBean> getBufferPoolMXBeans()
getBufferPoolMXBeans in interface FabricStatuspublic ClassLoadingMXBean getClassLoadingMXBean()
getClassLoadingMXBean in interface FabricStatuspublic CompilationMXBean getCompilationMXBean()
getCompilationMXBean in interface FabricStatuspublic List<GarbageCollectorMXBean> getGarbageCollectorMXBeans()
getGarbageCollectorMXBeans in interface FabricStatuspublic List<MemoryManagerMXBean> getMemoryManagerMXBeans()
getMemoryManagerMXBeans in interface FabricStatuspublic MemoryMXBean getMemoryMXBean()
getMemoryMXBean in interface FabricStatuspublic List<MemoryPoolMXBean> getMemoryPoolMXBeans()
getMemoryPoolMXBeans in interface FabricStatuspublic PlatformLoggingMXBean getPlatformLoggingMXBean()
getPlatformLoggingMXBean in interface FabricStatuspublic RuntimeMXBean getRuntimeMXBean()
getRuntimeMXBean in interface FabricStatuspublic ThreadMXBean getThreadMXBean()
getThreadMXBean in interface FabricStatusprotected static <T extends PlatformManagedObject> List<T> getPlatformMXBeans(Class<T> mxBeanInterface, JMXProxyUtil.ProcessCallableExecutor processCallableExecutor)