public class HandleImplIIOP extends Object implements javax.ejb.Handle, Serializable
| Constructor and Description |
|---|
HandleImplIIOP(javax.ejb.EJBObject obj)
Constructs an HandleImplIIOP.
|
HandleImplIIOP(Object obj)
Constructs an HandleImplIIOP.
|
HandleImplIIOP(String ior)
Constructs an
HandleImplIIOP. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
javax.ejb.EJBObject |
getEJBObject()
Obtains the
EJBObject represented by this handle. |
int |
hashCode() |
public HandleImplIIOP(String ior)
HandleImplIIOP.ior - An stringfied CORBA reference for an EJBObject.public HandleImplIIOP(javax.ejb.EJBObject obj)
obj - An EJBObject.public HandleImplIIOP(Object obj)
obj - A CORBA reference for an EJBObject.public javax.ejb.EJBObject getEJBObject()
throws RemoteException
EJBObject represented by this handle.getEJBObject in interface javax.ejb.HandleEJBObject.RemoteExceptionCopyright © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.