public abstract class EJBLocalHomeImpl extends Object implements jakarta.ejb.EJBLocalHome, com.sun.enterprise.container.common.spi.util.IndirectlySerializable
| Modifier and Type | Class and Description |
|---|---|
static class |
EJBLocalHomeImpl.SerializableLocalHome |
| Modifier and Type | Field and Description |
|---|---|
protected BaseContainer |
container |
| Constructor and Description |
|---|
EJBLocalHomeImpl() |
| Modifier and Type | Method and Description |
|---|---|
protected EJBLocalObjectImpl |
createEJBLocalBusinessObjectImpl(String intfName)
Create a new EJBLocalBusinessObjectImpl and new EJB if necessary.
|
protected EJBLocalObjectImpl |
createEJBLocalObjectImpl()
Create a new EJBLocalObjectImpl and new EJB if necessary.
|
protected BaseContainer |
getContainer()
Called from concrete EJBLocalHome implementation.
|
protected jakarta.ejb.EJBLocalHome |
getEJBLocalHome()
Get the EJBLocalHome corresponding to an EJBLocalHomeImpl.
|
com.sun.enterprise.container.common.spi.util.SerializableObjectFactory |
getSerializableObjectFactory() |
void |
remove(Object primaryKey)
This is the implementation of the jakarta.ejb.EJBLocalHome remove method.
|
protected BaseContainer container
protected final BaseContainer getContainer()
protected jakarta.ejb.EJBLocalHome getEJBLocalHome()
protected EJBLocalObjectImpl createEJBLocalObjectImpl() throws jakarta.ejb.CreateException
jakarta.ejb.CreateExceptionprotected final EJBLocalObjectImpl createEJBLocalBusinessObjectImpl(String intfName) throws jakarta.ejb.CreateException
intfName - jakarta.ejb.CreateExceptionpublic final void remove(Object primaryKey) throws jakarta.ejb.RemoveException, jakarta.ejb.EJBException
remove in interface jakarta.ejb.EJBLocalHomejakarta.ejb.RemoveExceptionjakarta.ejb.EJBExceptionpublic com.sun.enterprise.container.common.spi.util.SerializableObjectFactory getSerializableObjectFactory()
getSerializableObjectFactory in interface com.sun.enterprise.container.common.spi.util.IndirectlySerializableCopyright © 2017–2020 Eclipse Foundation. All rights reserved.