public class GarbageCollectorMXBeanMO extends Object implements GarbageCollectorMXBean
Constructor and Description |
---|
GarbageCollectorMXBeanMO() |
Modifier and Type | Method and Description |
---|---|
long |
getCollectionCount() |
long |
getCollectionTime() |
String[] |
getMemoryPoolNames() |
String |
getName() |
ObjectName |
getObjectName() |
boolean |
isValid() |
public long getCollectionCount()
getCollectionCount
in interface GarbageCollectorMXBean
public long getCollectionTime()
getCollectionTime
in interface GarbageCollectorMXBean
public String[] getMemoryPoolNames()
getMemoryPoolNames
in interface MemoryManagerMXBean
public String getName()
getName
in interface MemoryManagerMXBean
public boolean isValid()
isValid
in interface MemoryManagerMXBean
public ObjectName getObjectName()
getObjectName
in interface PlatformManagedObject
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.