|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IProcessTypeDefinition
generated from CICS resourcetable PROCDEF
Nested Class Summary | |
---|---|
static class |
IProcessTypeDefinition.AuditlevelValue
Enumeration type for field AUDITLEVEL |
Method Summary | |
---|---|
IProcessTypeDefinition.AuditlevelValue |
getAuditlevel()
Getter for field AUDITLEVEL |
java.lang.String |
getAuditlog()
Getter for field AUDITLOG |
java.lang.String |
getCsdgroup()
Getter for field CSDGROUP |
java.lang.String |
getFile()
Getter for field FILE |
ICICSEnums.EnablementValue |
getStatus()
Getter for field STATUS |
java.lang.String |
getUserdata1()
Getter for field USERDATA1 |
java.lang.String |
getUserdata2()
Getter for field USERDATA2 |
java.lang.String |
getUserdata3()
Getter for field USERDATA3 |
Methods inherited from interface com.ibm.cics.model.ICICSDefinition |
---|
getChangeAgent, getChangeAgentRelease, getChangeTime, getChangeUserID, getCreateTime, getDescription, getVersion |
Methods inherited from interface com.ibm.cics.model.IDefinition |
---|
getName |
Method Detail |
---|
java.lang.String getFile()
File name
The name of the CICS file definition that is used to write the process and activity records of this process type to its associated repository data set. The name can be up to eight characters long.
java.lang.String getAuditlog()
Audit log name
The name of a CICS journal to which audit trail records are written, for processes of this type and their constituent activities. The name can be up to eight characters long. If you do not specify an audit log, no audit records will be kept for processes of this type
IProcessTypeDefinition.AuditlevelValue getAuditlevel()
Audit level
The initial level of audit logging for processes of this type. If you specify any value other than OFF, you must also specify the AUDITLOG option.
ICICSEnums.EnablementValue getStatus()
Enable status
The initial status of the process type:
java.lang.String getUserdata1()
User data area 1
Optional string of up to 8 characters that allows you to provide additional site-specific data related to the BAS resource definition. This field is ignored for CICS CSD resource definitions.
java.lang.String getUserdata2()
User data area 2
Optional string of up to 8 characters that allows you to provide additional site-specific data related to the BAS resource definition. This field is ignored for CICS CSD resource definitions.
java.lang.String getUserdata3()
User data area 3
Optional string of up to 8 characters that allows you to provide additional site-specific data related to the BAS resource definition. This field is ignored for CICS CSD resource definitions.
java.lang.String getCsdgroup()
CSD group
The name of the CSD group for this CICS resource definition. This field is ignored for BAS definitions.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |