com.ibm.cics.model.mutable
Interface IMutableProgram

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

public interface IMutableProgram
extends IProgram, IMutableCICSResource

generated from CICS resourcetable PROGRAM


Nested Class Summary
 
Nested classes/interfaces inherited from interface com.ibm.cics.model.IProgram
IProgram.APIStatusValue, IProgram.CEDFStatusValue, IProgram.ChangeAgentValue, IProgram.COBOLTypeValue, IProgram.ConcurrencyValue, IProgram.CurrentLocationValue, IProgram.DataLocationValue, IProgram.ExecutionKeyValue, IProgram.ExecutionSetValue, IProgram.HoldStatusValue, IProgram.HotPoolingValue, IProgram.InstallAgentValue, IProgram.LanguageValue, IProgram.LPAStatusValue, IProgram.NewcopyStatusValue, IProgram.ProgramTypeValue, IProgram.RoutingTypeValue, IProgram.RuntimeValue, IProgram.ShareStatusValue
 
Method Summary
 void setCEDFStatus(IProgram.CEDFStatusValue _CEDFStatus)
          Setter for field CEDFSTATUS
 void setExecutionSet(IProgram.ExecutionSetValue _executionSet)
          Setter for field EXECUTIONSET
 void setHotPooling(IProgram.HotPoolingValue _hotPooling)
          Setter for field HOTPOOLING
 void setJVMClass(java.lang.String _JVMClass)
          Setter for field JVMCLASS
 void setJVMProfile(java.lang.String _JVMProfile)
          Setter for field JVMPROFILE
 void setNewcopyStatus(IProgram.NewcopyStatusValue _newcopyStatus)
          Setter for field COPY
 void setRuntime(IProgram.RuntimeValue _runtime)
          Setter for field RUNTIME
 void setShareStatus(IProgram.ShareStatusValue _shareStatus)
          Setter for field SHARESTATUS
 void setStatus(ICICSEnums.EnablementValue _status)
          Setter for field STATUS
 
Methods inherited from interface com.ibm.cics.model.IProgram
getAPIStatus, getAverageLoadTime, getBasdefinever, getCEDFStatus, getChangeAgent, getChangeAgentRelease, getChangeTime, getChangeUserID, getCOBOLType, getConcurrency, getConcurrentUseCount, getCurrentLocation, getDataLocation, getDefineSource, getDefineTime, getDSName, getEntryPoint, getExecutionKey, getExecutionSet, getFetchCount, getFetchTime, getHoldStatus, getHotPooling, getInstallAgent, getInstallTime, getInstallUserID, getIntervalUseCount, getJVMClass, getJVMProfile, getJVMUseCount, getLanguage, getLength, getLibrary, getLoadingRate, getLoadPoint, getLPAStatus, getMirrorTransaction, getName, getNewcopyCount, getNewcopyStatus, getProgramType, getRemoteName, getRemoteSystem, getRemovalRate, getRemoveCount, getRoutingType, getRPLNumber, getRuntime, getShareStatus, getStatus, getUseCount, getUseRate, getUsesPerFetch
 
Methods inherited from interface com.ibm.cics.model.ICICSResource
getCICSRelease, getRegionName
 
Methods inherited from interface com.ibm.cics.model.ICICSResource
getCICSRelease, getRegionName
 

Method Detail

setStatus

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

See Also:
IProgram.getStatus()

setShareStatus

void setShareStatus(IProgram.ShareStatusValue _shareStatus)
Setter for field SHARESTATUS

See Also:
IProgram.getShareStatus()

setCEDFStatus

void setCEDFStatus(IProgram.CEDFStatusValue _CEDFStatus)
Setter for field CEDFSTATUS

See Also:
IProgram.getCEDFStatus()

setExecutionSet

void setExecutionSet(IProgram.ExecutionSetValue _executionSet)
Setter for field EXECUTIONSET

See Also:
IProgram.getExecutionSet()

setNewcopyStatus

void setNewcopyStatus(IProgram.NewcopyStatusValue _newcopyStatus)
Setter for field COPY

See Also:
IProgram.getNewcopyStatus()

setRuntime

void setRuntime(IProgram.RuntimeValue _runtime)
Setter for field RUNTIME

See Also:
IProgram.getRuntime()

setJVMClass

void setJVMClass(java.lang.String _JVMClass)
Setter for field JVMCLASS

See Also:
IProgram.getJVMClass()

setHotPooling

void setHotPooling(IProgram.HotPoolingValue _hotPooling)
Setter for field HOTPOOLING

See Also:
IProgram.getHotPooling()

setJVMProfile

void setJVMProfile(java.lang.String _JVMProfile)
Setter for field JVMPROFILE

See Also:
IProgram.getJVMProfile()


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