com.ibm.cics.model.mutable
Interface IMutableIPICConnection

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

public interface IMutableIPICConnection
extends IIPICConnection, IMutableCICSResource

generated from CICS resourcetable IPCONN


Nested Class Summary
 
Nested classes/interfaces inherited from interface com.ibm.cics.model.IIPICConnection
IIPICConnection.AutoconnectValue, IIPICConnection.ChangeAgentValue, IIPICConnection.ConnectionStatusValue, IIPICConnection.HosttypeValue, IIPICConnection.IdpropValue, IIPICConnection.InstallAgentValue, IIPICConnection.IpfamilyValue, IIPICConnection.LinkauthValue, IIPICConnection.PendstatusValue, IIPICConnection.PurgetypeValue, IIPICConnection.RecovstatusValue, IIPICConnection.ServiceStatusValue, IIPICConnection.SsltypeValue, IIPICConnection.UowactionValue, IIPICConnection.UserauthValue
 
Method Summary
 void setConnectionStatus(IIPICConnection.ConnectionStatusValue _connectionStatus)
          Setter for field CONNSTATUS
 void setPendstatus(IIPICConnection.PendstatusValue _pendstatus)
          Setter for field PENDSTATUS
 void setPurgetype(IIPICConnection.PurgetypeValue _purgetype)
          Setter for field PURGETYPE
 void setRecovstatus(IIPICConnection.RecovstatusValue _recovstatus)
          Setter for field RECOVSTATUS
 void setServiceStatus(IIPICConnection.ServiceStatusValue _serviceStatus)
          Setter for field SERVSTATUS
 void setUowaction(IIPICConnection.UowactionValue _uowaction)
          Setter for field UOWACTION
 
Methods inherited from interface com.ibm.cics.model.IIPICConnection
getAllcfaillink, getAllcfailoth, getApplID, getAutoconnect, getBasdefinever, getCertificate, getChangeAgent, getChangeAgentRelease, getChangeTime, getChangeUserID, getCiphers, getClientloc, getConnectionStatus, getCrecvsess, getCsendsess, getCurrqueued, getDefineSource, getDefineTime, getExitallcpur, getExitallcqpur, getExitallcrej, getFsicbyterecd, getFsicbytesent, getFsicreqs, getFspcbyterecd, getFspcbytesent, getFspgreqs, getGmtctime, getGmtdtime, getHost, getHosttype, getIdprop, getInstallAgent, getInstallTime, getInstallUserID, getIpfamily, getIpresolved, getLinkauth, getLocctime, getLocdtime, getMaxqtime, getMqtallpurg, getMqtallqpurg, getName, getNetworkid, getNumciphers, getPartner, getPeakqueued, getPendstatus, getPort, getPrecvsess, getPsendsess, getPurgetype, getQlimallocrej, getQueuelimit, getReceivecount, getRecovstatus, getRemtrmstrt, getSecurityname, getSendcount, getServiceStatus, getSsltype, getTcpipService, getTotalloc, getTransattch, getTrbyterecd, getTrbytesent, getTrreqs, getUowaction, getUserauth
 
Methods inherited from interface com.ibm.cics.model.ICICSResource
getCICSRelease, getRegionName
 
Methods inherited from interface com.ibm.cics.model.ICICSResource
getCICSRelease, getRegionName
 

Method Detail

setConnectionStatus

void setConnectionStatus(IIPICConnection.ConnectionStatusValue _connectionStatus)
Setter for field CONNSTATUS

See Also:
IIPICConnection.getConnectionStatus()

setPendstatus

void setPendstatus(IIPICConnection.PendstatusValue _pendstatus)
Setter for field PENDSTATUS

See Also:
IIPICConnection.getPendstatus()

setRecovstatus

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

See Also:
IIPICConnection.getRecovstatus()

setServiceStatus

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

See Also:
IIPICConnection.getServiceStatus()

setPurgetype

void setPurgetype(IIPICConnection.PurgetypeValue _purgetype)
Setter for field PURGETYPE

See Also:
IIPICConnection.getPurgetype()

setUowaction

void setUowaction(IIPICConnection.UowactionValue _uowaction)
Setter for field UOWACTION

See Also:
IIPICConnection.getUowaction()


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