Package org.glassfish.gmbal.impl
Class AttributeDescriptor
java.lang.Object
org.glassfish.gmbal.impl.AttributeDescriptor
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionfinal AccessibleObjectatype()final Stringget(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) voidset(FacetAccessor target, Object value) final TypeConvertertc()final EvaluatedTypetype()
-
Method Details
-
accessible
-
id
-
description
-
atype
-
type
-
tc
-
isApplicable
-
get
- Throws:
MBeanExceptionReflectionException
-
set
- 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)
-