public final class EJBFactory extends AbstractFactory
| Modifier and Type | Method and Description |
|---|---|
javax.ejb.EJBHome |
getHomeInterface(String jndiName,
Class ejbHome) |
static EJBFactory |
getInstance() |
javax.ejb.EJBLocalHome |
getLocalInterface(String jndiName) |
public static EJBFactory getInstance()
public javax.ejb.EJBHome getHomeInterface(String jndiName, Class ejbHome) throws EJBException
EJBExceptionpublic javax.ejb.EJBLocalHome getLocalInterface(String jndiName) throws EJBException
EJBExceptionCopyright © 2012. All Rights Reserved.