org.openejb.client
Interface EJBObjectProxy

All Superinterfaces:
javax.ejb.EJBObject, java.rmi.Remote, java.io.Serializable

public interface EJBObjectProxy
extends java.io.Serializable, javax.ejb.EJBObject

Since:
11/25/2001
Author:
David Blevins

Method Summary
 EJBObjectHandler getEJBObjectHandler()
          Returns the EJBObjectImpl acting as handler for this proxy
 java.lang.Object readResolve()
          Read the handler from the stream.
 java.lang.Object writeReplace()
          Write the Handler to the stream.
 
Methods inherited from interface javax.ejb.EJBObject
getEJBHome, getHandle, getPrimaryKey, isIdentical, remove
 

Method Detail

getEJBObjectHandler

EJBObjectHandler getEJBObjectHandler()
Returns the EJBObjectImpl acting as handler for this proxy

Returns:
EJBObjectHandler

writeReplace

java.lang.Object writeReplace()
                              throws java.io.ObjectStreamException
Write the Handler to the stream.

Returns:
Object
Throws:
java.io.ObjectStreamException

readResolve

java.lang.Object readResolve()
                             throws java.io.ObjectStreamException
Read the handler from the stream. Create a new EJBObjectProxy with it, return that.

Returns:
Object
Throws:
java.io.ObjectStreamException


Copyright © 1999-2011 OpenEJB. All Rights Reserved.