org.apache.openejb.client
Class EJBObjectHandle
java.lang.Object
org.apache.openejb.client.EJBObjectHandle
- All Implemented Interfaces:
- java.io.Externalizable, java.io.Serializable, javax.ejb.Handle
public class EJBObjectHandle
- extends java.lang.Object
- implements java.io.Externalizable, javax.ejb.Handle
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ejbObjectProxy
protected transient EJBObjectProxy ejbObjectProxy
handler
protected transient EJBObjectHandler handler
EJBObjectHandle
public EJBObjectHandle()
EJBObjectHandle
public EJBObjectHandle(EJBObjectProxy proxy)
setEJBObjectProxy
protected void setEJBObjectProxy(EJBObjectProxy ejbObjectProxy)
getEJBObject
public javax.ejb.EJBObject getEJBObject()
throws java.rmi.RemoteException
- Specified by:
getEJBObject
in interface javax.ejb.Handle
- Throws:
java.rmi.RemoteException
writeExternal
public void writeExternal(java.io.ObjectOutput out)
throws java.io.IOException
- Specified by:
writeExternal
in interface java.io.Externalizable
- Throws:
java.io.IOException
readExternal
public void readExternal(java.io.ObjectInput in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Specified by:
readExternal
in interface java.io.Externalizable
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
Copyright © 1999-2011 The Apache OpenEJB development community. All Rights Reserved.