public interface ISystemDump extends ICICSResource
Modifier and Type | Interface and Description |
---|---|
static class |
ISystemDump.DAEOptionValue
Enumeration type for field DAEOPTION
|
static class |
ISystemDump.ShutdownOptionValue
Enumeration type for field SHUTOPTION
|
static class |
ISystemDump.SystemDumpOptionValue
Enumeration type for field SYSDUMPING
|
static class |
ISystemDump.SystemDumpScopeValue
Enumeration type for field SDUMPSCOPE
|
COPYRIGHT
Modifier and Type | Method and Description |
---|---|
ISystemDumpReference |
getCICSObjectReference() |
ISystemDump.DAEOptionValue |
getDAEOption()
Getter for field DAEOPTION
|
java.lang.Long |
getMaximumSystemDumps()
Getter for field MAXIMUM
|
ICICSType<ISystemDump> |
getObjectType() |
ISystemDump.ShutdownOptionValue |
getShutdownOption()
Getter for field SHUTOPTION
|
java.lang.String |
getSystemDumpCode()
Getter for field SYSDUMPCODE
|
ISystemDump.SystemDumpOptionValue |
getSystemDumpOption()
Getter for field SYSDUMPING
|
ISystemDump.SystemDumpScopeValue |
getSystemDumpScope()
Getter for field SDUMPSCOPE
|
java.lang.Long |
getSystemDumpsSinceReset()
Getter for field CURRENT
|
java.lang.Long |
getSystemDumpsSuppressed()
Getter for field SDMPSUPP
|
java.lang.Long |
getSystemDumpsTaken()
Getter for field SDMPTOTL
|
getCICSContainer, getCICSRelease, getRegionName
getCICSType, getName
ICICSType<ISystemDump> getObjectType()
getObjectType
in interface ICICSObject
getObjectType
in interface com.ibm.cics.model.meta.ITypedObject
java.lang.String getSystemDumpCode()
System dump code
Specifies the 8-character system dump code for which the system dump table entry is to be modified. A valid system dump code contains no leading or imbedded blanks.
java.lang.Long getSystemDumpsSinceReset()
Number of dump calls since last reset
The number of dump calls that have been made for this system dump code since the value was last reset to 0. This value can be reset using the INITIALIZE action command.
Note that it is possible for this value to be higher than the value in the System 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 getMaximumSystemDumps()
Maximum number of dumps with this code
The maximum number of dump calls for this system dump code that result in a system dump being taken.
Input Values: 0 - 999 (SYSDUMP only)
ISystemDump.ShutdownOptionValue getShutdownOption()
Shutdown option
Indicates whether the CICS system is to be shut down after a call to this system dump code.
Input Values: SHUTDOWN, NOSHUTDOWN
ISystemDump.SystemDumpOptionValue getSystemDumpOption()
System dump option
Specifies whether a system dump request with this code should produce a dump. CVDA values are:
java.lang.Long getSystemDumpsTaken()
Number of system dumps taken
The number of system dumps taken for this system 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 system dump code (by CICS or a user) that were suppressed by one of the following:
ISystemDump.SystemDumpScopeValue getSystemDumpScope()
System dump scope type
Indicates whether SDUMP requests with this system 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:
ISystemDump.DAEOptionValue getDAEOption()
Dump analysis and elimination (DAE) option
Indicates whether a dump produced for this system dump code is eligible for suppression by the MVS dump analysis and elimination (DAE) component:
ISystemDumpReference getCICSObjectReference()
getCICSObjectReference
in interface ICICSObject
getCICSObjectReference
in interface ICICSResource
Copyright © 2008-2013 IBM Corp. All Rights Reserved.