@zeroc/ice
    Preparing search index...

    Class CommunicatorDescriptor

    Describes an Ice communicator.

    The Slice compiler generated this class from Slice class ::IceGrid::CommunicatorDescriptor.

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    adapters: AdapterDescriptor[]

    The indirect object adapters.

    dbEnvs: DbEnvDescriptor[]

    The database environments.

    description: string

    A description of this descriptor.

    logs: string[]

    The path of each log file.

    The property set.

    Methods

    • Obtains the sliced data associated with this instance.

      Returns SlicedData

      The sliced data if the value has a preserved-slice base class and has been sliced during unmarshaling of the value, nil otherwise.

    • Obtains the Slice type ID of the most-derived class supported by this object.

      Returns string

      The type ID.

    • The Ice run time invokes this method after unmarshaling an object's data members. This allows a subclass to override this method in order to perform additional initialization.

      Returns void

    • The Ice run time invokes this method prior to marshaling an object's data members. This allows a subclass to override this method in order to validate its data members.

      Returns void

    • Obtains the Slice type ID of this type.

      Returns string

      The return value is always "::Ice::Object".