Uses of Interface
org.glassfish.gmbal.typelib.EvaluatedMethodDeclaration
-
Packages that use EvaluatedMethodDeclaration Package Description org.glassfish.gmbal.impl org.glassfish.gmbal.typelib -
-
Uses of EvaluatedMethodDeclaration in org.glassfish.gmbal.impl
Fields in org.glassfish.gmbal.impl declared as EvaluatedMethodDeclaration Modifier and Type Field Description private EvaluatedMethodDeclarationManagedObjectManagerImpl.ADHolder. methodMethods in org.glassfish.gmbal.impl that return EvaluatedMethodDeclaration Modifier and Type Method Description private static EvaluatedMethodDeclarationTypeConverterImpl. findMethod(EvaluatedClassAnalyzer eca, java.lang.String mname)Methods in org.glassfish.gmbal.impl with parameters of type EvaluatedMethodDeclaration Modifier and Type Method Description private voidMBeanSkeleton. annotatedMethod(EvaluatedMethodDeclaration annotatedMethod)java.lang.IllegalArgumentExceptionExceptions. duplicateObjectNameKeyAttributes(EvaluatedMethodDeclaration first, EvaluatedMethodDeclaration second, java.lang.String className)java.lang.IllegalStateExceptionExceptions. excInOpenParameterInfo(java.lang.IllegalArgumentException exc, java.lang.String paramName, EvaluatedMethodDeclaration meth)private AttributeDescriptorManagedObjectManagerImpl. getAttributeDescriptorIfInherited(EvaluatedMethodDeclaration method, java.util.List<InheritedAttribute> ias, ManagedObjectManagerInternal.AttributeDescriptorType adt)static AttributeDescriptorAttributeDescriptor. makeFromInherited(ManagedObjectManagerInternal mom, EvaluatedMethodDeclaration method, java.lang.String id, java.lang.String methodName, java.lang.String description, ManagedObjectManagerInternal.AttributeDescriptorType adt)private org.glassfish.pfl.basic.contain.Pair<MBeanSkeleton.Operation,javax.management.modelmbean.ModelMBeanOperationInfo>MBeanSkeleton. makeOperation(EvaluatedMethodDeclaration m)Constructors in org.glassfish.gmbal.impl with parameters of type EvaluatedMethodDeclaration Constructor Description ADHolder(EvaluatedMethodDeclaration method, ManagedObjectManagerInternal.AttributeDescriptorType adt) -
Uses of EvaluatedMethodDeclaration in org.glassfish.gmbal.typelib
Classes in org.glassfish.gmbal.typelib that implement EvaluatedMethodDeclaration Modifier and Type Class Description private static classDeclarationFactory.EvaluatedMethodDeclarationImplclassEvaluatedMethodDeclarationBaseFields in org.glassfish.gmbal.typelib with type parameters of type EvaluatedMethodDeclaration Modifier and Type Field Description private java.util.List<EvaluatedMethodDeclaration>DeclarationFactory.EvaluatedClassDeclarationImpl. methodsMethods in org.glassfish.gmbal.typelib that return EvaluatedMethodDeclaration Modifier and Type Method Description static EvaluatedMethodDeclarationDeclarationFactory. emdecl(EvaluatedClassDeclaration ecdecl, int modifiers, EvaluatedType rtype, java.lang.String name, java.util.List<EvaluatedType> ptypes, java.lang.reflect.Method method)private EvaluatedMethodDeclarationTypeEvaluator.TypeEvaluationVisitor. visitMethodDeclaration(EvaluatedClassDeclaration cdecl, java.lang.reflect.Method mdecl)Methods in org.glassfish.gmbal.typelib that return types with arguments of type EvaluatedMethodDeclaration Modifier and Type Method Description java.util.List<EvaluatedMethodDeclaration>EvaluatedClassAnalyzer. findMethods(org.glassfish.pfl.basic.func.UnaryPredicate<EvaluatedMethodDeclaration> pred)java.util.List<EvaluatedMethodDeclaration>DeclarationFactory.EvaluatedClassDeclarationImpl. methods()java.util.List<EvaluatedMethodDeclaration>EvaluatedClassDeclaration. methods()Methods in org.glassfish.gmbal.typelib with parameters of type EvaluatedMethodDeclaration Modifier and Type Method Description RVisitor. visitEvaluatedMethodDeclaration(EvaluatedMethodDeclaration emd)Method parameters in org.glassfish.gmbal.typelib with type arguments of type EvaluatedMethodDeclaration Modifier and Type Method Description java.util.List<EvaluatedMethodDeclaration>EvaluatedClassAnalyzer. findMethods(org.glassfish.pfl.basic.func.UnaryPredicate<EvaluatedMethodDeclaration> pred)voidDeclarationFactory.EvaluatedClassDeclarationImpl. methods(java.util.List<EvaluatedMethodDeclaration> meths)voidEvaluatedClassDeclaration. methods(java.util.List<EvaluatedMethodDeclaration> meths)
-