com.ibm.cics.model
Interface IJournalName

All Superinterfaces:
ICICSObject, ICICSResource, IInstalledCICSResource, com.ibm.cics.model.meta.ITypedObject

public interface IJournalName
extends ICICSResource, IInstalledCICSResource

generated from CICS resourcetable JRNLNAME


Nested Class Summary
static class IJournalName.StatusValue
          Enumeration type for field STATUS
static 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
<From extends ICICSObject>
ICICSObjectListFactory<From>
findReferences(IReferenceAttribute<From,IJournalName> referenceAttribute)
          Returns an ICICSObjectListFactory that can be used to retrieve all objects that reference this ICICSObject by the supplied IReferenceAttribute.
 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
 
Methods inherited from interface com.ibm.cics.model.ICICSResource
getCICSRelease, getRegionName
 
Methods inherited from interface com.ibm.cics.model.ICICSObject
getCICSType, getName
 
Methods inherited from interface com.ibm.cics.model.meta.ITypedObject
getAttributeValue
 

Method Detail

getObjectType

ICICSType<IJournalName> getObjectType()
Specified by:
getObjectType in interface ICICSObject
Specified by:
getObjectType in interface com.ibm.cics.model.meta.ITypedObject

getJournalname

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

Journal name

The 8 character journal name.


getStatus

IJournalName.StatusValue getStatus()
Getter for field STATUS

Journal status

The status of the journal: DISABLED, ENABLED, or FAILED.


getType

IJournalName.TypeValue getType()
Getter for field TYPE

Log stream type

The type of journal: MVS, SMF, or DUMMY.


getStreamname

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

MVS log stream name

For MVS type journals, the log stream name associated with the journal.


getNumwrites

java.lang.Long getNumwrites()
Getter for field NUMWRITES

Number of journal writes

The number of times a journal record was written to the journal.


getNumbytes

java.lang.Long getNumbytes()
Getter for field NUMBYTES

Total number of bytes written

The total number of bytes written to the journal.


getNumbuflush

java.lang.Long getNumbuflush()
Getter for field NUMBUFLUSH

Number 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 interface ICICSObject

findReferences

<From extends ICICSObject> ICICSObjectListFactory<From> findReferences(IReferenceAttribute<From,IJournalName> referenceAttribute)
Returns an ICICSObjectListFactory that can be used to retrieve all objects that reference this ICICSObject by the supplied IReferenceAttribute. The list factory can be activated by the caller when necessary. This method does not perform any I/O.



Copyright © 2008-2013 IBM Corp. All Rights Reserved.