com.ibm.cics.model.mutable
Interface IMutableDB2Connection

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

public interface IMutableDB2Connection
extends IDB2Connection, IMutableCICSResource

generated from CICS resourcetable DB2CONN


Nested Class Summary
 
Nested classes/interfaces inherited from interface com.ibm.cics.model.IDB2Connection
IDB2Connection.AccountrecValue, IDB2Connection.AuthtypeValue, IDB2Connection.ChangeAgentValue, IDB2Connection.ComauthtypeValue, IDB2Connection.ConnecterrorValue, IDB2Connection.DrollbackValue, IDB2Connection.InstallAgentValue, IDB2Connection.NontermrelValue, IDB2Connection.PriorityValue, IDB2Connection.ResyncmemberValue, IDB2Connection.StandbymodeValue, IDB2Connection.StatusValue, IDB2Connection.ThreaderrorValue, IDB2Connection.ThreadwaitValue
 
Method Summary
 void setAccountrec(IDB2Connection.AccountrecValue _accountrec)
          Setter for field ACCOUNTREC
 void setAuthid(java.lang.String _authid)
          Setter for field AUTHID
 void setAuthtype(IDB2Connection.AuthtypeValue _authtype)
          Setter for field AUTHTYPE
 void setComauthid(java.lang.String _comauthid)
          Setter for field COMAUTHID
 void setComauthtype(IDB2Connection.ComauthtypeValue _comauthtype)
          Setter for field COMAUTHTYPE
 void setComthreadlim(java.lang.Long _comthreadlim)
          Setter for field COMTHREADLIM
 void setConnecterror(IDB2Connection.ConnecterrorValue _connecterror)
          Setter for field CONNECTERROR
 void setDataSharingGroupID(java.lang.String _dataSharingGroupID)
          Setter for field DB2GROUPID
 void setMsgqueue1(java.lang.String _msgqueue1)
          Setter for field MSGQUEUE1
 void setMsgqueue2(java.lang.String _msgqueue2)
          Setter for field MSGQUEUE2
 void setMsgqueue3(java.lang.String _msgqueue3)
          Setter for field MSGQUEUE3
 void setNontermrel(IDB2Connection.NontermrelValue _nontermrel)
          Setter for field NONTERMREL
 void setPlan(java.lang.String _plan)
          Setter for field PLAN
 void setPlanexitname(java.lang.String _planexitname)
          Setter for field PLANEXITNAME
 void setPriority(IDB2Connection.PriorityValue _priority)
          Setter for field PRIORITY
 void setPurgecyclem(java.lang.Long _purgecyclem)
          Setter for field PURGECYCLEM
 void setPurgecycles(java.lang.Long _purgecycles)
          Setter for field PURGECYCLES
 void setResyncmember(IDB2Connection.ResyncmemberValue _resyncmember)
          Setter for field RESYNCMEMBER
 void setSignid(java.lang.String _signid)
          Setter for field SIGNID
 void setStandbymode(IDB2Connection.StandbymodeValue _standbymode)
          Setter for field STANDBYMODE
 void setStatsqueue(java.lang.String _statsqueue)
          Setter for field STATSQUEUE
 void setStatus(IDB2Connection.StatusValue _status)
          Setter for field CONNECTST
 void setSubsystemID(java.lang.String _subsystemID)
          Setter for field DB2ID
 void setTCBLimit(java.lang.Long _TCBLimit)
          Setter for field TCBLIMIT
 void setThreadlimit(java.lang.Long _threadlimit)
          Setter for field THREADLIMIT
 void setThreadwait(IDB2Connection.ThreadwaitValue _threadwait)
          Setter for field THREADWAIT
 
Methods inherited from interface com.ibm.cics.model.IDB2Connection
getAccountrec, getAuthid, getAuthtype, getBasdefinever, getCcalls, getChangeAgent, getChangeAgentRelease, getChangeTime, getChangeUserID, getComauthid, getComauthtype, getComthreadlim, getComthreads, getConnecterror, getCsignons, getCtcurr, getCthwm, getCtimegmt, getCtimeloc, getCtlimit, getCtoverf, getCtterm, getCurrentTCBs, getDataSharingGroupID, getDefineSource, getDefineTime, getDrollback, getDtimegmt, getDtimeloc, getInstallAgent, getInstallTime, getInstallUserID, getMsgqueue1, getMsgqueue2, getMsgqueue3, getName, getNontermrel, getPaborts, getPcalls, getPcommits, getPlan, getPlanexitname, getPriority, getPrqcur, getPrqhwm, getPsignons, getPsphase, getPtcurr, getPthwm, getPtlimit, getPtreuse, getPtterm, getPtwait, getPurgecyclem, getPurgecycles, getPxcurr, getPxhwm, getPxtotal, getRelease, getResyncmember, getSignid, getStandbymode, getStatsqueue, getStatus, getSubsystemID, getTcbfree, getTCBLimit, getTcbrdyqcurr, getTcbrdyqhwm, getTcurr, getThreaderror, getThreadlimit, getThreads, getThreadwait, getThwm, getTlimit
 
