Module java.corba
Package javax.rmi.CORBA

Interface Tie

  • All Superinterfaces:
    InvokeHandler


    public interfaceTieextendsInvokeHandler
    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.