com.ibm.cics.model.mutable
Interface IMutablePipeline

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

public interface IMutablePipeline
extends IPipeline, IMutableCICSResource

generated from CICS resourcetable PIPELINE


Nested Class Summary
 
Nested classes/interfaces inherited from interface com.ibm.cics.model.IPipeline
IPipeline.ChangeAgentValue, IPipeline.InstallAgentValue, IPipeline.MTOMStatusValue, IPipeline.OperationModeValue, IPipeline.SendMTOMStatusValue, IPipeline.StatusValue, IPipeline.XOPDirectStatusValue, IPipeline.XOPSupportStatusValue
 
Method Summary
 void setResponseWaitTime(java.lang.Long _responseWaitTime)
          Setter for field RESPWAIT
 void setStatus(IPipeline.StatusValue _status)
          Setter for field ENABLESTATUS
 
Methods inherited from interface com.ibm.cics.model.IPipeline
getBasdefinever, getChangeAgent, getChangeAgentRelease, getChangeTime, getChangeUserID, getConfigurationFile, getContentIDDomain, getDefineSource, getDefineTime, getInstallAgent, getInstallTime, getInstallUserID, getMTOMNoXOPStatus, getMTOMStatus, getName, getOperationMode, getPolicyDirectory, getResponseWaitTime, getSendMTOMStatus, getShelf, getSOAPLevel, getSOAPRelease, getSOAPVersion, getStatus, getUseCount, getWSDirectory, getXOPDirectStatus, getXOPSupportStatus
 
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(IPipeline.StatusValue _status)
Setter for field ENABLESTATUS

See Also:
IPipeline.getStatus()

setResponseWaitTime

void setResponseWaitTime(java.lang.Long _responseWaitTime)
Setter for field RESPWAIT

See Also:
IPipeline.getResponseWaitTime()


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