org.apache.openejb.client
Class EJBHomeHandle
java.lang.Object
org.apache.openejb.client.EJBHomeHandle
- All Implemented Interfaces:
- Externalizable, Serializable, javax.ejb.HomeHandle
public class EJBHomeHandle
- extends Object
- implements 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 RemoteException
- Specified by:
getEJBHome
in interface javax.ejb.HomeHandle
- 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-2011 The Apache OpenEJB development community. All Rights Reserved.