org.openejb.client
Interface EJBHomeProxy

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

public interface EJBHomeProxy
extends java.io.Serializable, javax.ejb.EJBHome

Since:
11/25/2001
Author:
David Blevins

Method Summary
 EJBHomeHandler getEJBHomeHandler()
          Returns the Handler 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.EJBHome
getEJBMetaData, getHomeHandle, remove, remove
 

Method Detail

getEJBHomeHandler

EJBHomeHandler getEJBHomeHandler()
Returns the Handler acting as handler for this proxy

Returns:
EJBHomeHandler

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 EJBHomeProxy with it, return that.

Returns:
Object
Throws:
java.io.ObjectStreamException


Copyright © 1999-2011 OpenEJB. All Rights Reserved.