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 ManagedObjectManagerInternalJMXRegistrationManager.momprivate final ManagedObjectManagerInternalMBeanSkeleton.momprivate ManagedObjectManagerInternalMBeanTree.momMethods 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 DescriptorDescriptorIntrospector.descriptorForElement(ManagedObjectManagerInternal mom, AnnotatedElement elmt) private static TypeConverterTypeConverterImpl.handleArrayType(EvaluatedArrayType type, ManagedObjectManagerInternal mom) private static TypeConverterTypeConverterImpl.handleClass(EvaluatedClassDeclaration type, ManagedObjectManagerInternal mom) private static TypeConverterTypeConverterImpl.handleManagedData(EvaluatedClassDeclaration cls, ManagedObjectManagerInternal mom, ManagedData md) private static TypeConverterTypeConverterImpl.handleManagedObject(EvaluatedClassDeclaration type, ManagedObjectManagerInternal mom, ManagedObject mo) private static CompositeTypeTypeConverterImpl.makeCompositeType(EvaluatedClassDeclaration cls, ManagedObjectManagerInternal mom, ManagedData md, Collection<AttributeDescriptor> minfos) static AttributeDescriptorAttributeDescriptor.makeFromAnnotated(ManagedObjectManagerInternal mom, EvaluatedAccessibleDeclaration decl, String extId, String description, ManagedObjectManagerInternal.AttributeDescriptorType adt) static AttributeDescriptorAttributeDescriptor.makeFromInherited(ManagedObjectManagerInternal mom, EvaluatedMethodDeclaration method, String id, String methodName, String description, ManagedObjectManagerInternal.AttributeDescriptorType adt) static TypeConverterTypeConverterImpl.makeTypeConverter(EvaluatedType type, ManagedObjectManagerInternal mom) Constructors in org.glassfish.gmbal.impl with parameters of type ManagedObjectManagerInternalModifierConstructorDescriptionprivateAttributeDescriptor(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)