|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.objectweb.jonas_ejb.container.JLocal
This class is the common part of the EJBLocalObject implementation class. Here goes the code common for Entity beans and Session beans
| Field Summary | |
protected JFactory |
bf
|
| Constructor Summary | |
JLocal(JFactory bf)
constructor |
|
| Method Summary | |
boolean |
exportObject()
Make this object accessible again |
void |
unexportObject()
Make this object unaccessible : do nothing. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface javax.ejb.EJBLocalObject |
getEJBLocalHome, getPrimaryKey, isIdentical, remove |
| Field Detail |
protected JFactory bf
| Constructor Detail |
public JLocal(JFactory bf)
bf - The Bean Factory| Method Detail |
public boolean exportObject()
public void unexportObject()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||