JBoss Managed Parent POM 2.1.1.SP2

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()
           
 ObjectName getObjectName()
           
 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

getObjectName

public ObjectName getObjectName()

JBoss Managed Parent POM 2.1.1.SP2

Copyright © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.