org.openejb.client
Class EJBHomeProxyHandle

java.lang.Object
  extended by org.openejb.client.EJBHomeProxyHandle
All Implemented Interfaces:
java.io.Externalizable, java.io.Serializable

public class EJBHomeProxyHandle
extends java.lang.Object
implements java.io.Externalizable

See Also:
Serialized Form

Constructor Summary
EJBHomeProxyHandle()
           
EJBHomeProxyHandle(EJBHomeHandler handler)
           
 
Method Summary
 void readExternal(java.io.ObjectInput in)
          Reads the instanceHandle from the stream
 void writeExternal(java.io.ObjectOutput out)
          Writes the instanceHandle to the stream.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EJBHomeProxyHandle

public EJBHomeProxyHandle()

EJBHomeProxyHandle

public EJBHomeProxyHandle(EJBHomeHandler handler)
Method Detail

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Writes the instanceHandle to the stream.

Specified by:
writeExternal in interface java.io.Externalizable
Parameters:
out -
Throws:
java.io.IOException

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Reads the instanceHandle from the stream

Specified by:
readExternal in interface java.io.Externalizable
Parameters:
in -
Throws:
java.io.IOException
java.lang.ClassNotFoundException


Copyright © 1999-2011 OpenEJB. All Rights Reserved.