Interface Source

    • Method Detail

      • getName

        java.lang.String getName()
        returns the name of the server. The name to which the server's servant instance is bound in the CORBA naming service. For non-corba servers, this string can be anything that seems reasonable and is relatively unique
        Returns:
        a String value
      • appendToName

        void appendToName​(java.lang.String suffix)
        Allows name to be appended to in case of conflicts with other sources.
      • getRetries

        int getRetries()