public final class EJBUtility extends JNDIUtility
| Modifier and Type | Method and Description |
|---|---|
static javax.ejb.EJBHome |
getHomeInterface(String jndiName,
Class ejbHome) |
static javax.ejb.EJBHome |
getHomeInterface(String jndiName,
Hashtable environment,
Class ejbHome) |
static javax.ejb.EJBLocalHome |
getLocalHomeInterface(String jndiName) |
lookup, lookuppublic static javax.ejb.EJBLocalHome getLocalHomeInterface(String jndiName) throws EJBException
EJBExceptionpublic static javax.ejb.EJBHome getHomeInterface(String jndiName, Class ejbHome) throws EJBException
EJBExceptionpublic static javax.ejb.EJBHome getHomeInterface(String jndiName, Hashtable environment, Class ejbHome) throws EJBException
EJBExceptionCopyright © 2012. All Rights Reserved.