Class AttributeDescriptor
java.lang.Object
org.glassfish.gmbal.impl.AttributeDescriptor
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionfinal AccessibleObjectatype()final Stringget(org.glassfish.pfl.basic.facet.FacetAccessor fa) final Stringid()booleanisApplicable(Object obj) static AttributeDescriptormakeFromAnnotated(ManagedObjectManagerInternal mom, EvaluatedAccessibleDeclaration decl, String extId, String description, ManagedObjectManagerInternal.AttributeDescriptorType adt) static AttributeDescriptormakeFromInherited(ManagedObjectManagerInternal mom, EvaluatedMethodDeclaration method, String id, String methodName, String description, ManagedObjectManagerInternal.AttributeDescriptorType adt) voidfinal TypeConvertertc()final EvaluatedTypetype()
-
Method Details
-
accessible
-
id
-
description
-
atype
-
type
-
tc
-
isApplicable
-
get
public Object get(org.glassfish.pfl.basic.facet.FacetAccessor fa) throws MBeanException, ReflectionException - Throws:
MBeanExceptionReflectionException
-
set
public void set(org.glassfish.pfl.basic.facet.FacetAccessor target, Object value) throws MBeanException, ReflectionException - Throws:
MBeanExceptionReflectionException
-
makeFromInherited
public static AttributeDescriptor makeFromInherited(ManagedObjectManagerInternal mom, EvaluatedMethodDeclaration method, String id, String methodName, String description, ManagedObjectManagerInternal.AttributeDescriptorType adt) -
makeFromAnnotated
public static AttributeDescriptor makeFromAnnotated(ManagedObjectManagerInternal mom, EvaluatedAccessibleDeclaration decl, String extId, String description, ManagedObjectManagerInternal.AttributeDescriptorType adt)
-