com.ibm.cics.model.mutable
Interface IMutableLocalTransaction

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

public interface IMutableLocalTransaction
extends ILocalTransaction, IMutableCICSResource

generated from CICS resourcetable LOCTRAN


Nested Class Summary
 
Nested classes/interfaces inherited from interface com.ibm.cics.model.ILocalTransaction
ILocalTransaction.ChangeAgentValue, ILocalTransaction.CommandSecurityValue, ILocalTransaction.DataIsolationValue, ILocalTransaction.DumpingValue, ILocalTransaction.IndoubtValue, ILocalTransaction.IndoubtWaitValue, ILocalTransaction.InstallAgentValue, ILocalTransaction.PurgeabilityValue, ILocalTransaction.ResourceSecurityValue, ILocalTransaction.RoutingStatusValue, ILocalTransaction.RoutingValue, ILocalTransaction.RunawayTypeValue, ILocalTransaction.ScreenSizeValue, ILocalTransaction.ShutdownValue, ILocalTransaction.StorageClearanceValue, ILocalTransaction.TaskDataKeyValue, ILocalTransaction.TaskDataLocationValue, ILocalTransaction.TracingValue
 
Method Summary
 void setDumping(ILocalTransaction.DumpingValue _dumping)
          Setter for field DUMPING
 void setPriority(java.lang.Long _priority)
          Setter for field PRIORITY
 void setPurgeability(ILocalTransaction.PurgeabilityValue _purgeability)
          Setter for field PURGEABILITY
 void setRunawayTime(java.lang.Long _runawayTime)
          Setter for field RUNAWAY
 void setRunawayType(ILocalTransaction.RunawayTypeValue _runawayType)
          Setter for field RUNAWAYTYPE
 void setShutdown(ILocalTransaction.ShutdownValue _shutdown)
          Setter for field SHUTDOWN
 void setStatus(ICICSEnums.EnablementValue _status)
          Setter for field STATUS
 void setTracing(ILocalTransaction.TracingValue _tracing)
          Setter for field TRACING
 void setTransactionClass(java.lang.String _transactionClass)
          Setter for field TRANCLASS
 
Methods inherited from interface com.ibm.cics.model.ILocalTransaction
getBasdefinever, getBridgeExitProgram, getChangeAgent, getChangeAgentRelease, getChangeTime, getChangeUserID, getCommandSecurity, getDataIsolation, getDeadlockTimeout, getDefineSource, getDefineTime, getDumping, getFacilityLike, getIndoubt, getIndoubtActionMismatchCount, getIndoubtWait, getIndoubtWaitCount, getIndoubtWaitTime, getInstallAgent, getInstallTime, getInstallUserID, getLocalUseCount, getName, getOperatorForcedActionCount, getOtherForcedActionCount, getOTSTimeout, getPriority, getProfile, getProgram, getPurgeability, getReadTimeout, getRemoteCount, getRemoteName, getRemoteStartCount, getRemoteSystem, getResourceSecurity, getRestartCount, getRouting, getRoutingStatus, getRunawayTime, getRunawayType, getScreenSize, getShutdown, getStatus, getStorageClearance, getStorageViolationCount, getTaskDataKey, getTaskDataLocation, getTimeoutForcedActionCount, getTracing, getTransactionClass, getTransactionForcedActionCount, getTransactionRoutingProfile, getTWASize, getUseCount, getWaitForcedActionCount
 
Methods inherited from interface com.ibm.cics.model.ICICSResource
getCICSRelease, getRegionName
 
Methods inherited from interface com.ibm.cics.model.ICICSResource
getCICSRelease, getRegionName
 

Method Detail

setDumping

void setDumping(ILocalTransaction.DumpingValue _dumping)
Setter for field DUMPING

See Also:
ILocalTransaction.getDumping()

setPriority

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

See Also:
ILocalTransaction.getPriority()

setPurgeability

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

See Also:
ILocalTransaction.getPurgeability()

setStatus

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

See Also:
ILocalTransaction.getStatus()

setTracing

void setTracing(ILocalTransaction.TracingValue _tracing)
Setter for field TRACING

See Also:
ILocalTransaction.getTracing()

setRunawayTime

void setRunawayTime(java.lang.Long _runawayTime)
Setter for field RUNAWAY

See Also:
ILocalTransaction.getRunawayTime()

setRunawayType

void setRunawayType(ILocalTransaction.RunawayTypeValue _runawayType)
Setter for field RUNAWAYTYPE

See Also:
ILocalTransaction.getRunawayType()

setShutdown

void setShutdown(ILocalTransaction.ShutdownValue _shutdown)
Setter for field SHUTDOWN

See Also:
ILocalTransaction.getShutdown()

setTransactionClass

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

See Also:
ILocalTransaction.getTransactionClass()


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