Interface IManagementPart

    • Method Detail

      • getChangetime

        java.util.Date getChangetime()
        Getter for field CHANGETIME

        Last modification

        The local time when the definition was last changed.

      • getChangeagent

        IManagementPart.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.
      • getCreatetime

        java.util.Date getCreatetime()
        Getter for field CREATETIME

        Time created

        The local time when the definition was created.

      • getChangeusrid

        java.lang.String getChangeusrid()
        Getter for field CHANGEUSRID

        Last modification user ID

        The user ID that made the last modification.

      • getChangeagrel

        java.lang.String getChangeagrel()
        Getter for field CHANGEAGREL

        Last modification agent release

        The CICS release level of the agent that made the last modification.

      • getId

        java.lang.String getId()
        Getter for field ID

        ID

        The management part ID.

      • getPlatformName

        java.lang.String getPlatformName()
        Getter for field PLATFORM

        Platform

        The name of the platform as specified by the CICS platform bundle.

      • getPlatformDefinitionName

        java.lang.String getPlatformDefinitionName()
        Getter for field PLATDEF

        Platform definition

        The name of the platform definition.

      • getApplicationName

        java.lang.String getApplicationName()
        Getter for field APPLICATION

        Application

        The name of the application as specified by the CICS application bundle.

      • getApplicationDefinitionName

        java.lang.String getApplicationDefinitionName()
        Getter for field APPLDEF

        Application definition

        The name of the application definition.

      • getApplicationMajorVersion

        java.lang.Long getApplicationMajorVersion()
        Getter for field APPLMAJORVER

        Application major version number

        The major version of the application.

      • getApplicationMinorVersion

        java.lang.Long getApplicationMinorVersion()
        Getter for field APPLMINORVER

        Application minor version number

        The minor version of the application.

      • getApplicationMicroVersion

        java.lang.Long getApplicationMicroVersion()
        Getter for field APPLMICROVER

        Application micro version number

        The micro version of the application.

      • getRegionType

        java.lang.String getRegionType()
        Getter for field REGIONTYPE

        Region type

        The region type or platform that the bundle is installed into.

      • getInstallScope

        java.lang.String getInstallScope()
        Getter for field INSTALLSCOPE

        Bundle install request scope

        The name of the CSYSGRP to be used as the scope that the bundle is installed into.

      • getBundleID

        java.lang.String getBundleID()
        Getter for field BUNDLE

        Bundle ID

        The name of the CSYSGRP to be used as the scope that the bundle is installed into.

      • getBundleMajorVersion

        java.lang.Long getBundleMajorVersion()
        Getter for field BUNDMAJORVER

        Bundle major version number

        The major version of the bundle.

      • getBundleMinorVersion

        java.lang.Long getBundleMinorVersion()
        Getter for field BUNDMINORVER

        Bundle minor version number

        The minor version of the bundle.

      • getBundleMicroVersion

        java.lang.Long getBundleMicroVersion()
        Getter for field BUNDMICROVER

        Bundle micro version number

        The micro version of the bundle.

      • getEnableStatus

        IManagementPart.EnableStatusValue getEnableStatus()
        Getter for field ENABLESTATUS

        Management part bundle enable status

        The status of the installed CICS BUNDLE resources. The status values are:

        • ENABLED - All CICS BUNDLE resources are enabled.
        • DISABLED - All CICS BUNDLE resources are disabled.
        • ENABLING - The CICS BUNDLE resources are in the process of being enabled.
        • DISABLING - The CICS BUNDLE resources are in the process of being disabled.
        • EMPTY - No CICS BUNDLE resources are installed.
        • INVALIDSCOPE - No CICS BUNDLE resources are installed. The INSTALLSCOPE field does not contain a valid CICSPlex SM scope.
        • SOMEDISABLED - Some of the CICS BUNDLE resources are disabled. This can also occur when all CICS BUNDLE resources are DISABLED if the ENABLEDCOUNT for any of them is greater than 0.
        • IMPORTONLY - The CICS BUNDLE resources are enabled but only contain import statements.
        • INCOMPLETE - One or more associated CICS BUNDLE resources are not installed in the active regions or have an invalid scope.
        • INSTALLING - The CICS BUNDLE resources are in the process of being installed.
        • DISCARDING - The CICS BUNDLE resources are in the process of being discarded.
      • getAvailability

        IManagementPart.AvailabilityValue getAvailability()
        Getter for field AVAILSTATUS

        Management part bundle availability status

        The status of the installed CICS BUNDLE resources. The status values are:

        • AVAILABLE - All CICS BUNDLE resources are available.
        • UNAVAILABLE - All CICS BUNDLE resources are unavailable.
        • SOMEAVAIL - Some CICS BUNDLE resources are available.
        • NONE - None of the CICS BUNDLE resources contain entry points.