org.apache.openejb.client
Class EJBHomeHandle
java.lang.Object
org.apache.openejb.client.EJBHomeHandle
- All Implemented Interfaces:
- java.io.Externalizable, java.io.Serializable, javax.ejb.HomeHandle
public class EJBHomeHandle
- extends java.lang.Object
- implements java.io.Externalizable, javax.ejb.HomeHandle
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ejbHomeProxy
protected transient EJBHomeProxy ejbHomeProxy
handler
protected transient EJBHomeHandler handler
EJBHomeHandle
public EJBHomeHandle()
EJBHomeHandle
public EJBHomeHandle(EJBHomeProxy proxy)
setEJBHomeProxy
protected void setEJBHomeProxy(EJBHomeProxy ejbHomeProxy)
getEJBHome
public javax.ejb.EJBHome getEJBHome()
throws java.rmi.RemoteException
- Specified by:
getEJBHome
in interface javax.ejb.HomeHandle
- 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.