Module java.corba

Interface Tie

  • All Superinterfaces:
    InvokeHandler


    public interface Tie
    extends InvokeHandler
    Defines methods which all RMI-IIOP server side ties must implement.
    • 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.
      • 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

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