public interface ITransactionDump extends ICICSResource
Modifier and Type | Interface and Description |
---|---|
static class |
ITransactionDump.ShutdownOptionValue
Enumeration type for field SHUTOPTION
|
static class |
ITransactionDump.SystemDumpOptionValue
Enumeration type for field SYSDUMPING
|
static class |
ITransactionDump.TransactionDumpOptionValue
Enumeration type for field TRANDUMPING
|
static class |
ITransactionDump.TransactionDumpScopeValue
Enumeration type for field TDUMPSCOPE
|
COPYRIGHT
Modifier and Type | Method and Description |
---|---|
ITransactionDumpReference |
getCICSObjectReference() |
java.lang.Long |
getMaximumTransactionDumps()
Getter for field MAXIMUM
|
ICICSType<ITransactionDump> |
getObjectType() |
ITransactionDump.ShutdownOptionValue |
getShutdownOption()
Getter for field SHUTOPTION
|
ITransactionDump.SystemDumpOptionValue |
getSystemDumpOption()
Getter for field SYSDUMPING
|
java.lang.Long |
getSystemDumpsSuppressed()
Getter for field SDMPSUPP
|
java.lang.Long |
getSystemDumpsTaken()
Getter for field SDMPTOTL
|
java.lang.String |
getTransactionDumpCode()
Getter for field TRANDUMPCODE
|
ITransactionDump.TransactionDumpOptionValue |
getTransactionDumpOption()
Getter for field TRANDUMPING
|
ITransactionDump.TransactionDumpScopeValue |
getTransactionDumpScope()
Getter for field TDUMPSCOPE
|
java.lang.Long |
getTransactionDumpsSinceReset()
Getter for field CURRENT
|
java.lang.Long |
getTransactionDumpsSuppressed()
Getter for field TDMPSUPP
|
java.lang.Long |
getTransactionDumpsTaken()
Getter for field TDMPTOTL
|
getCICSContainer, getCICSRelease, getRegionName
getCICSType, getName
ICICSType<ITransactionDump> getObjectType()
getObjectType
in interface ICICSObject
getObjectType
in interface com.ibm.cics.model.meta.ITypedObject
java.lang.String getTransactionDumpCode()
Transaction dump code
The 4-character transaction dump code for which the transaction dump table entry is to be changed. A valid transaction dump code has no leading or imbedded blanks.
java.lang.Long getTransactionDumpsSinceReset()
Number of dump calls since last reset
The number of dump calls that have been made for this transaction dump code since the value was last reset to 0. This value can be reset using the INITIALIZE action command.
This also includes requests that do not result in dumps, either because they are suppressed for this code or because the number for this code has reached its maximum.
Note that it is possible for this value to be higher than the value in the Transaction Dumps Taken field, which is reset by CICS end-of-day. If this value was initialized shortly before the end-of-day statistics reset, the number of current dumps could exceed the total number of dumps taken.
java.lang.Long getMaximumTransactionDumps()
Maximum number of dump calls
The maximum number of dump calls for this transaction dump code that result in a dump being taken.
Input Values: 0 - 999 (TRANDUMP only)
ITransactionDump.ShutdownOptionValue getShutdownOption()
Shutdown option
Indicates whether the CICS system is to be shut down after a call to this transaction dump code.
Input Values: SHUTDOWN, NOSHUTDOWN
ITransactionDump.SystemDumpOptionValue getSystemDumpOption()
System dump option
Indicates whether a system dump is to be taken for this transaction dump code.
Input Values: SYSDUMP, NOSYSDUMP
ITransactionDump.TransactionDumpOptionValue getTransactionDumpOption()
Transaction dump option
Specifies whether a transaction dump should be taken when a transaction dump request with this code is received. CVDA values are:
java.lang.Long getTransactionDumpsTaken()
Number of transaction dumps taken
The number of transaction dumps taken for this transaction dump code since the last CICS end-of-day statistics reset. This number does not include suppressed dumps.
java.lang.Long getTransactionDumpsSuppressed()
Number of transaction dumps suppressed
The number of transaction dumps requested for this transaction dump code (by CICS or a user) that were suppressed by one of the following:
java.lang.Long getSystemDumpsTaken()
Number of system dumps taken
The number of system dumps taken for this transaction dump code since the last CICS end-of-day statistics reset. This number does not include suppressed dumps.
java.lang.Long getSystemDumpsSuppressed()
Number of system dumps suppressed
The number of system dumps requested for this transaction dump code (by CICS or a user) that were suppressed by one of the following:
ITransactionDump.TransactionDumpScopeValue getTransactionDumpScope()
Transaction dump scope type
Indicates whether SDUMP requests with this transaction dump code are sent to other MVS images in the sysplex. The MVS images would be those that are running XCF/MRO connected CICS systems related to the CICS system that initiated the dump request.
Input Values: LOCAL, RELATED
ITransactionDumpReference getCICSObjectReference()
getCICSObjectReference
in interface ICICSObject
getCICSObjectReference
in interface ICICSResource
Copyright © 2008-2013 IBM Corp. All Rights Reserved.