org.objectweb.jonas_ejb.container
Class JLocal

java.lang.Object
  extended by org.objectweb.jonas_ejb.container.JLocal
All Implemented Interfaces:
javax.ejb.EJBLocalObject
Direct Known Subclasses:
JEntityLocal, JSessionLocal

public abstract class JLocal
extends java.lang.Object
implements javax.ejb.EJBLocalObject

This class is the common part of the EJBLocalObject implementation class. Here goes the code common for Entity beans and Session beans

Author:
Philippe Durieux

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

bf

protected JFactory bf
Constructor Detail

JLocal

public JLocal(JFactory bf)
constructor

Parameters:
bf - The Bean Factory
Method Detail

exportObject

public boolean exportObject()
Make this object accessible again

Returns:
always True

unexportObject

public void unexportObject()
Make this object unaccessible : do nothing.