com.liferay.portal.fabric.status
Class LocalFabricStatus
java.lang.Object
com.liferay.portal.fabric.status.LocalFabricStatus
- All Implemented Interfaces:
- FabricStatus
public class LocalFabricStatus
- extends Object
- implements FabricStatus
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
INSTANCE
public static final FabricStatus INSTANCE
processCallableExecutor
protected static final JMXProxyUtil.ProcessCallableExecutor processCallableExecutor
getAdvancedOperatingSystemMXBean
public AdvancedOperatingSystemMXBean getAdvancedOperatingSystemMXBean()
- Specified by:
getAdvancedOperatingSystemMXBean in interface FabricStatus
getBufferPoolMXBeans
public List<BufferPoolMXBean> getBufferPoolMXBeans()
- Specified by:
getBufferPoolMXBeans in interface FabricStatus
getClassLoadingMXBean
public ClassLoadingMXBean getClassLoadingMXBean()
- Specified by:
getClassLoadingMXBean in interface FabricStatus
getCompilationMXBean
public CompilationMXBean getCompilationMXBean()
- Specified by:
getCompilationMXBean in interface FabricStatus
getGarbageCollectorMXBeans
public List<GarbageCollectorMXBean> getGarbageCollectorMXBeans()
- Specified by:
getGarbageCollectorMXBeans in interface FabricStatus
getMemoryManagerMXBeans
public List<MemoryManagerMXBean> getMemoryManagerMXBeans()
- Specified by:
getMemoryManagerMXBeans in interface FabricStatus
getMemoryMXBean
public MemoryMXBean getMemoryMXBean()
- Specified by:
getMemoryMXBean in interface FabricStatus
getMemoryPoolMXBeans
public List<MemoryPoolMXBean> getMemoryPoolMXBeans()
- Specified by:
getMemoryPoolMXBeans in interface FabricStatus
getPlatformLoggingMXBean
public PlatformLoggingMXBean getPlatformLoggingMXBean()
- Specified by:
getPlatformLoggingMXBean in interface FabricStatus
getRuntimeMXBean
public RuntimeMXBean getRuntimeMXBean()
- Specified by:
getRuntimeMXBean in interface FabricStatus
getThreadMXBean
public ThreadMXBean getThreadMXBean()
- Specified by:
getThreadMXBean in interface FabricStatus