What is EJBContext?

What is EJBContext?

Ninja Asked on 18th September 2018 in EJB 3.x.
Add Comment
1 Answer(s)
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.

Ninja Answered on 18th September 2018.
Add Comment