|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavax.rmi.PortableRemoteObject
org.ow2.jonas.lib.ejb21.JRemote
org.ow2.jonas.lib.ejb21.JEntityRemote
public abstract class JEntityRemote
Generic part of the EJBObject implementation
| Field Summary | |
|---|---|
protected JEntitySwitch |
bs
|
protected JEntityFactory |
ebf
|
| Fields inherited from class org.ow2.jonas.lib.ejb21.JRemote |
|---|
bf |
| Constructor Summary | |
|---|---|
JEntityRemote(JEntityFactory bf)
constructor |
|
| Method Summary | |
|---|---|
void |
checkSecurity(EJBInvocation ejbInv)
Check if the access to the bean is authorized |
EJBHome |
getEJBHome()
|
Object |
getPrimaryKey()
|
boolean |
isIdentical(EJBObject obj)
Tests if a given EJB is identical to the invoked EJB object. |
void |
postInvoke(RequestCtx rctx)
postInvoke is called after any request. |
RequestCtx |
preInvoke(int txa)
preInvoke is called before any request. |
void |
setEntitySwitch(JEntitySwitch bs)
finish initialization |
| Methods inherited from class org.ow2.jonas.lib.ejb21.JRemote |
|---|
exportObject, getBf, unexportObject |
| Methods inherited from class javax.rmi.PortableRemoteObject |
|---|
connect, exportObject, narrow, toStub, unexportObject |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface javax.ejb.EJBObject |
|---|
getHandle, remove |
| Field Detail |
|---|
protected JEntityFactory ebf
protected JEntitySwitch bs
| Constructor Detail |
|---|
public JEntityRemote(JEntityFactory bf)
throws RemoteException
bf - The Entity Factory
RemoteException| Method Detail |
|---|
public void setEntitySwitch(JEntitySwitch bs)
bs - The Entity Bean Switchpublic EJBHome getEJBHome()
getEJBHome in interface EJBObjectpublic Object getPrimaryKey()
getPrimaryKey in interface EJBObjectEJBException - Bean has no primary key yet.
public boolean isIdentical(EJBObject obj)
throws RemoteException
isIdentical in interface EJBObjectobj - - An object to test for identity with the invoked object.
RemoteException - Thrown when the method failed due to a
system-level failure.
public RequestCtx preInvoke(int txa)
throws RemoteException
txa - Transaction Attribute (Supports, Required, ...)
RemoteExceptionpublic void checkSecurity(EJBInvocation ejbInv)
ejbInv - object containing security signature of the method, args of
method, etc
public void postInvoke(RequestCtx rctx)
throws RemoteException
rctx - The RequestCtx that was returned at preInvoke()
RemoteException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||