Uses of Interface
org.glassfish.gmbal.impl.ManagedObjectManagerInternal
-
Packages that use ManagedObjectManagerInternal Package Description org.glassfish.gmbal.impl -
-
Uses of ManagedObjectManagerInternal in org.glassfish.gmbal.impl
Classes in org.glassfish.gmbal.impl that implement ManagedObjectManagerInternal Modifier and Type Class Description class
ManagedObjectManagerImpl
Fields in org.glassfish.gmbal.impl declared as ManagedObjectManagerInternal Modifier and Type Field Description private ManagedObjectManagerInternal
JMXRegistrationManager. mom
private ManagedObjectManagerInternal
MBeanSkeleton. mom
private ManagedObjectManagerInternal
MBeanTree. mom
Methods in org.glassfish.gmbal.impl that return ManagedObjectManagerInternal Modifier and Type Method Description ManagedObjectManagerInternal
MBeanSkeleton. mom()
Constructors in org.glassfish.gmbal.impl with parameters of type ManagedObjectManagerInternal Constructor Description AttributeDescriptor(ManagedObjectManagerInternal mom, EvaluatedAccessibleDeclaration decl, java.lang.String id, java.lang.String description, AttributeDescriptor.AttributeType atype, EvaluatedType type)
JMXRegistrationManager(ManagedObjectManagerInternal mom, javax.management.ObjectName rootParentName)
MBeanSkeleton(EvaluatedClassDeclaration annotatedClass, EvaluatedClassAnalyzer ca, ManagedObjectManagerInternal mom)
MBeanTree(ManagedObjectManagerInternal mom, java.lang.String domain, javax.management.ObjectName rootParentName, java.lang.String typeString)
-