com.ibm.cics.model.mutable
Interface IMutableLocalFile

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

public interface IMutableLocalFile
extends ILocalFile, IMutableCICSResource

generated from CICS resourcetable LOCFILE


Nested Class Summary
 
Nested classes/interfaces inherited from interface com.ibm.cics.model.ILocalFile
ILocalFile.AccessMethodValue, ILocalFile.AddValue, ILocalFile.BlockFormatValue, ILocalFile.BrowseValue, ILocalFile.ChangeAgentValue, ILocalFile.DeleteValue, ILocalFile.DispositionValue, ILocalFile.DSTypeValue, ILocalFile.EmptyStatusValue, ILocalFile.ExclusiveValue, ILocalFile.ForwardRecoveryStatusValue, ILocalFile.InstallAgentValue, ILocalFile.OpenStatusValue, ILocalFile.RBATypeValue, ILocalFile.ReadIntegrityValue, ILocalFile.ReadValue, ILocalFile.RecordFormatValue, ILocalFile.RecoveryStatusValue, ILocalFile.RelativeAddressingTypeValue, ILocalFile.RLSAccessTypeValue, ILocalFile.StatusValue, ILocalFile.UpdateValue, ILocalFile.VSAMTypeValue
 
Method Summary
 void setAdd(ILocalFile.AddValue _add)
          Setter for field ADD
 void setBrowse(ILocalFile.BrowseValue _browse)
          Setter for field BROWSE
 void setDelete(ILocalFile.DeleteValue _delete)
          Setter for field DELETE
 void setDisposition(ILocalFile.DispositionValue _disposition)
          Setter for field DISPOSITION
 void setDSName(java.lang.String _DSName)
          Setter for field DSNAME
 void setEmptyStatus(ILocalFile.EmptyStatusValue _emptyStatus)
          Setter for field EMPTYSTATUS
 void setExclusive(ILocalFile.ExclusiveValue _exclusive)
          Setter for field EXCLUSIVE
 void setLSRPoolID(java.lang.String _LSRPoolID)
          Setter for field LSRPOOLID
 void setOpenStatus(ILocalFile.OpenStatusValue _openStatus)
          Setter for field OPENSTATUS
 void setRead(ILocalFile.ReadValue _read)
          Setter for field READ
 void setReadIntegrity(ILocalFile.ReadIntegrityValue _readIntegrity)
          Setter for field READINTEG
 void setRLSAccessType(ILocalFile.RLSAccessTypeValue _RLSAccessType)
          Setter for field RLSACCESS
 void setStatus(ILocalFile.StatusValue _status)
          Setter for field ENABLESTATUS
 void setStringCount(java.lang.Long _stringCount)
          Setter for field STRINGS
 void setUpdate(ILocalFile.UpdateValue _update)
          Setter for field UPDATE
 
Methods inherited from interface com.ibm.cics.model.ILocalFile
getAccessMethod, getActiveStringCount, getAdd, getAddCount, getBasdefinever, getBaseDSName, getBlockFormat, getBlockKeyLength, getBlockSize, getBrowse, getBrowseCount, getBrowseUpdateCount, getChangeAgent, getChangeAgentRelease, getChangeTime, getChangeUserID, getCloseTime, getDataBuffers, getDataOperationCount, getDefineSource, getDefineTime, getDelete, getDisposition, getDSName, getDSRecordType, getDSType, getEmptyStatus, getExclusive, getForwardRecoveryStatus, getGMTCloseTime, getGMTOpenTime, getIndexBuffers, getIndexOperationCount, getInstallAgent, getInstallTime, getInstallUserID, getJournalID, getKeyLength, getKeyPosition, getLocalDeleteCount, getLSRPoolID, getName, getOpenStatus, getOpenTime, getPeakStringWaitCount, getRBAType, getRead, getReadCount, getReadIntegrity, getReadUpdateCount, getRecordFormat, getRecordSize, getRecoveryStatus, getRelativeAddressingType, getRLSAccessType, getRLSTimeoutCount, getStatus, getStringCount, getStringWaitCount, getTotalStringWaitCount, getUpdate, getUpdateCount, getVSAMType
 
Methods inherited from interface com.ibm.cics.model.ICICSResource
getCICSRelease, getRegionName
 
Methods inherited from interface com.ibm.cics.model.ICICSResource
getCICSRelease, getRegionName
 

Method Detail

setAdd

void setAdd(ILocalFile.AddValue _add)
Setter for field ADD

See Also:
ILocalFile.getAdd()

setBrowse

void setBrowse(ILocalFile.BrowseValue _browse)
Setter for field BROWSE

See Also:
ILocalFile.getBrowse()

setDelete

void setDelete(ILocalFile.DeleteValue _delete)
Setter for field DELETE

See Also:
ILocalFile.getDelete()

setDisposition

void setDisposition(ILocalFile.DispositionValue _disposition)
Setter for field DISPOSITION

See Also:
ILocalFile.getDisposition()

setDSName

void setDSName(java.lang.String _DSName)
Setter for field DSNAME

See Also:
ILocalFile.getDSName()

setEmptyStatus

void setEmptyStatus(ILocalFile.EmptyStatusValue _emptyStatus)
Setter for field EMPTYSTATUS

See Also:
ILocalFile.getEmptyStatus()

setStatus

void setStatus(ILocalFile.StatusValue _status)
Setter for field ENABLESTATUS

See Also:
ILocalFile.getStatus()

setExclusive

void setExclusive(ILocalFile.ExclusiveValue _exclusive)
Setter for field EXCLUSIVE

See Also:
ILocalFile.getExclusive()

setOpenStatus

void setOpenStatus(ILocalFile.OpenStatusValue _openStatus)
Setter for field OPENSTATUS

See Also:
ILocalFile.getOpenStatus()

setRead

void setRead(ILocalFile.ReadValue _read)
Setter for field READ

See Also:
ILocalFile.getRead()

setStringCount

void setStringCount(java.lang.Long _stringCount)
Setter for field STRINGS

See Also:
ILocalFile.getStringCount()

setUpdate

void setUpdate(ILocalFile.UpdateValue _update)
Setter for field UPDATE

See Also:
ILocalFile.getUpdate()

setLSRPoolID

void setLSRPoolID(java.lang.String _LSRPoolID)
Setter for field LSRPOOLID

See Also:
ILocalFile.getLSRPoolID()

setReadIntegrity

void setReadIntegrity(ILocalFile.ReadIntegrityValue _readIntegrity)
Setter for field READINTEG

See Also:
ILocalFile.getReadIntegrity()

setRLSAccessType

void setRLSAccessType(ILocalFile.RLSAccessTypeValue _RLSAccessType)
Setter for field RLSACCESS

See Also:
ILocalFile.getRLSAccessType()


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