|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AbsAnnotationVisitor | |
---|---|
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 AbsAnnotationVisitor in com.bm.ejb3metadata.annotations.analyzer |
---|
Subclasses of AbsAnnotationVisitor in com.bm.ejb3metadata.annotations.analyzer | |
---|---|
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 AbsAnnotationVisitor in com.bm.ejb3metadata.annotations.analyzer.classes |
---|
Subclasses of AbsAnnotationVisitor in com.bm.ejb3metadata.annotations.analyzer.classes | |
---|---|
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 AbsAnnotationVisitor in com.bm.ejb3metadata.annotations.analyzer.method |
---|
Subclasses of AbsAnnotationVisitor in com.bm.ejb3metadata.annotations.analyzer.method | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |