Uses of Interface
org.glassfish.gmbal.AMXMBeanInterface

Packages that use AMXMBeanInterface
org.glassfish.gmbal   
org.glassfish.gmbal.impl   
 

Uses of AMXMBeanInterface in org.glassfish.gmbal
 

Classes in org.glassfish.gmbal that implement AMXMBeanInterface
 class AMXClient
          This class implements a generic AMXMBeanInterface MBean which is connected to a possibly remote MBeanServerConnection (note that MBeanServer isA MBeanServerConnection, so we can actually create an AMXClientImpl simply by using the MBeanServer from the mom: this is useful for testing).
 

Methods in org.glassfish.gmbal that return AMXMBeanInterface
 AMXMBeanInterface[] AMXMBeanInterface.getChildren()
          Containment hierarchy: Get all AMXMBeanInterface contained by this one, in no particular order.
 AMXMBeanInterface AMXMBeanInterface.getParent()
          "go up one level": the MBean containing this one, can be null for root
 

Uses of AMXMBeanInterface in org.glassfish.gmbal.impl
 

Classes in org.glassfish.gmbal.impl that implement AMXMBeanInterface
 class AMXImpl
           
 

Methods in org.glassfish.gmbal.impl that return AMXMBeanInterface
 AMXMBeanInterface[] AMXImpl.getChildren()
           
 AMXMBeanInterface AMXImpl.getParent()
           
 



Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.