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.
EJB21Finder This class finds the business interface that are used as return type in the Home or LocalHome interface of the Bean.
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.
SecurityResolver This class adds the interceptor for the security (if required) on a given method.
SessionBeanHelper Helper class which manages only Session bean class.
TimedObjectInterface This class analyze interfaces of the given bean.
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