com.ibm.cics.model.mutable
Interface IMutableProcessType

All Superinterfaces:
ICICSObject, ICICSResource, IInstalledCICSResource, IMutableCICSResource, IProcessType

public interface IMutableProcessType
extends IProcessType, IMutableCICSResource

generated from CICS resourcetable PROCTYP


Nested Class Summary
 
Nested classes/interfaces inherited from interface com.ibm.cics.model.IProcessType
IProcessType.AuditLevelValue, IProcessType.ChangeAgentValue, IProcessType.InstallAgentValue
 
Method Summary
 void setAuditLevel(IProcessType.AuditLevelValue _auditLevel)
          Setter for field AUDITLEV
 void setStatus(ICICSEnums.EnablementValue _status)
          Setter for field ENASTAT
 
Methods inherited from interface com.ibm.cics.model.IProcessType
getAuditLevel, getAuditLog, getBasdefinever, getChangeAgent, getChangeAgentRelease, getChangeTime, getChangeUserID, getDefineSource, getDefineTime, getFile, getInstallAgent, getInstallTime, getInstallUserID, getName, getStatus
 
Methods inherited from interface com.ibm.cics.model.ICICSResource
getCICSRelease, getRegionName
 
Methods inherited from interface com.ibm.cics.model.ICICSResource
getCICSRelease, getRegionName
 

Method Detail

setAuditLevel

void setAuditLevel(IProcessType.AuditLevelValue _auditLevel)
Setter for field AUDITLEV

See Also:
IProcessType.getAuditLevel()

setStatus

void setStatus(ICICSEnums.EnablementValue _status)
Setter for field ENASTAT

See Also:
IProcessType.getStatus()


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