Uses of Class
org.glassfish.gmbal.typelib.EvaluatedClassAnalyzer

Packages that use EvaluatedClassAnalyzer
org.glassfish.gmbal.impl   
 

Uses of EvaluatedClassAnalyzer in org.glassfish.gmbal.impl
 

Methods in org.glassfish.gmbal.impl that return types with arguments of type EvaluatedClassAnalyzer
 Pair<EvaluatedClassDeclaration,EvaluatedClassAnalyzer> ManagedObjectManagerImpl.getClassAnalyzer(EvaluatedClassDeclaration cls, Class<? extends Annotation> annotationClass)
           
 Pair<EvaluatedClassDeclaration,EvaluatedClassAnalyzer> ManagedObjectManagerInternal.getClassAnalyzer(EvaluatedClassDeclaration cls, Class<? extends Annotation> annotationClass)
          Find the superclass or superinterface of cls (which may be cls itself) that has the given annotationClass as an annotation.
 

Methods in org.glassfish.gmbal.impl with parameters of type EvaluatedClassAnalyzer
 Pair<Map<String,AttributeDescriptor>,Map<String,AttributeDescriptor>> ManagedObjectManagerImpl.getAttributes(EvaluatedClassAnalyzer ca, ManagedObjectManagerInternal.AttributeDescriptorType adt)
           
 Pair<Map<String,AttributeDescriptor>,Map<String,AttributeDescriptor>> ManagedObjectManagerInternal.getAttributes(EvaluatedClassAnalyzer ca, ManagedObjectManagerInternal.AttributeDescriptorType adt)
           
 List<InheritedAttribute> ManagedObjectManagerImpl.getInheritedAttributes(EvaluatedClassAnalyzer ca)
           
 List<InheritedAttribute> ManagedObjectManagerInternal.getInheritedAttributes(EvaluatedClassAnalyzer ca)
          Get the inherited attributes from the EvaluatedClassAnalyzer.
 

Constructors in org.glassfish.gmbal.impl with parameters of type EvaluatedClassAnalyzer
MBeanSkeleton(EvaluatedClassDeclaration annotatedClass, EvaluatedClassAnalyzer ca, ManagedObjectManagerInternal mom)
           
 



Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.