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 MBeanSkeletonManagedObjectManagerImpl. amxSkeletonprivate MBeanSkeletonMBeanImpl. skelFields in org.glassfish.gmbal.impl with type parameters of type MBeanSkeleton Modifier and Type Field Description private java.util.Map<EvaluatedClassDeclaration,MBeanSkeleton>ManagedObjectManagerImpl. skeletonMapMethods in org.glassfish.gmbal.impl that return MBeanSkeleton Modifier and Type Method Description MBeanSkeletonMBeanSkeleton. compose(MBeanSkeleton skel)Create a new MBeanSkeleton that is the composition of this one and skel.private MBeanSkeletonManagedObjectManagerImpl. getSkeleton(EvaluatedClassDeclaration cls)MBeanSkeletonMBeanImpl. skeleton()Methods in org.glassfish.gmbal.impl with parameters of type MBeanSkeleton Modifier and Type Method Description MBeanSkeletonMBeanSkeleton. 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)
-