Interface ITaskHistoryCollection
-
- All Superinterfaces:
ICICSObject
,ICICSResource
,com.ibm.cics.model.meta.ITypedObject
public interface ITaskHistoryCollection extends ICICSResource
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
ITaskHistoryCollection.ReasonValue
Enumeration type for field REASONstatic class
ITaskHistoryCollection.StatusValue
Enumeration type for field STATUS
-
Field Summary
-
Fields inherited from interface com.ibm.cics.model.ICICSResource
COPYRIGHT
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getCdssuf()
Getter for field CDSSUFITaskHistoryCollectionReference
getCICSObjectReference()
java.lang.Long
getCreccnt()
Getter for field CRECCNTjava.lang.Long
getCwrapcnt()
Getter for field CWRAPCNTjava.lang.Long
getHdscount()
Getter for field HDSCOUNTICICSType<ITaskHistoryCollection>
getObjectType()
ITaskHistoryCollection.ReasonValue
getReason()
Getter for field REASONjava.lang.String
getReserved1()
Getter for field RESERVED1java.lang.Long
getReserved2()
Getter for field RESERVED2java.lang.Long
getReserved3()
Getter for field RESERVED3java.lang.Long
getReserved4()
Getter for field RESERVED4java.lang.Long
getReserved5()
Getter for field RESERVED5java.lang.Long
getReserved6()
Getter for field RESERVED6ITaskHistoryCollection.StatusValue
getStatus()
Getter for field STATUSjava.lang.String
getTaskno()
Getter for field TASKNO-
Methods inherited from interface com.ibm.cics.model.ICICSObject
getCICSType, getName
-
Methods inherited from interface com.ibm.cics.model.ICICSResource
getCICSContainer, getCICSRelease, getRegionName
-
-
-
-
Method Detail
-
getObjectType
ICICSType<ITaskHistoryCollection> getObjectType()
- Specified by:
getObjectType
in interfaceICICSObject
- Specified by:
getObjectType
in interfacecom.ibm.cics.model.meta.ITypedObject
-
getStatus
ITaskHistoryCollection.StatusValue getStatus()
Getter for field STATUSHistory recorder status
Identifies whether or not the historical data recorder task is in any of the following states:
- ACTIVE - The MAS history recorder is available to record task records.
- INACTIVE - The MAS history recorder is not available to record task records.
- SUSPEND - The MAS history recorder has been temporarily prevented from recording task records.
- SUSPENDING - The MAS history recorder is going into a SUSPEND status. Task records are no longer being recorded. The recorder STATUS field will change to SUSPEND when the recorder receives the next task record.
- RESUMING - The MAS history recorder is starting to record task records again. The recorder STATUS field will change to ACTIVE when the recorder receives the next task record.
-
getReason
ITaskHistoryCollection.ReasonValue getReason()
Getter for field REASONHistory reason code
Reason code from the historical data recorder task. Values are:
- IOERROR - An unexpected error occurred while reading from the EYUHISTx datasets. This may be because of a problem with the file definitions, or because of a problem with a query to the CICSPlex SM EYUPARMs relating to the MAS history recorder function.
- INVALIDFILE - One or more attributes for the EYUHISTx datasets are unacceptable for the MAS history recorder function.
- OK - The MAS history recorder is operational.
- NOTAVAILABLE - The MAS history recorder requires at least two EYUHISTx history datasets before becoming available for history recording.
-
getCreccnt
java.lang.Long getCreccnt()
Getter for field CRECCNTNumber of records on current data set
The number of records in the current history data set.
-
getCwrapcnt
java.lang.Long getCwrapcnt()
Getter for field CWRAPCNTNumber of times current data set has wrapped
The number of times the current history data set has wrapped. The data set wraps when it is full.
-
getHdscount
java.lang.Long getHdscount()
Getter for field HDSCOUNTNumber of History data sets
The number of history data sets available.
-
getCdssuf
java.lang.String getCdssuf()
Getter for field CDSSUFCurrent data set suffix
The suffix of the current VSAM KSDS data set containing historical data for the CICS region
-
getTaskno
java.lang.String getTaskno()
Getter for field TASKNOTask ID of Current Recorder
The ID of the history recorder task .
-
getReserved1
java.lang.String getReserved1()
Getter for field RESERVED1Reserved area for expansion
-
getReserved2
java.lang.Long getReserved2()
Getter for field RESERVED2Reserved area for expansion
-
getReserved3
java.lang.Long getReserved3()
Getter for field RESERVED3Reserved area for expansion
-
getReserved4
java.lang.Long getReserved4()
Getter for field RESERVED4Reserved area for expansion
-
getReserved5
java.lang.Long getReserved5()
Getter for field RESERVED5Reserved area for expansion
-
getReserved6
java.lang.Long getReserved6()
Getter for field RESERVED6Reserved area for expansion
-
getCICSObjectReference
ITaskHistoryCollectionReference getCICSObjectReference()
- Specified by:
getCICSObjectReference
in interfaceICICSObject
- Specified by:
getCICSObjectReference
in interfaceICICSResource
-
-