org.objectweb.jonas_ejb.container.JRemote Class Reference

Inherited by org.objectweb.jonas_ejb.container.JEntityRemote, and org.objectweb.jonas_ejb.container.JSessionRemote.

Inheritance diagram for org.objectweb.jonas_ejb.container.JRemote:

Inheritance graph
[legend]
Collaboration diagram for org.objectweb.jonas_ejb.container.JRemote:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 JRemote (JFactory bf) throws RemoteException
boolean exportObject ()
void unexportObject () throws NoSuchObjectException
JFactory getBf ()

Detailed Description

This class is the common part of the EJBObject implementation class. Here goes the code common for Entity beans and Session beans
Author:
Philippe Durieux

Definition at line 42 of file JRemote.java.


Constructor & Destructor Documentation

org.objectweb.jonas_ejb.container.JRemote.JRemote JFactory  bf  )  throws RemoteException
 

constructor

Parameters:
bf The Bean Factory

Definition at line 50 of file JRemote.java.


Member Function Documentation

boolean org.objectweb.jonas_ejb.container.JRemote.exportObject  ) 
 

Make this object accessible again thru the Orb.

Returns:
True if export is OK.

Definition at line 72 of file JRemote.java.

Referenced by org.objectweb.jonas_ejb.container.JSessionFactory.createEJB(), and org.objectweb.jonas_ejb.container.JStatelessFactory.notifyTimeout().

JFactory org.objectweb.jonas_ejb.container.JRemote.getBf  ) 
 

Returns:
the bean factory

Definition at line 94 of file JRemote.java.

Referenced by org.objectweb.jonas_lib.naming.JacORBPRODelegate.narrow().

void org.objectweb.jonas_ejb.container.JRemote.unexportObject  )  throws NoSuchObjectException
 

Make this object unaccessible thru the Orb.

Definition at line 86 of file JRemote.java.

Referenced by org.objectweb.jonas_ejb.container.JEntitySwitch.discardContext(), org.objectweb.jonas_ejb.container.JStatelessSwitch.noLongerUsed(), and org.objectweb.jonas_ejb.container.JStatefulSwitch.noLongerUsed().


The documentation for this class was generated from the following file:
Generated on Tue Feb 15 15:10:33 2005 for JOnAS by  doxygen 1.3.9.1