public interface IJournalModelDefinition extends ICICSDefinition
Modifier and Type | Interface and Description |
---|---|
static class |
IJournalModelDefinition.ChangeAgentValue
Enumeration type for field CHANGEAGENT
|
static class |
IJournalModelDefinition.StreamtypeValue
Enumeration type for field STREAMTYPE
|
COPYRIGHT
Modifier and Type | Method and Description |
---|---|
IJournalModelDefinition.ChangeAgentValue |
getChangeAgent()
Getter for field CHANGEAGENT
|
ICICSDefinitionReference<IJournalModelDefinition> |
getCICSObjectReference() |
java.lang.String |
getJournalname()
Getter for field JOURNALNAME
|
ICICSType<IJournalModelDefinition> |
getObjectType() |
java.lang.String |
getStreamname()
Getter for field STREAMNAME
|
IJournalModelDefinition.StreamtypeValue |
getStreamtype()
Getter for field STREAMTYPE
|
java.lang.String |
getUserdata1()
Getter for field USERDATA1
|
java.lang.String |
getUserdata2()
Getter for field USERDATA2
|
java.lang.String |
getUserdata3()
Getter for field USERDATA3
|
getChangeAgentRelease, getChangeTime, getChangeUserID, getCICSContainer, getCreateTime, getCSDGroup, getDescription, getVersion
getCICSType, getName
ICICSType<IJournalModelDefinition> getObjectType()
getObjectType
in interface ICICSDefinition
getObjectType
in interface ICICSObject
getObjectType
in interface IDefinition
getObjectType
in interface com.ibm.cics.model.meta.ITypedObject
IJournalModelDefinition.ChangeAgentValue getChangeAgent()
Last modification agent
The change agent identifier that made the last modification.
java.lang.String getJournalname()
Journal name
The 8-character journal name for which this journal model can be used.
IJournalModelDefinition.StreamtypeValue getStreamtype()
Log stream type
Specifies where the journal records are to be written:
java.lang.String getStreamname()
MVS log stream name
Identifies either an explicit MVS system logger log stream name, or a template used to construct the log stream name. STREAMNAME is applicable only to journal models defined with a LOGSTREAMTYPE of MVS. A log stream name can be either an unqualified name or a qualified name, as defined for MVS data set names:
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.
ICICSDefinitionReference<IJournalModelDefinition> getCICSObjectReference()
getCICSObjectReference
in interface ICICSDefinition
getCICSObjectReference
in interface ICICSObject
getCICSObjectReference
in interface IDefinition
Copyright ? 2008-2015 IBM Corp. All Rights Reserved.