com.ibm.cics.model

Interface IProcessType

    • Method Detail

      • getName

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

        BTS process type

        The name of the CICS BTS process type.

        Specified by:
        getName in interface ICICSObject
      • getFile

        java.lang.String getFile()
        Getter for field FILE

        File name

        The name of the file that this CICS BTS process type uses for storing process status data.

      • getAuditLog

        java.lang.String getAuditLog()
        Getter for field AUDITLOG

        Audit log name

        The name of the audit log used for this process type.

      • getAuditLevel

        IProcessType.AuditLevelValue getAuditLevel()
        Getter for field AUDITLEV

        Audit level

        The audit level associated with the current definition. Valid values are :

        • OFF - No audit information is written
        • FULL - Process and Activity auditing
        • PROCESS - Process based auditing
        • ACTIVITY - Activity based auditing
      • getStatus

        ICICSEnums.EnablementValue getStatus()
        Getter for field ENASTAT

        Enable status

        The enabled status for the CICS BTS process type. Valid values are ENABLED or DISABLED.

      • getChangeAgent

        IProcessType.ChangeAgentValue getChangeAgent()
        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.
        • CREATESPI - The resource was last changed by an EXEC CICS CREATE command.
        • NOTAPPLIC - This is not applicable for this resource.
      • getChangeUserID

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

        Last modification user ID

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

      • getChangeAgentRelease

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

        Last modification agent release

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

      • getChangeTime

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

        Last modification time

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

      • getDefineSource

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

        Source of the resource definition

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

      • getDefineTime

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

        Creation time

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

      • getInstallUserID

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

        Installation user ID

        The user ID that installed the resource definition.

      • getInstallTime

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

        Installation time

        The local date and time when the definition was installed.

      • getInstallAgent

        IProcessType.InstallAgentValue getInstallAgent()
        Getter for field INSTALLAGENT

        Installation agent

        The install agent identifier that made the installation.

        • CSDAPI - The resource was installed by a CEDA transaction, by the programmable interface to DFHEDAP or by an EXEC CICS CSD command.
        • CREATESPI - The resource was installed by an EXEC CICS CREATE command.
        • GRPLIST - The resource was installed by GRPLIST INSTALL.
      • getBasdefinever

        java.lang.Long getBasdefinever()
        Getter for field BASDEFINEVER

        BAS resource definition version

        The BAS version number of this definition.

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