org.jboss.managed.plugins.jmx
Class GarbageCollectorMXBeanMO
java.lang.Object
org.jboss.managed.plugins.jmx.GarbageCollectorMXBeanMO
- All Implemented Interfaces:
- GarbageCollectorMXBean, MemoryManagerMXBean
public class GarbageCollectorMXBeanMO
- extends Object
- implements GarbageCollectorMXBean
Stub class for the RuntimeMXBean interface that is marked up with
management annotations.
- Version:
- $Revision: 84826 $
- Author:
- Scott.Stark@jboss.org
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GarbageCollectorMXBeanMO
public GarbageCollectorMXBeanMO()
getCollectionCount
public long getCollectionCount()
- Specified by:
getCollectionCount
in interface GarbageCollectorMXBean
getCollectionTime
public long getCollectionTime()
- Specified by:
getCollectionTime
in interface GarbageCollectorMXBean
getMemoryPoolNames
public String[] getMemoryPoolNames()
- Specified by:
getMemoryPoolNames
in interface MemoryManagerMXBean
getName
public String getName()
- Specified by:
getName
in interface MemoryManagerMXBean
isValid
public boolean isValid()
- Specified by:
isValid
in interface MemoryManagerMXBean
Copyright © 2009 JBoss, a division of Red Hat, Inc.. All Rights Reserved.