Example usage for javax.ejb EnterpriseBean interface-usage

List of usage examples for javax.ejb EnterpriseBean interface-usage

Introduction

In this page you can find the example usage for javax.ejb EnterpriseBean interface-usage.

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.
 *