Uses of Class
com.bm.ejb3metadata.annotations.impl.JCommonBean

Packages that use JCommonBean
com.bm.ejb3metadata.annotations.analyzer.classes Implementation of meta data analysis for EJB 3.0 
com.bm.ejb3metadata.annotations.impl Implementation of meta data analysis for EJB 3.0 
com.bm.ejb3metadata.annotations.metadata Implementation of meta data analysis for EJB 3.0 
 

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

Classes in com.bm.ejb3metadata.annotations.analyzer.classes with type parameters of type JCommonBean
 class AbsCommonEjbVisitor<T extends JCommonBean>
          This class manages the handling of common annotations used by beans.
 

Uses of JCommonBean in com.bm.ejb3metadata.annotations.impl
 

Subclasses of JCommonBean in com.bm.ejb3metadata.annotations.impl
 class JMessageDriven
          Acts as an implementation of @MessageDriven annotation.
 class JService
          Acts as an implementation of @Service annotation.
 class JStateful
          Acts as an implementation of @Stateful annotation.
 class JStateless
          Acts as an implementation of @Stateless annotation.
 

Uses of JCommonBean in com.bm.ejb3metadata.annotations.metadata
 

Methods in com.bm.ejb3metadata.annotations.metadata that return JCommonBean
 JCommonBean ClassAnnotationMetadata.getJCommonBean()
          the attributes for a Stateless/Stateful/MDB.
 

Methods in com.bm.ejb3metadata.annotations.metadata with parameters of type JCommonBean
 void ClassAnnotationMetadata.setJCommonBean(JCommonBean commonBean)
          Sets the attributes for a Stateless/Stateful/MDB.
 



Copyright © 2008. All Rights Reserved.