Package com.ibm.cics.model
Interface IJournalName
-
- All Superinterfaces:
ICICSObject
,ICICSResource
,IInstalledCICSResource
,com.ibm.cics.model.meta.ITypedObject
public interface IJournalName extends ICICSResource, IInstalledCICSResource
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
IJournalName.StatusValue
Enumeration type for field STATUSstatic class
IJournalName.TypeValue
Enumeration type for field TYPE
-
Field Summary
-
Fields inherited from interface com.ibm.cics.model.ICICSResource
COPYRIGHT
-
Fields inherited from interface com.ibm.cics.model.IInstalledCICSResource
COPYRIGHT
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IJournalNameReference
getCICSObjectReference()
java.lang.String
getJournalname()
Getter for field JOURNALNAMEjava.lang.Long
getNumbuflush()
Getter for field NUMBUFLUSHjava.lang.Long
getNumbytes()
Getter for field NUMBYTESjava.lang.Long
getNumwrites()
Getter for field NUMWRITESICICSType<IJournalName>
getObjectType()
IJournalName.StatusValue
getStatus()
Getter for field STATUSjava.lang.String
getStreamname()
Getter for field STREAMNAMEIJournalName.TypeValue
getType()
Getter for field TYPE-
Methods inherited from interface com.ibm.cics.model.ICICSObject
getCICSType, getName
-
Methods inherited from interface com.ibm.cics.model.ICICSResource
getCICSContainer, getCICSRelease, getRegionName
-
-
-
-
Method Detail
-
getObjectType
ICICSType<IJournalName> getObjectType()
- Specified by:
getObjectType
in interfaceICICSObject
- Specified by:
getObjectType
in interfacecom.ibm.cics.model.meta.ITypedObject
-
getJournalname
java.lang.String getJournalname()
Getter for field JOURNALNAMEJournal name
The 8 character journal name.
-
getStatus
IJournalName.StatusValue getStatus()
Getter for field STATUSJournal status
The status of the journal: DISABLED, ENABLED, or FAILED.
-
getType
IJournalName.TypeValue getType()
Getter for field TYPELog stream type
The type of journal: MVS, SMF, or DUMMY.
-
getStreamname
java.lang.String getStreamname()
Getter for field STREAMNAMEMVS log stream name
For MVS type journals, the log stream name associated with the journal.
-
getNumwrites
java.lang.Long getNumwrites()
Getter for field NUMWRITESNumber of journal writes
The number of times a journal record was written to the journal.
-
getNumbytes
java.lang.Long getNumbytes()
Getter for field NUMBYTESTotal number of bytes written
The total number of bytes written to the journal.
-
getNumbuflush
java.lang.Long getNumbuflush()
Getter for field NUMBUFLUSHNumber of buffer flush requests
The number of times a journal block was written to the MVS log stream or SMF log.
-
getCICSObjectReference
IJournalNameReference getCICSObjectReference()
- Specified by:
getCICSObjectReference
in interfaceICICSObject
- Specified by:
getCICSObjectReference
in interfaceICICSResource
-
-