public abstract class EJBHomeImpl extends Object implements jakarta.ejb.EJBHome
| Modifier | Constructor and Description |
|---|---|
protected |
EJBHomeImpl()
This constructor is called from an EJBHome implementation's constructor.
|
| Modifier and Type | Method and Description |
|---|---|
EJBObjectImpl |
createEJBObjectImpl()
Create a new EJBObject and new EJB if necessary.
|
EJBObjectImpl |
createRemoteBusinessObjectImpl() |
protected Container |
getContainer()
Called from EJBHome implementation.
|
protected jakarta.ejb.EJBHome |
getEJBHome()
Get the EJBHome corresponding to an EJBHomeImpl.
|
jakarta.ejb.EJBMetaData |
getEJBMetaData()
This is the implementation of the jakarta.ejb.EJBHome method.
|
jakarta.ejb.HomeHandle |
getHomeHandle()
This is the implementation of the jakarta.ejb.EJBHome getHomeHandle
method.
|
void |
remove(jakarta.ejb.Handle handle)
This is the implementation of the jakarta.ejb.EJBHome remove method.
|
void |
remove(Object primaryKey)
This is the implementation of the jakarta.ejb.EJBHome remove method.
|
protected static final Logger _logger
protected EJBHomeImpl()
throws RemoteException
RemoteExceptionprotected final Container getContainer()
protected jakarta.ejb.EJBHome getEJBHome()
public EJBObjectImpl createEJBObjectImpl() throws RemoteException, jakarta.ejb.CreateException
RemoteExceptionjakarta.ejb.CreateExceptionpublic EJBObjectImpl createRemoteBusinessObjectImpl() throws RemoteException, jakarta.ejb.CreateException
RemoteExceptionjakarta.ejb.CreateExceptionpublic final void remove(jakarta.ejb.Handle handle)
throws RemoteException,
jakarta.ejb.RemoveException
remove in interface jakarta.ejb.EJBHomejakarta.ejb.RemoveException - on error during removalRemoteExceptionpublic final void remove(Object primaryKey) throws RemoteException, jakarta.ejb.RemoveException
remove in interface jakarta.ejb.EJBHomejakarta.ejb.RemoveException - on error during removalRemoteExceptionpublic final jakarta.ejb.EJBMetaData getEJBMetaData()
throws RemoteException
getEJBMetaData in interface jakarta.ejb.EJBHomeRemoteExceptionpublic final jakarta.ejb.HomeHandle getHomeHandle()
throws RemoteException
getHomeHandle in interface jakarta.ejb.EJBHomeRemoteExceptionCopyright © 2017–2020 Eclipse Foundation. All rights reserved.