org.jboss.managed.plugins.jmx
Class MemoryManagerMXBeanMO

java.lang.Object
  extended by org.jboss.managed.plugins.jmx.MemoryManagerMXBeanMO
All Implemented Interfaces:
MemoryManagerMXBean

public class MemoryManagerMXBeanMO
extends Object
implements MemoryManagerMXBean

Stub class for the MemoryManagerMXBean interface that is marked up with management annotations.

Version:
$Revision:$
Author:
Scott.Stark@jboss.org

Constructor Summary
MemoryManagerMXBeanMO()
           
 
Method Summary
 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

MemoryManagerMXBeanMO

public MemoryManagerMXBeanMO()
Method Detail

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 © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.