Home Help Java E EJBContext



EJBContext
Posted on: April 3, 2006 at 12:00 AM
javax.ejb.EJBContext is an interface, which is implemented by the EJB container.

EJBContext

     

javax.ejb.EJBContext is an interface, which is implemented by the EJB container. It provides a context of an enterprise Bean instance to the runtime container-environment.

EJBContext API works like a window for the bean to the outside world through which it is interacting to the container. It is further categorized into SessionContext and MessageDrivenContext, and EntityContext for the session beans, message driven beans, and entity beans respectively.

These EJBContext objects provide the bean class with information about its container.  

Read more at:

http:/www.roseindia.net/ejb/FeaturesOfEJB3.0.shtml

 

Related Tags for EJBContext :


More Tutorials from this section

Ask Questions?    Discuss: EJBContext  

Post your Comment


Your Name (*) :
Your Email :
Subject (*):
Your Comment (*):
  Reload Image
 
 

Ask Questions?

If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.

Ask your questions, our development team will try to give answers to your questions.