Module jakarta.ejb
Package jakarta.ejb

Interface SessionBean

All Superinterfaces:
EnterpriseBean, Serializable

public interface SessionBean extends EnterpriseBean
The SessionBean interface defines methods that the enterprise bean container uses to notify a session bean instance of the instance's life cycle events.

As of EJB 3.0 it is no longer required that a session bean class implement this interface.

Since:
EJB 1.0