com.ibm.cics.model.mutable
Interface IMutableRemoteTransaction

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

public interface IMutableRemoteTransaction
extends IRemoteTransaction, IMutableCICSResource

generated from CICS resourcetable REMTRAN


Nested Class Summary
 
Nested classes/interfaces inherited from interface com.ibm.cics.model.IRemoteTransaction
IRemoteTransaction.ChangeAgentValue, IRemoteTransaction.InstallAgentValue, IRemoteTransaction.PurgeabilityValue, IRemoteTransaction.RoutingValue, IRemoteTransaction.ScreenSizeValue
 
Method Summary
 void setPriority(java.lang.Long _priority)
          Setter for field PRIORITY
 void setPurgeability(IRemoteTransaction.PurgeabilityValue _purgeability)
          Setter for field PURGEABILITY
 void setStatus(ICICSEnums.EnablementValue _status)
          Setter for field STATUS
 void setTransactionClass(java.lang.String _transactionClass)
          Setter for field TRANCLASS
 
Methods inherited from interface com.ibm.cics.model.IRemoteTransaction
getBasdefinever, getChangeAgent, getChangeAgentRelease, getChangeTime, getChangeUserID, getDefineSource, getDefineTime, getInstallAgent, getInstallTime, getInstallUserID, getName, getPriority, getProfile, getPurgeability, getReadTimeout, getRemoteName, getRemoteStartCount, getRemoteSystem, getRemoteUseCount, getRouting, getScreenSize, getStatus, getTransactionClass, getTransactionRoutingProfile, getUseCount
 
Methods inherited from interface com.ibm.cics.model.ICICSResource
getCICSRelease, getRegionName
 
Methods inherited from interface com.ibm.cics.model.ICICSResource
getCICSRelease, getRegionName
 

Method Detail

setPriority

void setPriority(java.lang.Long _priority)
Setter for field PRIORITY

See Also:
IRemoteTransaction.getPriority()

setPurgeability

void setPurgeability(IRemoteTransaction.PurgeabilityValue _purgeability)
Setter for field PURGEABILITY

See Also:
IRemoteTransaction.getPurgeability()

setStatus

void setStatus(ICICSEnums.EnablementValue _status)
Setter for field STATUS

See Also:
IRemoteTransaction.getStatus()

setTransactionClass

void setTransactionClass(java.lang.String _transactionClass)
Setter for field TRANCLASS

See Also:
IRemoteTransaction.getTransactionClass()


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