public interface ISystemDump extends ICICSResource
Modifier and Type | Interface and Description |
---|---|
static class |
ISystemDump.ChangeAgentValue
Enumeration type for field CHANGEAGENT
|
static class |
ISystemDump.DAEOptionValue
Enumeration type for field DAEOPTION
|
static class |
ISystemDump.InstallAgentValue
Enumeration type for field INSTALLAGENT
|
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 |
---|---|
ISystemDump.ChangeAgentValue |
getChangeAgent()
Getter for field CHANGEAGENT
|
java.lang.String |
getChangeAgentRelease()
Getter for field CHANGEAGREL
|
java.util.Date |
getChangeTime()
Getter for field CHANGETIME
|
java.lang.String |
getChangeUserID()
Getter for field CHANGEUSRID
|
ISystemDumpReference |
getCICSObjectReference() |
ISystemDump.DAEOptionValue |
getDAEOption()
Getter for field DAEOPTION
|
java.lang.String |
getDataSpaceNameList()
Getter for field DSPLIST
|
java.lang.String |
getDefineSource()
Getter for field DEFINESOURCE
|
java.util.Date |
getDefineTime()
Getter for field DEFINETIME
|
ISystemDump.InstallAgentValue |
getInstallAgent()
Getter for field INSTALLAGENT
|
java.util.Date |
getInstallTime()
Getter for field INSTALLTIME
|
java.lang.String |
getInstallUserID()
Getter for field INSTALLUSRID
|
java.lang.String |
getJobNameList()
Getter for field JOBLIST
|
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:
java.lang.String getJobNameList()
Job name list
Specifies a comma separated list of address space names that will be dumped when a dump with this dumpcode is performed. This attribute can only be modified through CEMT or the CICS System Programming Interface.
java.lang.String getDataSpaceNameList()
Data space name list
Specifies a comma separated list of data space names that will be dumped when a dump with this dumpcode is performed. This attribute can only be modified through CEMT or the CICS System Programming Interface.
java.util.Date getChangeTime()
Last modification time
The local date and time when the definition was last changed.
ISystemDump.ChangeAgentValue getChangeAgent()
Last modification agent
The change agent identifier that made the last modification.
java.lang.String getChangeAgentRelease()
Last modification agent release
The CICS release level of the agent that made the last modification to the resource definition.
java.lang.String getChangeUserID()
Last modification user ID
The user ID that made the last modification to the resource definition.
java.lang.String getDefineSource()
Source of the resource definition
The source of the definition, depending on which agent made the last change.
java.util.Date getDefineTime()
Creation time
The local date and time when the resource definition record was created on DFHCSD or EYUDREP.
java.lang.String getInstallUserID()
Installation user ID
The user ID that installed the resource definition.
java.util.Date getInstallTime()
Installation time
The local date and time when the definition was installed.
ISystemDump.InstallAgentValue getInstallAgent()
Installation agent
The install agent identifier that made the installation.
ISystemDumpReference getCICSObjectReference()
getCICSObjectReference
in interface ICICSObject
getCICSObjectReference
in interface ICICSResource
Copyright ? 2008-2015 IBM Corp. All Rights Reserved.