jrun.ejb.portable
Class HandleImpl

jrun.ejb.portable.HandleImpl
All Implemented Interfaces:
java.io.Serializable

public final class HandleImpl
implements java.io.Serializable

A portable implementation of Handle using the HandleDelegate SPI. This class can potentially be instantiated in another vendor's container so it must not refer to any non-portable RI-specific classes.

Author:
Sanjeev Krishnan
See Also:
Serialized Form

Constructor Summary
HandleImpl(javax.ejb.EJBObject ejbObject)
           
 
Method Summary
 javax.ejb.EJBObject getEJBObject()
           
 

Constructor Detail

HandleImpl

public HandleImpl(javax.ejb.EJBObject ejbObject)
Method Detail

getEJBObject

public javax.ejb.EJBObject getEJBObject()
                                 throws java.rmi.RemoteException


Copyright � 2002 Macromedia Corporation. All Rights Reserved.