Uses of Class
org.glassfish.gmbal.impl.MBeanSkeleton
Packages that use MBeanSkeleton
-
Uses of MBeanSkeleton in org.glassfish.gmbal.impl
Fields in org.glassfish.gmbal.impl declared as MBeanSkeletonModifier and TypeFieldDescriptionprivate final MBeanSkeletonManagedObjectManagerImpl.amxSkeletonprivate final MBeanSkeletonMBeanImpl.skelFields in org.glassfish.gmbal.impl with type parameters of type MBeanSkeletonModifier and TypeFieldDescriptionprivate final Map<EvaluatedClassDeclaration, MBeanSkeleton> ManagedObjectManagerImpl.skeletonMapMethods in org.glassfish.gmbal.impl that return MBeanSkeletonModifier and TypeMethodDescriptionMBeanSkeleton.compose(MBeanSkeleton skel) Create a new MBeanSkeleton that is the composition of this one and skel.private MBeanSkeletonManagedObjectManagerImpl.getSkeleton(EvaluatedClassDeclaration cls) MBeanImpl.skeleton()Methods in org.glassfish.gmbal.impl with parameters of type MBeanSkeletonModifier and TypeMethodDescriptionMBeanSkeleton.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 MBeanSkeletonModifierConstructorDescriptionMBeanImpl(MBeanSkeleton skel, Object obj, MBeanServer server, String type) privateMBeanSkeleton(MBeanSkeleton first, MBeanSkeleton second)