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/Bookmark