SCJP Certification

Sun Certified Java Programmer Certification exam essentials

March 2nd, 2010

What are the getEJBHome and getEJBLocalHome methods?

Uncategorized, by Daisy Williams.

getEJBHome: This method is used to obtain the enterprise bean’s remote home interface. This method will throw the java.lang.IllegalStateException if the enterprise bean does not have a remote home interface.

getEJBLocalHome: This method is used to obtain the enterprise bean’s local home interface. It will throw the java.lang.IllegalStateException if the enterprise bean does not have a local home interface.

Share

Back Top

Responses to “What are the getEJBHome and getEJBLocalHome methods?”

Comments (0) Trackbacks (0) Leave a comment Trackback url
  1. No comments yet.
  1. No trackbacks yet.

Leave a Reply

Your email address will not be published. Required fields are marked *

*