Uses of Class
org.glassfish.gmbal.impl.AttributeDescriptor
Packages that use AttributeDescriptor
-
Uses of AttributeDescriptor in org.glassfish.gmbal.impl
Fields in org.glassfish.gmbal.impl declared as AttributeDescriptorModifier and TypeFieldDescriptionprivate AttributeDescriptor
ManagedObjectManagerImpl.ADHolder.content
private AttributeDescriptor
MBeanSkeleton.nameAttributeDescriptor
Fields in org.glassfish.gmbal.impl with type parameters of type AttributeDescriptorModifier and TypeFieldDescriptionprivate final Map
<String, AttributeDescriptor> MBeanSkeleton.getters
private final Map
<String, AttributeDescriptor> MBeanSkeleton.setters
Methods in org.glassfish.gmbal.impl that return AttributeDescriptorModifier and TypeMethodDescriptionManagedObjectManagerImpl.ADHolder.content()
private AttributeDescriptor
ManagedObjectManagerImpl.getAttributeDescriptorIfInherited
(EvaluatedMethodDeclaration method, List<InheritedAttribute> ias, ManagedObjectManagerInternal.AttributeDescriptorType adt) 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) Methods in org.glassfish.gmbal.impl that return types with arguments of type AttributeDescriptorModifier and TypeMethodDescriptionprivate static Collection
<AttributeDescriptor> TypeConverterImpl.analyzeManagedData
(EvaluatedClassDeclaration cls, ManagedObjectManagerInternal mom) org.glassfish.pfl.basic.contain.Pair
<Map<String, AttributeDescriptor>, Map<String, AttributeDescriptor>> ManagedObjectManagerImpl.getAttributes
(EvaluatedClassAnalyzer ca, ManagedObjectManagerInternal.AttributeDescriptorType adt) org.glassfish.pfl.basic.contain.Pair
<Map<String, AttributeDescriptor>, Map<String, AttributeDescriptor>> ManagedObjectManagerImpl.getAttributes
(EvaluatedClassAnalyzer ca, ManagedObjectManagerInternal.AttributeDescriptorType adt) org.glassfish.pfl.basic.contain.Pair
<Map<String, AttributeDescriptor>, Map<String, AttributeDescriptor>> ManagedObjectManagerInternal.getAttributes
(EvaluatedClassAnalyzer ca, ManagedObjectManagerInternal.AttributeDescriptorType adt) org.glassfish.pfl.basic.contain.Pair
<Map<String, AttributeDescriptor>, Map<String, AttributeDescriptor>> ManagedObjectManagerInternal.getAttributes
(EvaluatedClassAnalyzer ca, ManagedObjectManagerInternal.AttributeDescriptorType adt) Methods in org.glassfish.gmbal.impl with parameters of type AttributeDescriptorModifier and TypeMethodDescriptionprivate void
MBeanSkeleton.processAttribute
(AttributeDescriptor getter, AttributeDescriptor setter) Method parameters in org.glassfish.gmbal.impl with type arguments of type AttributeDescriptorModifier and TypeMethodDescriptionprivate void
MBeanSkeleton.attributes
(org.glassfish.pfl.basic.contain.Pair<Map<String, AttributeDescriptor>, Map<String, AttributeDescriptor>> amap) private void
MBeanSkeleton.attributes
(org.glassfish.pfl.basic.contain.Pair<Map<String, AttributeDescriptor>, Map<String, AttributeDescriptor>> amap) private static CompositeType
TypeConverterImpl.makeCompositeType
(EvaluatedClassDeclaration cls, ManagedObjectManagerInternal mom, ManagedData md, Collection<AttributeDescriptor> minfos)