Class HandleImplIIOP

java.lang.Object
org.jboss.ejb.iiop.HandleImplIIOP
All Implemented Interfaces:
jakarta.ejb.Handle, Serializable

public class HandleImplIIOP extends Object implements jakarta.ejb.Handle, Serializable
A CORBA-based EJBObject handle implementation.
See Also:
  • Constructor Details

    • HandleImplIIOP

      public HandleImplIIOP(String ior)
      Constructs an HandleImplIIOP.
      Parameters:
      ior - An stringfied CORBA reference for an EJBObject.
    • HandleImplIIOP

      public HandleImplIIOP(jakarta.ejb.EJBObject obj)
      Constructs an HandleImplIIOP.
      Parameters:
      obj - An EJBObject.
    • HandleImplIIOP

      public HandleImplIIOP(Object obj)
      Constructs an HandleImplIIOP.
      Parameters:
      obj - A CORBA reference for an EJBObject.
  • Method Details

    • getEJBObject

      public jakarta.ejb.EJBObject getEJBObject() throws RemoteException
      Obtains the EJBObject represented by this handle.
      Specified by:
      getEJBObject in interface jakarta.ejb.Handle
      Returns:
      a reference to an EJBObject.
      Throws:
      RemoteException
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object