com.ibm.cics.model
Interface IJournalModelDefinition

All Superinterfaces:
ICICSDefinition, ICICSObject, IDefinition, com.ibm.cics.model.meta.ITypedObject

public interface IJournalModelDefinition
extends ICICSDefinition

generated from CICS resourcetable JRNMDEF


Nested Class Summary
static class IJournalModelDefinition.StreamtypeValue
          Enumeration type for field STREAMTYPE
 
Method Summary
 java.lang.String getJournalname()
          Getter for field JOURNALNAME
 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
 
Methods inherited from interface com.ibm.cics.model.ICICSDefinition
getChangeAgent, getChangeAgentRelease, getChangeTime, getChangeUserID, getCreateTime, getCSDGroup, getDescription, getVersion
 
Methods inherited from interface com.ibm.cics.model.ICICSObject
getCICSType, getName, getObjectType
 

Method Detail

getJournalname

java.lang.String getJournalname()
Getter for field JOURNALNAME

Journal name

The 8-character journal name for which this journal model can be used.


getStreamtype

IJournalModelDefinition.StreamtypeValue getStreamtype()
Getter for field STREAMTYPE

Log stream type

Specifies where the journal records are to be written:


getStreamname

java.lang.String getStreamname()
Getter for field STREAMNAME

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:


getUserdata1

java.lang.String getUserdata1()
Getter for field USERDATA1

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.


getUserdata2

java.lang.String getUserdata2()
Getter for field USERDATA2

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.


getUserdata3

java.lang.String getUserdata3()
Getter for field USERDATA3

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.



Copyright 2008-2009 IBM Corp. All Rights Reserved.