winccoa-manager
    Preparing search index...

    Class StubOptions

    Options for stub which is associated with a service.

    Hierarchy

    • StubOptions
      • StubOptions
    Index

    Constructors

    • Creates an instance of VrpcStubOptions.

      Returns StubOptions

    Accessors

    • get distSystemName(): string

      The name of the system where the service is hosted.

      Returns string

      Empty string means the local system.

    • get managerNumber(): number

      The number of the manager which is hosting the service.

      Returns number

      The property is only relevant if the service is manager-specific.

    • get managerType(): number

      The type of the manager which is hosting the service.

      Returns number

      The property is only relevant if the service is manager-specific.

    • get replica(): ServiceHostingReplica

      The replica of the manager which is hosting the service.

      Returns ServiceHostingReplica

      The replica is only relevant for manager-specific services hosted in non-redundant managers in redundant projects.

    • get serviceHostingType(): ServiceHostingType

      The hosting type of the service.

      Returns ServiceHostingType

      Determines how the service is hosted (e.g. global or manager-specific).

    Methods

    • Associates the stub with a global service.

      Returns void

    • Associates the stub with a manager-specific service.

      Parameters

      • managerType: number

        The service hosting manager type.

      • managerNumber: number

        The service hosting manager number.

      • Optionalreplica: ServiceHostingReplica

        The service hosting manager replica, for identifying a non-redundant manager in a redundant systems. The replica is only relevant for manager-specific services hosted in non-redundant managers in redundant projects.

      Returns void