Uses of Interface
com.bm.ejb3metadata.annotations.analyzer.AnnotationType

Packages that use AnnotationType
com.bm.ejb3metadata.annotations.analyzer Implementation of meta data analysis for EJB 3.0 
com.bm.ejb3metadata.annotations.analyzer.classes Implementation of meta data analysis for EJB 3.0 
com.bm.ejb3metadata.annotations.analyzer.method Implementation of EJB 3.0 container 
 

Uses of AnnotationType in com.bm.ejb3metadata.annotations.analyzer
 

Classes in com.bm.ejb3metadata.annotations.analyzer that implement AnnotationType
 class AbsAnnotationVisitor<T>
          This class manages the setter/getter of annotation visitor.
 class EnumAnnotationVisitor<T>
          This class manages the handling of enum values.
 class JavaxAnnotationResourceVisitor<T extends IAnnotationResource>
          This class manages the handling of @Resource annotation.
 class JavaxEjbEJBVisitor<T extends IEjbEJB>
          This class manages the handling of @EJB annotation.
 class JavaxEjbTransactionAttributeVisitor<T extends ITransactionAttribute>
          This class manages the handling of @TransactionAttribute annotation.
 class JavaxInterceptorInterceptorsVisitor<T extends IEJBInterceptors>
          This class manages the handling of @Interceptors annotation.
 class JavaxPersistencePersistenceContextVisitor<T extends IPersistenceContext>
          This class manages the handling of @PersistenceContext annotation.
 class JavaxPersistencePersistenceUnitVisitor<T extends IPersistenceUnit>
          This class manages the handling of @PersistenceUnit annotation.
 class ObjectAnnotationVisitor<T,V>
          This class manages the handling of single type like String name().
 class ObjectArrayAnnotationVisitor<T,V>
          This class manages the handling of Array[] type like String[] value().
 

Uses of AnnotationType in com.bm.ejb3metadata.annotations.analyzer.classes
 

Classes in com.bm.ejb3metadata.annotations.analyzer.classes that implement AnnotationType
 class AbsCommonEjbVisitor<T extends JCommonBean>
          This class manages the handling of common annotations used by beans.
 class JavaxAnnotationResourcesVisitor
          This class manages the handling of @Resources annotation.
 class JavaxEjbApplicationExceptionVisitor
          This class manages the handling of the @ApplicationException annotation.
 class JavaxEjbEJBsVisitor
          This class manages the handling of @EJBs annotation.
 class JavaxEjbLocalHomeVisitor
          This class manages the handling of @LocalHome annotation.
 class JavaxEjbLocalVisitor
          This class manages the handling of @Local annotation.
 class JavaxEjbMessageDrivenVisitor
          This class manages the handling of @MessageDriven annotation.
 class JavaxEjbRemoteHomeVisitor
          This class manages the handling of @RemoteHome annotation.
 class JavaxEjbRemoteVisitor
          This class manages the handling of @Remote annotation.
 class JavaxEjbStatefulVisitor
          This class manages the handling of @Stateful annotation.
 class JavaxEjbStatelessVisitor
          This class manages the handling of @Stateless annotation.
 class JavaxEjbTransactionManagementVisitor
          This class manages the handling of @TransactionManagement annotation.
 class JavaxPersistencePersistenceContextsVisitor
          This class manages the handling of @PersistenceContexts annotation.
 class JavaxPersistencePersistenceUnitsVisitor
          This class manages the handling of @PersistenceUnits annotation.
 class JBossEjbServiceVisitor
          This class manages the handling of @Service annotation.
 

Uses of AnnotationType in com.bm.ejb3metadata.annotations.analyzer.method
 

Classes in com.bm.ejb3metadata.annotations.analyzer.method that implement AnnotationType
 class JavaxAnnotationPostConstructVisitor
          This class manages the handling of @PostConstruct annotation.
 class JavaxAnnotationPreDestroyVisitor
          This class manages the handling of @PreDestroy annotation.
 class JavaxEjbInitVisitor
          This class manages the handling of @Init annotation.
 class JavaxEjbPostActivateVisitor
          This class manages the handling of @PostActivate annotation.
 class JavaxEjbPrePassivateVisitor
          This class manages the handling of @PrePassivate annotation.
 class JavaxEjbRemoveVisitor
          This class manages the handling of @Remove annotation.
 class JavaxEjbTimeoutVisitor
          This class manages the handling of @Timeout annotation.
 class JavaxInterceptorAroundInvokeVisitor
          This class manages the handling of @AroundInvoke annotation.
 class JavaxInterceptorExcludeClassInterceptorsVisitor
          This class manages the handling of @ExcludeClassInterceptors annotation.
 



Copyright © 2008. All Rights Reserved.