org.openejb.client
Interface EJBHomeProxy

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

public interface EJBHomeProxy
extends Serializable, javax.ejb.EJBHome

Since:
11/25/2001
Author:
David Blevins

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

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

Returns:
EJBHomeHandler

writeReplace

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

Returns:
Object
Throws:
ObjectStreamException

readResolve

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

Returns:
Object
Throws:
ObjectStreamException


Copyright © 1999-2012 OpenEJB. All Rights Reserved.