org.openejb.client
Interface EJBHomeProxy

All Superinterfaces:
javax.ejb.EJBHome, Remote, Serializable

public interface EJBHomeProxy
extends Serializable, javax.ejb.EJBHome

Since:
11/25/2001

Method Summary
 EJBHomeHandler getEJBHomeHandler()
          Returns the Handler acting as handler for this proxy
 Object readResolve()
          Read the handler from the stream.
 Object writeReplace()
          Write the Handler to the stream.
 
Methods inherited from interface javax.ejb.EJBHome
getEJBMetaData, getHomeHandle, remove, remove
 

Method Detail

getEJBHomeHandler

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

Returns:

writeReplace

public Object writeReplace()
                    throws ObjectStreamException
Write the Handler to the stream.

Returns:
Throws:
ObjectStreamException

readResolve

public Object readResolve()
                   throws ObjectStreamException
Read the handler from the stream. Create a new EJBHomeProxy with it, return that.

Returns:
Throws:
ObjectStreamException


Copyright © 1999-2005 OpenEJB. All Rights Reserved.