com.ibm.cics.model
Interface IProcessType

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

public interface IProcessType
extends ICICSResource, IInstalledCICSResource

generated from CICS resourcetable PROCTYP


Nested Class Summary
static class IProcessType.AuditLevelValue
          Enumeration type for field AUDITLEV
static class IProcessType.ChangeAgentValue
          Enumeration type for field CHANGEAGENT
static class IProcessType.InstallAgentValue
          Enumeration type for field INSTALLAGENT
 
Field Summary
static java.lang.String COPYRIGHT
           
 
Method Summary
 IProcessType.AuditLevelValue getAuditLevel()
          Getter for field AUDITLEV
 java.lang.String getAuditLog()
          Getter for field AUDITLOG
 java.lang.Long getBasdefinever()
          Getter for field BASDEFINEVER
 IProcessType.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
 java.lang.String getFile()
          Getter for field FILE
 IProcessType.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 getName()
          Getter for field NAME
 ICICSEnums.EnablementValue getStatus()
          Getter for field ENASTAT
 
Methods inherited from interface com.ibm.cics.model.ICICSResource
getCICSRelease, getRegionName
 
Methods inherited from interface com.ibm.cics.model.ICICSObject
getCICSType, getObjectType
 

Field Detail

COPYRIGHT

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

getName

java.lang.String getName()
Getter for field NAME

BTS process type

The name of the CICS BTS process type.

Specified by:
getName in interface ICICSObject

getFile

java.lang.String getFile()
Getter for field FILE

File name

The name of the file that this CICS BTS process type uses for storing process status data.


getAuditLog

java.lang.String getAuditLog()
Getter for field AUDITLOG

Audit log name

The name of the audit log used for this process type.


getAuditLevel

IProcessType.AuditLevelValue getAuditLevel()
Getter for field AUDITLEV

Audit level

The audit level associated with the current definition. Valid values are :


getStatus

ICICSEnums.EnablementValue getStatus()
Getter for field ENASTAT

Enable status

The enabled status for the CICS BTS process type. Valid values are ENABLED or DISABLED.


getChangeAgent

IProcessType.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

IProcessType.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.