org.apache.openejb.client
Interface EJBObjectProxy

All Superinterfaces:
Serializable

public interface EJBObjectProxy
extends Serializable


Method Summary
 EJBObjectHandler getEJBObjectHandler()
           
 Object readResolve()
           
 Object writeReplace()
           
 

Method Detail

getEJBObjectHandler

EJBObjectHandler getEJBObjectHandler()

writeReplace

Object writeReplace()
                    throws ObjectStreamException
Throws:
ObjectStreamException

readResolve

Object readResolve()
                   throws ObjectStreamException
Throws:
ObjectStreamException


Copyright © 1999-2011 The Apache OpenEJB development community. All Rights Reserved.