@zeroc/ice
    Preparing search index...

    Class Identity

    Represents the identity of an Ice object. In a proxy, an empty Identity#name denotes a null proxy. An identity with an empty Identity#name and a non-empty Identity#category is illegal. Additionally, you cannot add a servant with an empty name to the Active Servant Map.

    Index

    Constructors

    Properties

    Methods

    Constructors

    • Constructs a new Identity object.

      Parameters

      • Optionalname: string

        The identity name.

      • Optionalcategory: string

        The identity category.

      Returns Identity

    Properties

    category: string

    The identity category.

    name: string

    The identity name.

    Methods

    • Clones this identity.

      Returns Identity

      A shallow copy of the identity.

    • Determines whether the specified object is equal to this object.

      Parameters

      • other: Identity

        The object to compare with.

      Returns boolean

      true if the specified object is equal to the this object, false otherwise.

    • Returns the hash code of the object.

      Returns number

      the hash code of the object.