|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavax.rmi.PortableRemoteObject
org.objectweb.jonas_ejb.container.JRemote
This class is the common part of the EJBObject implementation class. Here goes the code common for Entity beans and Session beans
| Field Summary | |
protected JFactory |
bf
|
| Constructor Summary | |
JRemote(JFactory bf)
constructor |
|
| Method Summary | |
boolean |
exportObject()
Make this object accessible again thru the Orb. |
JFactory |
getBf()
|
void |
unexportObject()
Make this object unaccessible thru the Orb. |
| 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 |
getEJBHome, getHandle, getPrimaryKey, isIdentical, remove |
| Field Detail |
protected JFactory bf
| Constructor Detail |
public JRemote(JFactory bf)
throws java.rmi.RemoteException
bf - The Bean Factory| Method Detail |
public boolean exportObject()
public void unexportObject()
throws java.rmi.NoSuchObjectException
java.rmi.NoSuchObjectExceptionpublic JFactory getBf()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||