org.apache.openejb.config
Class FinderFactory.OpenEJBAnnotationFinder

java.lang.Object
  extended by org.apache.xbean.finder.AnnotationFinder
      extended by org.apache.openejb.config.FinderFactory.OpenEJBAnnotationFinder
All Implemented Interfaces:
org.apache.xbean.finder.IAnnotationFinder
Enclosing class:
FinderFactory

public static class FinderFactory.OpenEJBAnnotationFinder
extends org.apache.xbean.finder.AnnotationFinder


Nested Class Summary
 
Nested classes/interfaces inherited from class org.apache.xbean.finder.AnnotationFinder
org.apache.xbean.finder.AnnotationFinder.Annotatable, org.apache.xbean.finder.AnnotationFinder.AnnotationInfo, org.apache.xbean.finder.AnnotationFinder.ClassInfo, org.apache.xbean.finder.AnnotationFinder.FieldInfo, org.apache.xbean.finder.AnnotationFinder.GenericAwareInfoBuildingVisitor, org.apache.xbean.finder.AnnotationFinder.Info, org.apache.xbean.finder.AnnotationFinder.InfoBuildingVisitor, org.apache.xbean.finder.AnnotationFinder.MethodInfo, org.apache.xbean.finder.AnnotationFinder.PackageInfo, org.apache.xbean.finder.AnnotationFinder.ParameterInfo, org.apache.xbean.finder.AnnotationFinder.SubArchive
 
Field Summary
 
Fields inherited from class org.apache.xbean.finder.AnnotationFinder
annotated, classInfos, originalInfos
 
Constructor Summary
FinderFactory.OpenEJBAnnotationFinder(org.apache.xbean.finder.archive.Archive archive)
           
 
Method Summary
 boolean foundSomething()
           
protected  boolean isJvm(String name)
           
static boolean sharedIsJvm(String name)
           
 
Methods inherited from class org.apache.xbean.finder.AnnotationFinder
enableFindImplementations, enableFindSubclasses, enableMetaAnnotations, findAnnotatedClasses, findAnnotatedConstructorParameters, findAnnotatedConstructors, findAnnotatedFields, findAnnotatedMethodParameters, findAnnotatedMethods, findAnnotatedPackages, findClassesInPackage, findImplementations, findInheritedAnnotatedClasses, findMetaAnnotatedClasses, findMetaAnnotatedFields, findMetaAnnotatedMethods, findSubclasses, getAnnotatedClassNames, getAnnotationInfos, getArchive, getClassesNotLoaded, hasMetaAnnotations, initAnnotationInfos, isAnnotationPresent, link, linkInterfaces, linkParent, newAnnotatedMap, newClassInfoMap, readClassDef, readClassDef, readClassDef, select, select, select
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FinderFactory.OpenEJBAnnotationFinder

public FinderFactory.OpenEJBAnnotationFinder(org.apache.xbean.finder.archive.Archive archive)
Method Detail

isJvm

protected boolean isJvm(String name)
Overrides:
isJvm in class org.apache.xbean.finder.AnnotationFinder

sharedIsJvm

public static boolean sharedIsJvm(String name)

foundSomething

public boolean foundSomething()


Copyright © 1999–2015 The Apache Software Foundation. All rights reserved.