Options
All
  • Public
  • Public/Protected
  • All
Menu

Class StartTso

Start TSO address space and receive servlet key

export

Hierarchy

  • StartTso

Index

Methods

Static getResourcesQuery

Static setDefaultAddressSpaceParams

  • Sets required parameters by default if not provided. If some parameters provided it uses received and the rest required parameters will be default

    static
    memberof

    StartTso

    Parameters

    • parms: IStartTsoParms

      object with required parameters, @see {IStartTsoParms}

    • accountNumber: string

      this key of IStartTsoParms required, because it cannot be default.

    Returns IStartTsoParms

    object with provided parameters if not the with default

Static start

  • Start TSO address space with provided parameters.

    static
    memberof

    StartTso

    Parameters

    • session: AbstractSession

      z/OSMF connection info

    • accountNumber: string

      this key of IStartTsoParms required, because it cannot be default.

    • Optional parms: IStartTsoParms

      optional object with required parameters, @see {IStartTsoParms}

    Returns Promise<IStartStopResponses>

    command response on resolve, @see {IStartStopResponses}

Static startCommon

Generated using TypeDoc