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 MBeanSkeleton
ManagedObjectManagerImpl.amxSkeleton
private final MBeanSkeleton
MBeanImpl.skel
Fields in org.glassfish.gmbal.impl with type parameters of type MBeanSkeletonModifier and TypeFieldDescriptionprivate final Map
<EvaluatedClassDeclaration, MBeanSkeleton> ManagedObjectManagerImpl.skeletonMap
Methods 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 MBeanSkeleton
ManagedObjectManagerImpl.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) private
MBeanSkeleton
(MBeanSkeleton first, MBeanSkeleton second)