Uses of Class
org.glassfish.gmbal.impl.MBeanSkeleton
-
Packages that use MBeanSkeleton Package Description org.glassfish.gmbal.impl -
-
Uses of MBeanSkeleton in org.glassfish.gmbal.impl
Fields in org.glassfish.gmbal.impl declared as MBeanSkeleton Modifier and Type Field Description private MBeanSkeleton
ManagedObjectManagerImpl. amxSkeleton
private MBeanSkeleton
MBeanImpl. skel
Fields in org.glassfish.gmbal.impl with type parameters of type MBeanSkeleton Modifier and Type Field Description private java.util.Map<EvaluatedClassDeclaration,MBeanSkeleton>
ManagedObjectManagerImpl. skeletonMap
Methods in org.glassfish.gmbal.impl that return MBeanSkeleton Modifier and Type Method Description MBeanSkeleton
MBeanSkeleton. compose(MBeanSkeleton skel)
Create a new MBeanSkeleton that is the composition of this one and skel.private MBeanSkeleton
ManagedObjectManagerImpl. getSkeleton(EvaluatedClassDeclaration cls)
MBeanSkeleton
MBeanImpl. skeleton()
Methods in org.glassfish.gmbal.impl with parameters of type MBeanSkeleton Modifier and Type Method Description MBeanSkeleton
MBeanSkeleton. compose(MBeanSkeleton skel)
Create a new MBeanSkeleton that is the composition of this one and skel.Constructors in org.glassfish.gmbal.impl with parameters of type MBeanSkeleton Constructor Description MBeanImpl(MBeanSkeleton skel, java.lang.Object obj, javax.management.MBeanServer server, java.lang.String type)
MBeanSkeleton(MBeanSkeleton first, MBeanSkeleton second)
-