public class EJBHomeHandle extends Object implements Externalizable, javax.ejb.HomeHandle
| Modifier and Type | Field and Description |
|---|---|
protected EJBHomeProxy |
ejbHomeProxy |
protected EJBHomeHandler |
handler |
| Constructor and Description |
|---|
EJBHomeHandle() |
EJBHomeHandle(EJBHomeProxy proxy) |
| Modifier and Type | Method and Description |
|---|---|
javax.ejb.EJBHome |
getEJBHome() |
void |
readExternal(ObjectInput in) |
protected void |
setEJBHomeProxy(EJBHomeProxy ejbHomeProxy) |
void |
setMetaData(ProtocolMetaData metaData) |
void |
writeExternal(ObjectOutput out) |
protected transient EJBHomeProxy ejbHomeProxy
protected transient EJBHomeHandler handler
public EJBHomeHandle()
public EJBHomeHandle(EJBHomeProxy proxy)
public void setMetaData(ProtocolMetaData metaData)
protected void setEJBHomeProxy(EJBHomeProxy ejbHomeProxy)
public javax.ejb.EJBHome getEJBHome()
throws RemoteException
getEJBHome in interface javax.ejb.HomeHandleRemoteExceptionpublic void writeExternal(ObjectOutput out) throws IOException
writeExternal in interface ExternalizableIOExceptionpublic void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal in interface ExternalizableIOExceptionClassNotFoundExceptionCopyright © 1999-2014 The Apache Software Foundation. All Rights Reserved.