public abstract class EJBObjectImpl extends EJBLocalRemoteObject implements javax.ejb.EJBObject
_logger, container, debug, primaryKey| Modifier | Constructor and Description |
|---|---|
protected |
EJBObjectImpl() |
| Modifier and Type | Method and Description |
|---|---|
javax.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.
|
javax.ejb.Handle |
getHandle()
This is called when the EJB client does ejbref.getHandle().
|
Object |
getPrimaryKey() |
Remote |
getStub() |
Remote |
getStub(String generatedBusinessInterface) |
boolean |
isIdentical(javax.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(javax.ejb.EJBObject ejbo)
throws RemoteException
isIdentical in interface javax.ejb.EJBObjectRemoteExceptionpublic Object getPrimaryKey() throws RemoteException
getPrimaryKey in interface javax.ejb.EJBObjectRemoteExceptionpublic final javax.ejb.EJBHome getEJBHome()
throws RemoteException
getEJBHome in interface javax.ejb.EJBObjectRemoteExceptionpublic final void remove()
throws RemoteException,
javax.ejb.RemoveException
remove in interface javax.ejb.EJBObjectRemoteExceptionjavax.ejb.RemoveExceptionpublic final javax.ejb.Handle getHandle()
throws RemoteException
getHandle in interface javax.ejb.EJBObjectRemoteExceptionCopyright © 2017. All rights reserved.