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
RemoteException
protected final Container getContainer()
protected javax.ejb.EJBHome getEJBHome()
public EJBObjectImpl createEJBObjectImpl() throws RemoteException, javax.ejb.CreateException
RemoteException
javax.ejb.CreateException
public EJBObjectImpl createRemoteBusinessObjectImpl() throws RemoteException, javax.ejb.CreateException
RemoteException
javax.ejb.CreateException
public final void remove(javax.ejb.Handle handle) throws RemoteException, javax.ejb.RemoveException
remove
in interface javax.ejb.EJBHome
javax.ejb.RemoveException
- on error during removalRemoteException
public final void remove(Object primaryKey) throws RemoteException, javax.ejb.RemoveException
remove
in interface javax.ejb.EJBHome
javax.ejb.RemoveException
- on error during removalRemoteException
public final javax.ejb.EJBMetaData getEJBMetaData() throws RemoteException
getEJBMetaData
in interface javax.ejb.EJBHome
RemoteException
public final javax.ejb.HomeHandle getHomeHandle() throws RemoteException
getHomeHandle
in interface javax.ejb.EJBHome
RemoteException
Copyright © 2021. All rights reserved.