Module jakarta.ejb
Package jakarta.ejb

Interface SessionContext

All Superinterfaces:
EJBContext

public interface SessionContext extends EJBContext
The SessionContext interface provides access to the runtime session context that the container provides for a session bean instance. The container passes the SessionContext interface to an instance after the instance has been created. The session context remains associated with the instance for the lifetime of the instance.
Since:
EJB 1.0