com.ibm.cics.model

Interface IPackageset

    • Method Detail

      • getPackagesetName

        java.lang.String getPackagesetName()
        Getter for field NAME

        DB2 Packageset

        The name of the DB2 Packageset.

      • getLastModificationAgent

        java.lang.String getLastModificationAgent()
        Getter for field CHANGEAGENT

        Last modification agent

        The change agent identifier that made the last modification.

        • CSDAPI - The resource was last changed by a CEDA transaction, by the programmable interface to DFHEDAP or by an EXEC CICS CSD command.
        • CSDBATCH - The resource was last changed by a DFHCSDUP job.
        • DREPAPI - The resource was last changed by a CICSPlex SM BAS API command.
        • DREPBATCH - The resource was last changed by a CICSPlex SM utility.
        • SYSTEM - The resource was last changed by the CICS or CICSPlex SM system.
        • AUTOINSTALL - The resource was last autoinstalled.
        • CREATESPI - The resource was last changed by an EXEC CICS CREATE command.
        • NOTAPPLIC - This is not applicable for this resource.
      • getLastModificationAgentRelease

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

        Last modification agent release

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

      • getLastModificationUserID

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

        Last modification user ID

        The user ID that made the last modification to the resource definition.

      • getSourceOfTheResourceDefinition

        java.lang.String getSourceOfTheResourceDefinition()
        Getter for field DEFINESOURCE

        Source of the resource definition

        The source of the definition, depending on which made the last change.

      • getCreationTime

        java.util.Date getCreationTime()
        Getter for field DEFINETIME

        Creation time

        The local date and time when the resource definition record was created on DFHCSD or EYUDREP.

      • getLastModificationTime

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

        Last modification time

        The local date and time when the definition was last changed.

      • getInstallationTime

        java.util.Date getInstallationTime()
        Getter for field INSTALLTIME

        Installation time

        The local date and time when the definition was installed.

      • getInstallationAgent

        java.lang.String getInstallationAgent()
        Getter for field INSTALLAGENT

        Installation agent

        The install agent identifier that made the installation:

        • BUNDLE - The resource was installed as a result of the installation of an XML bundle.
      • getInstallationUserID

        java.lang.String getInstallationUserID()
        Getter for field INSTALLUSRID

        Installation user ID

        The user ID that installed the resource definition.

      • getBasePlatformName

        java.lang.String getBasePlatformName()
        Getter for field BASEPLATFORM

        Base platform name

        The name of the platform using this packageset.

      • getBaseApplicationName

        java.lang.String getBaseApplicationName()
        Getter for field BASEAPPLICTN

        Base application name

        The name of the application using this packageset.

      • getBaseApplicationMajorVersion

        java.lang.Long getBaseApplicationMajorVersion()
        Getter for field BASEAPMAJVER

        Base application major version

        The major version of the application using this packageset.

      • getBaseApplicationMinorVersion

        java.lang.Long getBaseApplicationMinorVersion()
        Getter for field BASEAPMINVER

        Base application minor version

        The minor version of the application using this packageset.

      • getBaseApplicationMicroVersion

        java.lang.Long getBaseApplicationMicroVersion()
        Getter for field BASEAPMICVER

        Base application micro version

        The micro version of the application using this packageset.

      • getEnableStatus

        IPackageset.EnableStatusValue getEnableStatus()
        Getter for field ENABLESTATUS

        Enabled status

        This indicates whether the DB2 packageset will be used by the CICS-DB2 interface.

        • ENABLED - The DB2 packageset will be used.
        • DISABLED - The DB2 packagset will not be used.

Copyright ? 2008-2015 IBM Corp. All Rights Reserved.