org.openejb.client
Class EJBObjectProxyHandle

java.lang.Object
  extended byorg.openejb.client.EJBObjectProxyHandle
All Implemented Interfaces:
Externalizable, Serializable

public class EJBObjectProxyHandle
extends Object
implements Externalizable

See Also:
Serialized Form

Field Summary
static boolean client
           
 
Constructor Summary
EJBObjectProxyHandle()
           
EJBObjectProxyHandle(EJBObjectHandler handler)
           
 
Method Summary
 void readExternal(ObjectInput in)
          Reads the instanceHandle from the stream
 void writeExternal(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
 

Field Detail

client

public static boolean client
Constructor Detail

EJBObjectProxyHandle

public EJBObjectProxyHandle()

EJBObjectProxyHandle

public EJBObjectProxyHandle(EJBObjectHandler handler)
Method Detail

writeExternal

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

Specified by:
writeExternal in interface Externalizable
Throws:
IOException

readExternal

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

Specified by:
readExternal in interface Externalizable
Throws:
IOException
ClassNotFoundException


Copyright © 1999-2006 OpenEJB. All Rights Reserved.