com.ibm.cics.model.mutable
Interface IMutableConnection

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

public interface IMutableConnection
extends IConnection, IMutableCICSResource

generated from CICS resourcetable CONNECT


Nested Class Summary
 
Nested classes/interfaces inherited from interface com.ibm.cics.model.IConnection
IConnection.AccessmethodValue, IConnection.AutostatusValue, IConnection.ChangeAgentValue, IConnection.ConntypeValue, IConnection.ExittracingValue, IConnection.InstallAgentValue, IConnection.PendingStatusValue, IConnection.ProtocolValue, IConnection.RecovstatusValue, IConnection.ServiceStatusValue, IConnection.StatusValue, IConnection.TypeValue, IConnection.XlnstatusValue, IConnection.ZcptracingValue
 
Method Summary
 void setExittracing(IConnection.ExittracingValue _exittracing)
          Setter for field EXITTRACING
 void setPendingStatus(IConnection.PendingStatusValue _pendingStatus)
          Setter for field PENDSTATUS
 void setRecovstatus(IConnection.RecovstatusValue _recovstatus)
          Setter for field RECOVSTATUS
 void setServiceStatus(IConnection.ServiceStatusValue _serviceStatus)
          Setter for field SERVSTATUS
 void setStatus(IConnection.StatusValue _status)
          Setter for field CONNSTATUS
 void setZcptracing(IConnection.ZcptracingValue _zcptracing)
          Setter for field ZCPTRACING
 
Methods inherited from interface com.ibm.cics.model.IConnection
getAccessmethod, getAids, getAllocates, getAllocqlimit, getAtisbpri, getAtisbsec, getAutostatus, getBasdefinever, getBidssent, getChangeAgent, getChangeAgentRelease, getChangeTime, getChangeUserID, getConcurbids, getConncreatime, getConndeletime, getConntype, getDefineSource, getDefineTime, getDlifuncship, getDplfuncship, getEsticchnl, getEsticchnrcvd, getEsticchnsent, getEstpcchnl, getEstpcchnrcvd, getEstpcchnsent, getEsttcchnl, getEsttcchnrcvd, getEsttcchnsent, getExit_rejallc, getExittracing, getFailedothers, getFailinkalloc, getFcfuncship, getGmtcreatime, getGmtdeletime, getGrname, getIcfuncship, getInstallAgent, getInstallTime, getInstallUserID, getLinksystem, getMaxbids, getMaxprimaries, getMaxqtallcprg, getMaxqtime, getMaxqtpurgcnt, getMaxsecond, getMembername, getName, getNetName, getNonspecaids, getNqname, getOutsalloc, getPendingStatus, getPricurrused, getProtocol, getQuedallocate, getReceivecount, getRecovstatus, getRemotename, getRemotesysnet, getRemotesystem, getSeccurrused, getSendcount, getServiceStatus, getStatus, getTdfuncship, getTermsharereq, getTsfuncship, getType, getXlnstatus, getXziqallcprg, getXziqprgcnt, getXziqrejs, getZcptracing
 
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(IConnection.StatusValue _status)
Setter for field CONNSTATUS

See Also:
IConnection.getStatus()

setExittracing

void setExittracing(IConnection.ExittracingValue _exittracing)
Setter for field EXITTRACING

See Also:
IConnection.getExittracing()

setServiceStatus

void setServiceStatus(IConnection.ServiceStatusValue _serviceStatus)
Setter for field SERVSTATUS

See Also:
IConnection.getServiceStatus()

setPendingStatus

void setPendingStatus(IConnection.PendingStatusValue _pendingStatus)
Setter for field PENDSTATUS

See Also:
IConnection.getPendingStatus()

setZcptracing

void setZcptracing(IConnection.ZcptracingValue _zcptracing)
Setter for field ZCPTRACING

See Also:
IConnection.getZcptracing()

setRecovstatus

void setRecovstatus(IConnection.RecovstatusValue _recovstatus)
Setter for field RECOVSTATUS

See Also:
IConnection.getRecovstatus()


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