org.apache.openejb.client
Class EJBObjectProxyHandle

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

public class EJBObjectProxyHandle
extends Object
implements Externalizable

See Also:
Serialized Form

Nested Class Summary
static class EJBObjectProxyHandle.ClientSideResovler
           
static interface EJBObjectProxyHandle.Resolver
           
 
Field Summary
static ThreadLocal<EJBObjectProxyHandle.Resolver> resolver
           
 
Constructor Summary
EJBObjectProxyHandle()
           
EJBObjectProxyHandle(EJBObjectHandler handler)
           
 
Method Summary
 void readExternal(ObjectInput in)
           
 void writeExternal(ObjectOutput out)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

resolver

public static ThreadLocal<EJBObjectProxyHandle.Resolver> resolver
Constructor Detail

EJBObjectProxyHandle

public EJBObjectProxyHandle()

EJBObjectProxyHandle

public EJBObjectProxyHandle(EJBObjectHandler handler)
Method Detail

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Specified by:
writeExternal in interface Externalizable
Throws:
IOException

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Specified by:
readExternal in interface Externalizable
Throws:
IOException
ClassNotFoundException


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