public interface IJournalName extends ICICSResource, IInstalledCICSResource
| Modifier and Type | Interface and Description |
|---|---|
static class |
IJournalName.StatusValue
Enumeration type for field STATUS
|
static class |
IJournalName.TypeValue
Enumeration type for field TYPE
|
COPYRIGHTCOPYRIGHT| Modifier and Type | Method and Description |
|---|---|
IJournalNameReference |
getCICSObjectReference() |
java.lang.String |
getJournalname()
Getter for field JOURNALNAME
|
java.lang.Long |
getNumbuflush()
Getter for field NUMBUFLUSH
|
java.lang.Long |
getNumbytes()
Getter for field NUMBYTES
|
java.lang.Long |
getNumwrites()
Getter for field NUMWRITES
|
ICICSType<IJournalName> |
getObjectType() |
IJournalName.StatusValue |
getStatus()
Getter for field STATUS
|
java.lang.String |
getStreamname()
Getter for field STREAMNAME
|
IJournalName.TypeValue |
getType()
Getter for field TYPE
|
getCICSContainer, getCICSRelease, getRegionNamegetCICSType, getNameICICSType<IJournalName> getObjectType()
getObjectType in interface ICICSObjectgetObjectType in interface com.ibm.cics.model.meta.ITypedObjectjava.lang.String getJournalname()
Journal name
The 8 character journal name.
IJournalName.StatusValue getStatus()
Journal status
The status of the journal: DISABLED, ENABLED, or FAILED.
IJournalName.TypeValue getType()
Log stream type
The type of journal: MVS, SMF, or DUMMY.
java.lang.String getStreamname()
MVS log stream name
For MVS type journals, the log stream name associated with the journal.
java.lang.Long getNumwrites()
Number of journal writes
The number of times a journal record was written to the journal.
java.lang.Long getNumbytes()
Total number of bytes written
The total number of bytes written to the journal.
java.lang.Long getNumbuflush()
Number of buffer flush requests
The number of times a journal block was written to the MVS log stream or SMF log.
IJournalNameReference getCICSObjectReference()
getCICSObjectReference in interface ICICSObjectgetCICSObjectReference in interface ICICSResourceCopyright ? 2008-2015 IBM Corp. All Rights Reserved.