com.ibm.cics.model.mutable
Interface IMutableWMQConnection

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

public interface IMutableWMQConnection
extends IWMQConnection, IMutableCICSResource

generated from CICS resourcetable MQCON


Nested Class Summary
 
Nested classes/interfaces inherited from interface com.ibm.cics.model.IWMQConnection
IWMQConnection.ChangeAgentValue, IWMQConnection.ConnectstValue, IWMQConnection.InstallAgentValue, IWMQConnection.ResyncmemberValue
 
Method Summary
 void setMqname(java.lang.String _mqname)
          Setter for field MQNAME
 void setResyncmember(IWMQConnection.ResyncmemberValue _resyncmember)
          Setter for field RESYNCMEMBER
 
Methods inherited from interface com.ibm.cics.model.IWMQConnection
getBasdefinever, getChangeAgent, getChangeAgentRelease, getChangeTime, getChangeUserID, getConnectst, getDefineSource, getDefineTime, getInstallAgent, getInstallTime, getInstallUserID, getMqggmtconn, getMqggmtdisc, getMqgindbtuow, getMqginitq, getMqglocconn, getMqglocdisc, getMqgresbacuw, getMqgrescomuw, getMqgt2pcomm, getMqgtapi, getMqgtapiok, getMqgtbackuow, getMqgtbufmh, getMqgtcall, getMqgtcallio, getMqgtcallsync, getMqgtcb, getMqgtclose, getMqgtcommuow, getMqgtconsume, getMqgtcrtmh, getMqgtctl, getMqgtdltmh, getMqgtdltmp, getMqgtfutatt, getMqgtget, getMqgtgetwait, getMqgtinq, getMqgtinqmp, getMqgtmhbuf, getMqgtopen, getMqgtput, getMqgtput1, getMqgtset, getMqgtsetmp, getMqgtspcomm, getMqgtstat, getMqgtsub, getMqgtsubrq, getMqgtsubtask, getMqgttaskend, getMqgtwaitmsg, getMqgunresuow, getMqname, getMqqmgr, getMqrelease, getName, getResyncmember, getTasks, getTrigmontasks
 
Methods inherited from interface com.ibm.cics.model.ICICSResource
getCICSRelease, getRegionName
 
Methods inherited from interface com.ibm.cics.model.ICICSResource
getCICSRelease, getRegionName
 

Method Detail

setMqname

void setMqname(java.lang.String _mqname)
Setter for field MQNAME

See Also:
IWMQConnection.getMqname()

setResyncmember

void setResyncmember(IWMQConnection.ResyncmemberValue _resyncmember)
Setter for field RESYNCMEMBER

See Also:
IWMQConnection.getResyncmember()


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