@zeroc/ice
    Preparing search index...

    Class AdapterDescriptor

    Describes an indirect object adapter.

    The Slice compiler generated this class from Slice struct ::IceGrid::AdapterDescriptor.

    Index

    Constructors

    • Parameters

      • Optionalname: string
      • Optionaldescription: string
      • Optionalid: string
      • OptionalreplicaGroupId: string
      • Optionalpriority: string
      • OptionalregisterProcess: boolean
      • OptionalserverLifetime: boolean
      • Optionalobjects: ObjectDescriptor[]
      • Optionalallocatables: ObjectDescriptor[]

      Returns AdapterDescriptor

    Properties

    allocatables: ObjectDescriptor[]

    The descriptors of allocatable objects.

    description: string

    A description of this object adapter.

    id: string

    The adapter ID.

    name: string

    The object adapter name.

    objects: ObjectDescriptor[]

    The descriptors of well-known objects.

    priority: string

    The adapter priority. Only relevant when the adapter is in a replica group.

    registerProcess: boolean

    When true, the object adapter registers a process object.

    This field is provided for schema compatibility. It is no longer used.

    replicaGroupId: string

    The replica group ID. It's empty when the adapter is not part of a replica group.

    serverLifetime: boolean

    When true, the lifetime of this object adapter is the same of the server lifetime. This information is used by the IceGrid node to figure out the server state: the server is active when all its "server lifetime" adapters are active.

    Methods

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

      Parameters

      • other: any

        The object to compare with the current object.

      Returns boolean

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