com.ibm.cics.model.mutable
Interface IMutableTransactionClass

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

public interface IMutableTransactionClass
extends ITransactionClass, IMutableCICSResource

generated from CICS resourcetable TRANCLAS


Nested Class Summary
 
Nested classes/interfaces inherited from interface com.ibm.cics.model.ITransactionClass
ITransactionClass.ChangeAgentValue, ITransactionClass.InstallAgentValue
 
Method Summary
 void setMaxActiveTrans(java.lang.Long _maxActiveTrans)
          Setter for field MAXACTIVE
 void setPurgethresh(java.lang.Long _purgethresh)
          Setter for field PURGETHRESH
 
Methods inherited from interface com.ibm.cics.model.ITransactionClass
getAcceptaftrqd, getAcceptimmed, getActiveTrans, getAttaches, getBasdefinever, getChangeAgent, getChangeAgentRelease, getChangeTime, getChangeUserID, getCurquedtime, getDefineSource, getDefineTime, getInstallAgent, getInstalldefs, getInstallTime, getInstallUserID, getMaxActiveTrans, getMaxReachedCount, getName, getPeakActiveTrans, getPurgeimmed, getPurgethresh, getPurgewhileqd, getPurgthrtimes, getQueued, getQueuedpeak, getQueuetime, getTotquedcnt
 
Methods inherited from interface com.ibm.cics.model.ICICSResource
getCICSRelease, getRegionName
 
Methods inherited from interface com.ibm.cics.model.ICICSResource
getCICSRelease, getRegionName
 

Method Detail

setMaxActiveTrans

void setMaxActiveTrans(java.lang.Long _maxActiveTrans)
Setter for field MAXACTIVE

See Also:
ITransactionClass.getMaxActiveTrans()

setPurgethresh

void setPurgethresh(java.lang.Long _purgethresh)
Setter for field PURGETHRESH

See Also:
ITransactionClass.getPurgethresh()


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