public abstract class EJBObjectImpl extends EJBLocalRemoteObject implements jakarta.ejb.EJBObject
_logger, container, debug, primaryKey| Modifier | Constructor and Description |
|---|---|
protected |
EJBObjectImpl() |
| Modifier and Type | Method and Description |
|---|---|
jakarta.ejb.EJBHome |
getEJBHome() |
Remote |
getEJBObject()
Get the Remote object corresponding to an EJBObjectImpl for
the RemoteHome view.
|
Remote |
getEJBObject(String generatedBusinessInterface)
Get the Remote object corresponding to an EJBObjectImpl for
the RemoteBusiness view.
|
jakarta.ejb.Handle |
getHandle()
This is called when the EJB client does ejbref.getHandle().
|
Object |
getPrimaryKey() |
Remote |
getStub() |
Remote |
getStub(String generatedBusinessInterface) |
boolean |
isIdentical(jakarta.ejb.EJBObject ejbo) |
void |
remove()
This is called when the EJB client does ejbref.remove().
|
void |
setEJBObject(Remote ejbObject) |
void |
setEJBObject(String generatedBusinessInterface,
Remote ejbObject) |
getContainer, getSfsbClientVersion, setSfsbClientVersionprotected EJBObjectImpl()
throws RemoteException
RemoteExceptionpublic final Remote getStub()
public Remote getEJBObject()
public Remote getEJBObject(String generatedBusinessInterface)
public void setEJBObject(Remote ejbObject)
public boolean isIdentical(jakarta.ejb.EJBObject ejbo)
throws RemoteException
isIdentical in interface jakarta.ejb.EJBObjectRemoteExceptionpublic Object getPrimaryKey() throws RemoteException
getPrimaryKey in interface jakarta.ejb.EJBObjectRemoteExceptionpublic final jakarta.ejb.EJBHome getEJBHome()
throws RemoteException
getEJBHome in interface jakarta.ejb.EJBObjectRemoteExceptionpublic final void remove()
throws RemoteException,
jakarta.ejb.RemoveException
remove in interface jakarta.ejb.EJBObjectRemoteExceptionjakarta.ejb.RemoveExceptionpublic final jakarta.ejb.Handle getHandle()
throws RemoteException
getHandle in interface jakarta.ejb.EJBObjectRemoteExceptionCopyright © 2017–2020 Eclipse Foundation. All rights reserved.