org.openejb.client
Class EJBHomeProxyHandle
java.lang.Object
org.openejb.client.EJBHomeProxyHandle
- All Implemented Interfaces:
- Externalizable, Serializable
public class EJBHomeProxyHandle
- extends Object
- implements Externalizable
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EJBHomeProxyHandle
public EJBHomeProxyHandle()
EJBHomeProxyHandle
public EJBHomeProxyHandle(EJBHomeHandler handler)
writeExternal
public void writeExternal(ObjectOutput out)
throws IOException
- Writes the instanceHandle to the stream.
- Specified by:
writeExternal
in interface Externalizable
- Parameters:
out
-
- Throws:
IOException
readExternal
public void readExternal(ObjectInput in)
throws IOException,
ClassNotFoundException
- Reads the instanceHandle from the stream
- Specified by:
readExternal
in interface Externalizable
- Parameters:
in
-
- Throws:
IOException
ClassNotFoundException
Copyright © 1999-2012 OpenEJB. All Rights Reserved.