public abstract class EJBLocalHomeImpl extends Object implements javax.ejb.EJBLocalHome, 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 javax.ejb.EJBLocalHome |
getEJBLocalHome()
Get the EJBLocalHome corresponding to an EJBLocalHomeImpl.
|
SerializableObjectFactory |
getSerializableObjectFactory() |
void |
remove(Object primaryKey)
This is the implementation of the javax.ejb.EJBLocalHome remove method.
|
protected BaseContainer container
protected final BaseContainer getContainer()
protected javax.ejb.EJBLocalHome getEJBLocalHome()
protected EJBLocalObjectImpl createEJBLocalObjectImpl() throws javax.ejb.CreateException
javax.ejb.CreateException
protected final EJBLocalObjectImpl createEJBLocalBusinessObjectImpl(String intfName) throws javax.ejb.CreateException
intfName
- javax.ejb.CreateException
public final void remove(Object primaryKey) throws javax.ejb.RemoveException, javax.ejb.EJBException
remove
in interface javax.ejb.EJBLocalHome
javax.ejb.RemoveException
javax.ejb.EJBException
public SerializableObjectFactory getSerializableObjectFactory()
getSerializableObjectFactory
in interface IndirectlySerializable
Copyright © 2018. All rights reserved.