com.ibm.cics.model.mutable
Interface IMutableLibrary

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

public interface IMutableLibrary
extends ILibrary, IMutableCICSResource

generated from CICS resourcetable LIBRARY


Nested Class Summary
 
Nested classes/interfaces inherited from interface com.ibm.cics.model.ILibrary
ILibrary.ChangeAgentValue, ILibrary.CriticalStatusValue, ILibrary.EnableStatusValue, ILibrary.InstallAgentValue
 
Method Summary
 void setCriticalStatus(ILibrary.CriticalStatusValue _criticalStatus)
          Setter for field CRITSTATUS
 void setEnableStatus(ILibrary.EnableStatusValue _enableStatus)
          Setter for field ENABLESTATUS
 void setRanking(java.lang.Long _ranking)
          Setter for field RANKING
 
Methods inherited from interface com.ibm.cics.model.ILibrary
getBasdefinever, getChangeAgent, getChangeAgentRelease, getChangeTime, getChangeUserID, getCriticalStatus, getDefineSource, getDefineTime, getEnableStatus, getInstallAgent, getInstallTime, getInstallUserID, getName, getNumdsnames, getPgmloadcnt, getRanking, getSearchPosition
 
Methods inherited from interface com.ibm.cics.model.ICICSResource
getCICSRelease, getRegionName
 
Methods inherited from interface com.ibm.cics.model.ICICSResource
getCICSRelease, getRegionName
 

Method Detail

setRanking

void setRanking(java.lang.Long _ranking)
Setter for field RANKING

See Also:
ILibrary.getRanking()

setCriticalStatus

void setCriticalStatus(ILibrary.CriticalStatusValue _criticalStatus)
Setter for field CRITSTATUS

See Also:
ILibrary.getCriticalStatus()

setEnableStatus

void setEnableStatus(ILibrary.EnableStatusValue _enableStatus)
Setter for field ENABLESTATUS

See Also:
ILibrary.getEnableStatus()


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