Interface Tie

    • Method Detail

      • thisObject

        Object thisObject()
        Returns an object reference for the target object represented by this tie.
        Returns:
        an object reference for the target object.
      • deactivate

        void deactivate()
                 throws java.rmi.NoSuchObjectException
        Deactivates the target object represented by this tie.
        Throws:
        java.rmi.NoSuchObjectException - if this tie does not represent an object
      • orb

        ORB orb()
        Returns the ORB for this tie.
        Returns:
        the ORB.
      • orb

        void orb​(ORB orb)
        Sets the ORB for this tie.
        Parameters:
        orb - the ORB.
      • getTarget

        java.rmi.Remote getTarget()
        Returns the target for this tie.
        Returns:
        the target.