com.ibm.cics.model
Interface IJournalModel

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

public interface IJournalModel
extends ICICSResource, IInstalledCICSResource

generated from CICS resourcetable JRNLMODL


Nested Class Summary
static class IJournalModel.ChangeAgentValue
          Enumeration type for field CHANGEAGENT
static class IJournalModel.InstallAgentValue
          Enumeration type for field INSTALLAGENT
static class IJournalModel.TypeValue
          Enumeration type for field TYPE
 
Field Summary
static java.lang.String COPYRIGHT
           
 
Method Summary
 java.lang.Long getBasdefinever()
          Getter for field BASDEFINEVER
 IJournalModel.ChangeAgentValue getChangeAgent()
          Getter for field CHANGEAGENT
 java.lang.String getChangeAgentRelease()
          Getter for field CHANGEAGREL
 java.util.Date getChangeTime()
          Getter for field CHANGETIME
 java.lang.String getChangeUserID()
          Getter for field CHANGEUSRID
 java.lang.String getDefineSource()
          Getter for field DEFINESOURCE
 java.util.Date getDefineTime()
          Getter for field DEFINETIME
 IJournalModel.InstallAgentValue getInstallAgent()
          Getter for field INSTALLAGENT
 java.util.Date getInstallTime()
          Getter for field INSTALLTIME
 java.lang.String getInstallUserID()
          Getter for field INSTALLUSRID
 java.lang.String getJournalmodel()
          Getter for field JOURNALMODEL
 java.lang.String getJournalname()
          Getter for field JOURNALNAME
 java.lang.String getStreamname()
          Getter for field STREAMNAME
 IJournalModel.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, getObjectType
 

Field Detail

COPYRIGHT

static final java.lang.String COPYRIGHT
See Also:
Constant Field Values
Method Detail

getJournalmodel

java.lang.String getJournalmodel()
Getter for field JOURNALMODEL

Journal model name

The name of the journal model.


getJournalname

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

Journal name

The name of the journal.


getType

IJournalModel.TypeValue getType()
Getter for field TYPE

Log stream type

The type of log stream associated with the journal model.


getStreamname

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

MVS log stream name

The MVS log stream name associated with the journal model.


getChangeAgent

IJournalModel.ChangeAgentValue getChangeAgent()
Getter for field CHANGEAGENT

Last modification agent

The change agent identifier that made the last modification.


getChangeUserID

java.lang.String getChangeUserID()
Getter for field CHANGEUSRID

Last modification user ID

The user ID that made the last modification to the resource definition.


getChangeAgentRelease

java.lang.String getChangeAgentRelease()
Getter for field CHANGEAGREL

Last modification agent release

The CICS release level of the agent that made the last modification to the resource definition.


getChangeTime

java.util.Date getChangeTime()
Getter for field CHANGETIME

Last modification time

The local date and time when the definition was last changed.


getDefineSource

java.lang.String getDefineSource()
Getter for field DEFINESOURCE

Source of the resource definition

The source of the definition, depending on which agent made the last change.


getDefineTime

java.util.Date getDefineTime()
Getter for field DEFINETIME

Creation time

The local date and time when the resource definition record was created on DFHCSD or EYUDREP.


getInstallUserID

java.lang.String getInstallUserID()
Getter for field INSTALLUSRID

Installation user ID

The user ID that installed the resource definition.


getInstallTime

java.util.Date getInstallTime()
Getter for field INSTALLTIME

Installation time

The local date and time when the definition was installed.


getInstallAgent

IJournalModel.InstallAgentValue getInstallAgent()
Getter for field INSTALLAGENT

Installation agent

The install agent identifier that made the installation.


getBasdefinever

java.lang.Long getBasdefinever()
Getter for field BASDEFINEVER

BAS resource definition version

The BAS version number of this definition.



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