org.apache.openejb.client
Class EJBObjectHandle
java.lang.Object
org.apache.openejb.client.EJBObjectHandle
- All Implemented Interfaces:
- Externalizable, Serializable, javax.ejb.Handle
public class EJBObjectHandle
- extends Object
- implements 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)
setMetaData
public void setMetaData(ProtocolMetaData metaData)
setEJBObjectProxy
protected void setEJBObjectProxy(EJBObjectProxy ejbObjectProxy)
getEJBObject
public javax.ejb.EJBObject getEJBObject()
throws RemoteException
- Specified by:
getEJBObject in interface javax.ejb.Handle
- Throws:
RemoteException
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–2015 The Apache Software Foundation. All rights reserved.