Interface IResourceAssignmentInResourceDescription

    • Method Detail

      • getChangeAgent

        IResourceAssignmentInResourceDescription.ChangeAgentValue getChangeAgent()
        Getter for field CHANGEAGENT

        Last modification agent

        The change agent identifier that made the last modification.

        • DREPAPI - Resource was last changed by a CICSPlex SM API command.
        • N_A - Resource was created or last updated prior to CICS TS Version 4 Release 1 and support for resource signatures.
      • getResourceDescription

        java.lang.String getResourceDescription()
        Getter for field RESDESC

        Resource description (RESDESC) name

        The name of the resource description.

      • getResourceAssignment

        java.lang.String getResourceAssignment()
        Getter for field RESASSGN

        Resource assignment (RASGNDEF) name

        The name of a resource assignment that is associated with the specified resource description.

      • getTargetScope

        java.lang.String getTargetScope()
        Getter for field TSCOPE

        Target scope name

        The name of the CICS system or system group where the resources are to be assigned. The scope information contained in resource assignments (RASGNDEF) takes precedence over the information contained in this view (RASINDSC). In turn the scope information contained in this view (RASINDSC) takes preference over the information contained in the resource description view (RESDESC).

      • getRelatedScope

        java.lang.String getRelatedScope()
        Getter for field RSCOPE

        Related scope name

        The name of the CICS system or system group where resources identified as REMOTE to the target scope are to be assigned as LOCAL. The scope information contained in resource assignments (RASGNDEF) takes precedence over the information contained in this view (RASINDSC). In turn the scope information contained in this view (RASINDSC) takes preference over the information contained in the resource description view (RESDESC).

      • getResourceGroup

        java.lang.String getResourceGroup()
        Getter for field RESGROUP

        Resource group name

        The name of a resource group that contains resource definitions of the specified resource type to be assigned. The resource group information contained in the association between the resource description and resource assignment (RASINDSC) takes precedence over the information contained in the resource description (RESDESC). It does not take precedence over the information contained in the resource assignment definition (RASGNDEF).

      • getDescription

        java.lang.String getDescription()
        Getter for field DESCRIPTION

        Description

        A description of the resource description-to-assignment association.