Uses of Interface
org.glassfish.gmbal.impl.ManagedObjectManagerInternal
Packages that use ManagedObjectManagerInternal
-
Uses of ManagedObjectManagerInternal in org.glassfish.gmbal.impl
Classes in org.glassfish.gmbal.impl that implement ManagedObjectManagerInternalFields in org.glassfish.gmbal.impl declared as ManagedObjectManagerInternalModifier and TypeFieldDescriptionprivate final ManagedObjectManagerInternal
JMXRegistrationManager.mom
private final ManagedObjectManagerInternal
MBeanSkeleton.mom
private ManagedObjectManagerInternal
MBeanTree.mom
Methods in org.glassfish.gmbal.impl that return ManagedObjectManagerInternalMethods in org.glassfish.gmbal.impl with parameters of type ManagedObjectManagerInternalModifier and TypeMethodDescriptionprivate static Collection
<AttributeDescriptor> TypeConverterImpl.analyzeManagedData
(EvaluatedClassDeclaration cls, ManagedObjectManagerInternal mom) static Descriptor
DescriptorIntrospector.descriptorForElement
(ManagedObjectManagerInternal mom, AnnotatedElement elmt) private static TypeConverter
TypeConverterImpl.handleArrayType
(EvaluatedArrayType type, ManagedObjectManagerInternal mom) private static TypeConverter
TypeConverterImpl.handleClass
(EvaluatedClassDeclaration type, ManagedObjectManagerInternal mom) private static TypeConverter
TypeConverterImpl.handleManagedData
(EvaluatedClassDeclaration cls, ManagedObjectManagerInternal mom, ManagedData md) private static TypeConverter
TypeConverterImpl.handleManagedObject
(EvaluatedClassDeclaration type, ManagedObjectManagerInternal mom, ManagedObject mo) private static CompositeType
TypeConverterImpl.makeCompositeType
(EvaluatedClassDeclaration cls, ManagedObjectManagerInternal mom, ManagedData md, Collection<AttributeDescriptor> minfos) static AttributeDescriptor
AttributeDescriptor.makeFromAnnotated
(ManagedObjectManagerInternal mom, EvaluatedAccessibleDeclaration decl, String extId, String description, ManagedObjectManagerInternal.AttributeDescriptorType adt) static AttributeDescriptor
AttributeDescriptor.makeFromInherited
(ManagedObjectManagerInternal mom, EvaluatedMethodDeclaration method, String id, String methodName, String description, ManagedObjectManagerInternal.AttributeDescriptorType adt) static TypeConverter
TypeConverterImpl.makeTypeConverter
(EvaluatedType type, ManagedObjectManagerInternal mom) Constructors in org.glassfish.gmbal.impl with parameters of type ManagedObjectManagerInternalModifierConstructorDescriptionprivate
AttributeDescriptor
(ManagedObjectManagerInternal mom, EvaluatedAccessibleDeclaration decl, String id, String description, AttributeDescriptor.AttributeType atype, EvaluatedType type) JMXRegistrationManager
(ManagedObjectManagerInternal mom, ObjectName rootParentName) MBeanSkeleton
(EvaluatedClassDeclaration annotatedClass, EvaluatedClassAnalyzer ca, ManagedObjectManagerInternal mom) MBeanTree
(ManagedObjectManagerInternal mom, String domain, ObjectName rootParentName, String typeString)