Methods inherited from interface com.ibm.cics.model.ICICSResource
getCICSRelease, getRegionName
 
Methods inherited from interface com.ibm.cics.model.ICICSResource
getCICSRelease, getRegionName
 

Method Detail

setAccountrec

void setAccountrec(IDB2Connection.AccountrecValue _accountrec)
Setter for field ACCOUNTREC

See Also:
IDB2Connection.getAccountrec()

setAuthid

void setAuthid(java.lang.String _authid)
Setter for field AUTHID

See Also:
IDB2Connection.getAuthid()

setAuthtype

void setAuthtype(IDB2Connection.AuthtypeValue _authtype)
Setter for field AUTHTYPE

See Also:
IDB2Connection.getAuthtype()

setComthreadlim

void setComthreadlim(java.lang.Long _comthreadlim)
Setter for field COMTHREADLIM

See Also:
IDB2Connection.getComthreadlim()

setComauthid

void setComauthid(java.lang.String _comauthid)
Setter for field COMAUTHID

See Also:
IDB2Connection.getComauthid()

setComauthtype

void setComauthtype(IDB2Connection.ComauthtypeValue _comauthtype)
Setter for field COMAUTHTYPE

See Also:
IDB2Connection.getComauthtype()

setConnecterror

void setConnecterror(IDB2Connection.ConnecterrorValue _connecterror)
Setter for field CONNECTERROR

See Also:
IDB2Connection.getConnecterror()

setStatus

void setStatus(IDB2Connection.StatusValue _status)
Setter for field CONNECTST

See Also:
IDB2Connection.getStatus()

setSubsystemID

void setSubsystemID(java.lang.String _subsystemID)
Setter for field DB2ID

See Also:
IDB2Connection.getSubsystemID()

setMsgqueue1

void setMsgqueue1(java.lang.String _msgqueue1)
Setter for field MSGQUEUE1

See Also:
IDB2Connection.getMsgqueue1()

setMsgqueue2

void setMsgqueue2(java.lang.String _msgqueue2)
Setter for field MSGQUEUE2

See Also:
IDB2Connection.getMsgqueue2()

setMsgqueue3

void setMsgqueue3(java.lang.String _msgqueue3)
Setter for field MSGQUEUE3

See Also:
IDB2Connection.getMsgqueue3()

setNontermrel

void setNontermrel(IDB2Connection.NontermrelValue _nontermrel)
Setter for field NONTERMREL

See Also:
IDB2Connection.getNontermrel()

setPlan

void setPlan(java.lang.String _plan)
Setter for field PLAN

See Also:
IDB2Connection.getPlan()

setPlanexitname

void setPlanexitname(java.lang.String _planexitname)
Setter for field PLANEXITNAME

See Also:
IDB2Connection.getPlanexitname()

setPriority

void setPriority(IDB2Connection.PriorityValue _priority)
Setter for field PRIORITY

See Also:
IDB2Connection.getPriority()

setPurgecyclem

void setPurgecyclem(java.lang.Long _purgecyclem)
Setter for field PURGECYCLEM

See Also:
IDB2Connection.getPurgecyclem()

setPurgecycles

void setPurgecycles(java.lang.Long _purgecycles)
Setter for field PURGECYCLES

See Also:
IDB2Connection.getPurgecycles()

setSignid

void setSignid(java.lang.String _signid)
Setter for field SIGNID

See Also:
IDB2Connection.getSignid()

setStatsqueue

void setStatsqueue(java.lang.String _statsqueue)
Setter for field STATSQUEUE

See Also:
IDB2Connection.getStatsqueue()

setTCBLimit

void setTCBLimit(java.lang.Long _TCBLimit)
Setter for field TCBLIMIT

See Also:
IDB2Connection.getTCBLimit()

setThreadwait

void setThreadwait(IDB2Connection.ThreadwaitValue _threadwait)
Setter for field THREADWAIT

See Also:
IDB2Connection.getThreadwait()

setThreadlimit

void setThreadlimit(java.lang.Long _threadlimit)
Setter for field THREADLIMIT

See Also:
IDB2Connection.getThreadlimit()

setStandbymode

void setStandbymode(IDB2Connection.StandbymodeValue _standbymode)
Setter for field STANDBYMODE

See Also:
IDB2Connection.getStandbymode()

setDataSharingGroupID

void setDataSharingGroupID(java.lang.String _dataSharingGroupID)
Setter for field DB2GROUPID

See Also:
IDB2Connection.getDataSharingGroupID()

setResyncmember

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

See Also:
IDB2Connection.getResyncmember()


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