|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IProcessType
generated from CICS resourcetable PROCTYP
Nested Class Summary | |
---|---|
static class |
IProcessType.AuditLevelValue
Enumeration type for field AUDITLEV |
static class |
IProcessType.ChangeAgentValue
Enumeration type for field CHANGEAGENT |
static class |
IProcessType.InstallAgentValue
Enumeration type for field INSTALLAGENT |
Method Summary | |
---|---|
IProcessType.AuditLevelValue |
getAuditLevel()
Getter for field AUDITLEV |
java.lang.String |
getAuditLog()
Getter for field AUDITLOG |
java.lang.Long |
getBasdefinever()
Getter for field BASDEFINEVER |
IProcessType.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 |
java.lang.String |
getDefineSource()
Getter for field DEFINESOURCE |
java.util.Date |
getDefineTime()
Getter for field DEFINETIME |
java.lang.String |
getFile()
Getter for field FILE |
IProcessType.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 |
getName()
Getter for field NAME |
ICICSEnums.EnablementValue |
getStatus()
Getter for field ENASTAT |
Methods inherited from interface com.ibm.cics.model.ICICSResource |
---|
getCICSRelease, getRegionName |
Method Detail |
---|
java.lang.String getName()
BTS process type
The name of the CICS BTS process type.
getName
in interface ICICSObject
java.lang.String getFile()
File name
The name of the file that this CICS BTS process type uses for storing process status data.
java.lang.String getAuditLog()
Audit log name
The name of the audit log used for this process type.
IProcessType.AuditLevelValue getAuditLevel()
Audit level
The audit level associated with the current definition. Valid values are :
ICICSEnums.EnablementValue getStatus()
Enable status
The enabled status for the CICS BTS process type. Valid values are ENABLED or DISABLED.
IProcessType.ChangeAgentValue getChangeAgent()
Last modification agent
The change agent identifier that made the last modification.
java.lang.String getChangeUserID()
Last modification user ID
The user ID that made the last modification to the resource definition.
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.util.Date getChangeTime()
Last modification time
The local date and time when the definition was last changed.
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.
IProcessType.InstallAgentValue getInstallAgent()
Installation agent
The change agent identifier that made the installation.
java.lang.Long getBasdefinever()
BAS resource definition version
The BAS version number of this definition.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |