Uses of Interface
org.glassfish.gmbal.AMXMBeanInterface
-
Packages that use AMXMBeanInterface Package Description org.glassfish.gmbal -
-
Uses of AMXMBeanInterface in org.glassfish.gmbal
Classes in org.glassfish.gmbal that implement AMXMBeanInterface Modifier and Type Class Description classAMXClientThis 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 Modifier and Type Method Description AMXMBeanInterface[]AMXMBeanInterface. getChildren()Containment hierarchy: Get all AMXMBeanInterface contained by this one, in no particular order.AMXMBeanInterfaceAMXMBeanInterface. getParent()"go up one level": the MBean containing this one, can be null for root
-