Package org.objectweb.easybeans.deployment.annotations.helper.bean

Implementation of EJB 3.0 container

See:
          Description

Class Summary
BusinessMethodResolver This class resolves the business method for bean class by looking at the interfaces.
InheritanceMethodResolver This class adds method meta data to bean class from the super class.
TODO: Try to analyze super class from a super classloader if not found in the current ejb-jar
InterceptorsClassResolver This class sets the EasyBeans interceptors used when invoking business methods and also for life cycle events.
SessionBeanHelper Helper class which manages only Session bean class.
TransactionResolver This class adds the interceptor for transaction on a given method.
 

Package org.objectweb.easybeans.deployment.annotations.helper.bean Description

Implementation of EJB 3.0 container