Uses of Interface
org.glassfish.gmbal.AMXMBeanInterface
Packages that use AMXMBeanInterface
-
Uses of AMXMBeanInterface in org.glassfish.gmbal
Classes in org.glassfish.gmbal that implement AMXMBeanInterfaceModifier and TypeClassDescriptionclassThis 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 AMXMBeanInterfaceModifier and TypeMethodDescriptionAMXMBeanInterface.getChildren()Containment hierarchy: Get all AMXMBeanInterface contained by this one, in no particular order.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 AMXMBeanInterfaceFields in org.glassfish.gmbal.impl with type parameters of type AMXMBeanInterfaceModifier and TypeFieldDescriptionprivate static org.glassfish.pfl.basic.func.UnaryFunction<MBeanImpl, AMXMBeanInterface> AMXImpl.extractMethods in org.glassfish.gmbal.impl that return AMXMBeanInterfaceModifier and TypeMethodDescriptionAMXImpl.getChildren()private AMXMBeanInterface[]AMXImpl.getContained(String type) AMXImpl.getParent()Methods in org.glassfish.gmbal.impl that return types with arguments of type AMXMBeanInterfaceModifier and TypeMethodDescriptionprivate List<AMXMBeanInterface> AMXImpl.getContained(Set<String> types)