org.objectweb.easybeans.api.bean.injection
Interface EasyBeansInjection

All Known Subinterfaces:
EasyBeansBean, EasyBeansMDB, EasyBeansSB, EasyBeansSFSB, EasyBeansSLSB

public interface EasyBeansInjection

Defines the injection interface of an enterprise bean.

Author:
Florent Benoit

Method Summary
 void injectedByEasyBeans()
          This injection callback will be called by the container to inject all resources declared by the bean.
 

Method Detail

injectedByEasyBeans

void injectedByEasyBeans()
                         throws EasyBeansInjectionException
This injection callback will be called by the container to inject all resources declared by the bean.

Throws:
EasyBeansInjectionException - if the injection is not done.