org.jboss.managed.plugins.jmx
Class GarbageCollectorMXBeanMO

java.lang.Object
  extended by 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

Constructor Summary
GarbageCollectorMXBeanMO()
           
 
Method Summary
 long getCollectionCount()
           
 long getCollectionTime()
           
 String[] getMemoryPoolNames()
           
 String getName()
           
 boolean isValid()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GarbageCollectorMXBeanMO

public GarbageCollectorMXBeanMO()
Method Detail

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.