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.
InheritanceInterfacesHelper Analyze classes and if there are super classes, set all super interfaces to the current class.
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.
InterfaceAnnotatedHelper Lookup the annotated interfaces of a class and report it to the class metadata.
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