| Package | Description | 
|---|---|
| javax.ejb | 
 Contains the Enterprise JavaBeans classes 
and interfaces that define the contracts between the enterprise bean 
and its clients and between the enterprise bean and the EJB container. 
 | 
| Modifier and Type | Interface and Description | 
|---|---|
interface  | 
EntityContext
The EntityContext interface provides an instance with access to the 
 container-provided runtime context of an entity bean instance. 
 | 
interface  | 
MessageDrivenContext
The MessageDrivenContext interface provides access to the runtime 
 message-driven context that the container provides for a message-driven
 bean instance. 
 | 
interface  | 
SessionContext
The SessionContext interface provides access to the runtime session context 
 that the container provides for a session bean instance. 
 | 
Copyright © 1996-2013, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.