List of usage examples for javax.ejb EnterpriseBean interface-usage
From source file com.interface21.ejb.support.AbstractEnterpriseBean.java
/**
* Superclass for all EJBs. Package-visible: not intended for direct
* subclassing. Provides a logger and a standard way of loading a
* BeanFactory. Subclasses act as a facade, with the business logic
* deferred to beans in the BeanFactory.
*