com.ibm.cics.model.mutable
Interface IMutableDB2Transaction

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

public interface IMutableDB2Transaction
extends IDB2Transaction, IMutableCICSResource

generated from CICS resourcetable DB2TRN


Nested Class Summary
 
Nested classes/interfaces inherited from interface com.ibm.cics.model.IDB2Transaction
IDB2Transaction.ChangeAgentValue, IDB2Transaction.InstallAgentValue
 
Method Summary
 void setDB2Entry(java.lang.String _DB2Entry)
          Setter for field DB2ENTRY
 void setTransaction(java.lang.String _transaction)
          Setter for field TRANSID
 
Methods inherited from interface com.ibm.cics.model.IDB2Transaction
getBasdefinever, getChangeAgent, getChangeAgentRelease, getChangeTime, getChangeUserID, getDB2Entry, getDefineSource, getDefineTime, getInstallAgent, getInstallTime, getInstallUserID, getName, getPlan, getPlanExit, getTransaction
 
Methods inherited from interface com.ibm.cics.model.ICICSResource
getCICSRelease, getRegionName
 
Methods inherited from interface com.ibm.cics.model.ICICSResource
getCICSRelease, getRegionName
 

Method Detail

setDB2Entry

void setDB2Entry(java.lang.String _DB2Entry)
Setter for field DB2ENTRY

See Also:
IDB2Transaction.getDB2Entry()

setTransaction

void setTransaction(java.lang.String _transaction)
Setter for field TRANSID

See Also:
IDB2Transaction.getTransaction()


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