public abstract class EJBHomeImpl extends Object implements javax.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 javax.ejb.EJBHome |
getEJBHome()
Get the EJBHome corresponding to an EJBHomeImpl.
|
javax.ejb.EJBMetaData |
getEJBMetaData()
This is the implementation of the javax.ejb.EJBHome method.
|
javax.ejb.HomeHandle |
getHomeHandle()
This is the implementation of the javax.ejb.EJBHome getHomeHandle
method.
|
void |
remove(javax.ejb.Handle handle)
This is the implementation of the javax.ejb.EJBHome remove method.
|
void |
remove(Object primaryKey)
This is the implementation of the javax.ejb.EJBHome remove method.
|
protected static final Logger _logger
protected EJBHomeImpl()
throws RemoteException
RemoteExceptionprotected final Container getContainer()
protected javax.ejb.EJBHome getEJBHome()
public EJBObjectImpl createEJBObjectImpl() throws RemoteException, javax.ejb.CreateException
RemoteExceptionjavax.ejb.CreateExceptionpublic EJBObjectImpl createRemoteBusinessObjectImpl() throws RemoteException, javax.ejb.CreateException
RemoteExceptionjavax.ejb.CreateExceptionpublic final void remove(javax.ejb.Handle handle)
throws RemoteException,
javax.ejb.RemoveException
remove in interface javax.ejb.EJBHomejavax.ejb.RemoveException - on error during removalRemoteExceptionpublic final void remove(Object primaryKey) throws RemoteException, javax.ejb.RemoveException
remove in interface javax.ejb.EJBHomejavax.ejb.RemoveException - on error during removalRemoteExceptionpublic final javax.ejb.EJBMetaData getEJBMetaData()
throws RemoteException
getEJBMetaData in interface javax.ejb.EJBHomeRemoteExceptionpublic final javax.ejb.HomeHandle getHomeHandle()
throws RemoteException
getHomeHandle in interface javax.ejb.EJBHomeRemoteExceptionCopyright © 2017. All rights reserved.