com.ibm.cics.model.mutable
Interface IMutableExtrapartitionTDQueue

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

public interface IMutableExtrapartitionTDQueue
extends IExtrapartitionTDQueue, IMutableCICSResource

generated from CICS resourcetable EXTRATDQ


Nested Class Summary
 
Nested classes/interfaces inherited from interface com.ibm.cics.model.IExtrapartitionTDQueue
IExtrapartitionTDQueue.BlockFormatValue, IExtrapartitionTDQueue.ChangeAgentValue, IExtrapartitionTDQueue.DispositionValue, IExtrapartitionTDQueue.EmptyStatusValue, IExtrapartitionTDQueue.ErrorOptionValue, IExtrapartitionTDQueue.InstallAgentValue, IExtrapartitionTDQueue.IOTypeValue, IExtrapartitionTDQueue.OpenStatusValue, IExtrapartitionTDQueue.PrintControlValue, IExtrapartitionTDQueue.RecordFormatValue, IExtrapartitionTDQueue.RewindValue, IExtrapartitionTDQueue.StatusValue
 
Method Summary
 void setOpenStatus(IExtrapartitionTDQueue.OpenStatusValue _openStatus)
          Setter for field OPENSTATUS
 void setStatus(IExtrapartitionTDQueue.StatusValue _status)
          Setter for field ENABLESTATUS
 
Methods inherited from interface com.ibm.cics.model.IExtrapartitionTDQueue
getBasdefinever, getBlockFormat, getBlockSize, getChangeAgent, getChangeAgentRelease, getChangeTime, getChangeUserID, getDataBuffers, getDDName, getDefineSource, getDefineTime, getDisposition, getDSName, getEmptyStatus, getErrorOption, getInstallAgent, getInstallTime, getInstallUserID, getIOType, getMember, getName, getOpenStatus, getPrintControl, getRecordFormat, getRecordLength, getRequestCount, getRewind, getStatus, getSysoutClass
 
Methods inherited from interface com.ibm.cics.model.ICICSResource
getCICSRelease, getRegionName
 
Methods inherited from interface com.ibm.cics.model.ICICSResource
getCICSRelease, getRegionName
 

Method Detail

setStatus

void setStatus(IExtrapartitionTDQueue.StatusValue _status)
Setter for field ENABLESTATUS

See Also:
IExtrapartitionTDQueue.getStatus()

setOpenStatus

void setOpenStatus(IExtrapartitionTDQueue.OpenStatusValue _openStatus)
Setter for field OPENSTATUS

See Also:
IExtrapartitionTDQueue.getOpenStatus()


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