What is EJBContext?
Answered
What is EJBContext?
Best answer
The EJBContext interface provides an instance with access to the container-provided runtime context of an enterprise bean instance.This interface is extended by the SessionContext, EntityContext, and MessageDrivenContext interfaces to provide additional methods specific to the enterprise interface bean type. EJBContext objects provide the bean class with information about its container, the client using the bean and the bean itself.