|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sun.ejb.containers.EJBLocalHomeImpl
public abstract class EJBLocalHomeImpl
Implementation of the EJBLocalHome interface. This class is also the base class for all generated concrete EJBLocalHome implementations. At deployment time, one instance of the EJBLocalHome is created for each EJB class in a JAR that has a local home.
| Nested Class Summary | |
|---|---|
static class |
EJBLocalHomeImpl.SerializableLocalHome
|
| Field Summary | |
|---|---|
protected BaseContainer |
container
|
| Constructor Summary | |
|---|---|
EJBLocalHomeImpl()
|
|
| Method Summary | |
|---|---|
protected EJBLocalObjectImpl |
createEJBLocalBusinessObjectImpl(java.lang.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 EJBLocalHome |
getEJBLocalHome()
Get the EJBLocalHome corresponding to an EJBLocalHomeImpl. |
SerializableObjectFactory |
getSerializableObjectFactory()
|
void |
remove(java.lang.Object primaryKey)
This is the implementation of the javax.ejb.EJBLocalHome remove method. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected BaseContainer container
| Constructor Detail |
|---|
public EJBLocalHomeImpl()
| Method Detail |
|---|
protected final BaseContainer getContainer()
protected EJBLocalHome getEJBLocalHome()
protected final EJBLocalObjectImpl createEJBLocalObjectImpl()
throws CreateException
CreateException
protected final EJBLocalObjectImpl createEJBLocalBusinessObjectImpl(java.lang.String intfName)
throws CreateException
s -
CreateException
public final void remove(java.lang.Object primaryKey)
throws RemoveException,
EJBException
remove in interface EJBLocalHomeRemoveException
EJBExceptionpublic SerializableObjectFactory getSerializableObjectFactory()
getSerializableObjectFactory in interface IndirectlySerializable
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||