|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ILibrary
generated from CICS resourcetable LIBRARY
Nested Class Summary | |
---|---|
static class |
ILibrary.ChangeAgentValue
Enumeration type for field CHANGEAGENT |
static class |
ILibrary.CriticalStatusValue
Enumeration type for field CRITSTATUS |
static class |
ILibrary.EnableStatusValue
Enumeration type for field ENABLESTATUS |
static class |
ILibrary.InstallAgentValue
Enumeration type for field INSTALLAGENT |
Field Summary | |
---|---|
static java.lang.String |
COPYRIGHT
|
Method Summary | |
---|---|
java.lang.Long |
getBasdefinever()
Getter for field BASDEFINEVER |
ILibrary.ChangeAgentValue |
getChangeAgent()
Getter for field CHANGEAGENT |
java.lang.String |
getChangeAgentRelease()
Getter for field CHANGEAGREL |
java.util.Date |
getChangeTime()
Getter for field CHANGETIME |
java.lang.String |
getChangeUserID()
Getter for field CHANGEUSRID |
ILibrary.CriticalStatusValue |
getCriticalStatus()
Getter for field CRITSTATUS |
java.lang.String |
getDefineSource()
Getter for field DEFINESOURCE |
java.util.Date |
getDefineTime()
Getter for field DEFINETIME |
ILibrary.EnableStatusValue |
getEnableStatus()
Getter for field ENABLESTATUS |
ILibrary.InstallAgentValue |
getInstallAgent()
Getter for field INSTALLAGENT |
java.util.Date |
getInstallTime()
Getter for field INSTALLTIME |
java.lang.String |
getInstallUserID()
Getter for field INSTALLUSRID |
java.lang.String |
getName()
Getter for field NAME |
java.lang.Long |
getNumdsnames()
Getter for field NUMDSNAMES |
java.lang.Long |
getPgmloadcnt()
Getter for field PGMLOADCNT |
java.lang.Long |
getRanking()
Getter for field RANKING |
java.lang.Long |
getSearchPosition()
Getter for field SEARCHPOS |
Methods inherited from interface com.ibm.cics.model.ICICSResource |
---|
getCICSRelease, getRegionName |
Methods inherited from interface com.ibm.cics.model.ICICSObject |
---|
getCICSType, getObjectType |
Field Detail |
---|
static final java.lang.String COPYRIGHT
Method Detail |
---|
java.lang.String getName()
LIBRARY name
The name of the LIBRARY.
getName
in interface ICICSObject
java.lang.Long getRanking()
Ranking
The number which determines where this LIBRARY will appear in the overall search order, when enabled. A lower number indicates that this LIBRARY will be searched for programs to load before other LIBRARY resources with higher ranking numbers. The ranking can be thought of as being somewhat analogous to the concatenation number of a data set within a LIBRARY concatenation, although it differs in allowing duplicate values. RANKING can take values between 1 and 99, with a default of 50. A value of 10 is reserved for DFHRPL, the static LIBRARY, and cannot be specified.
If this LIBRARY contains a discrete application in one or more data sets, then its ranking relative to other LIBRARY resources is not usually significant, and the default ranking value can be accepted. Exceptions to this are where this LIBRARY contains a program artifact which is required to replace one that also appears in another LIBRARY, in which case the ranking of this LIBRARY needs to be a smaller value than that of the other LIBRARY to ensure that the program artifact is loaded from this LIBRARY.
The DFHRPL concatenation is assigned a predefined ranking of 10. This value cannot be changed. It allows dynamically defined LIBRARY resources to be placed before the DFHRPL concatenation in the overall search order by giving them a ranking value smaller than 10.
Note:
ILibrary.CriticalStatusValue getCriticalStatus()
Critical status
Specifies whether the LIBRARY is critical to the start up of CICS. Values are:
ILibrary.EnableStatusValue getEnableStatus()
Enable status
Indicates whether the LIBRARY is included in the overall LIBRARY search order. Values are:
java.lang.Long getNumdsnames()
Number of DSNAMEs
The number of data sets in the LIBRARY concatenation. For a dynamically defined LIBRARY, this will be the number of non-blank DSNAMExx values, and cannot be a value larger than 16. For the statically defined DFHRPL, this will be the number of data sets in the concatenation, and can be a value larger than 16.
java.lang.Long getSearchPosition()
Search position
The current absolute position of this LIBRARY in the overall LIBRARY search order. The first LIBRARY in the search order will have a SEARCHPOS of 1, the next LIBRARY will have a SEARCHPOS of 2, and so on. The SEARCHPOS is not the same as the ranking, although its value is determined by the relative ranking values of the various LIBRARY resources in the system. If the LIBRARY is disabled then the SEARCHPOS will be 0 indicating that the LIBRARY does not participate in the overall search.
java.lang.Long getPgmloadcnt()
Program load count
The number of program loads from data sets in this LIBRARY.
java.lang.String getChangeUserID()
Last modification user ID
The user ID that made the last modification to the resource definition.
ILibrary.ChangeAgentValue getChangeAgent()
Last modification agent
The change agent identifier that made the last modification.
java.lang.String getChangeAgentRelease()
Last modification agent release
The CICS release level of the agent that made the last modification to the resource definition.
java.util.Date getChangeTime()
Last modification time
The local date and time when the definition was last changed.
java.lang.String getDefineSource()
Source of the resource definition
The source of the definition, depending on which agent made the last change.
java.util.Date getDefineTime()
Creation time
The local date and time when the resource definition record was created on DFHCSD or EYUDREP.
java.lang.String getInstallUserID()
Installation user ID
The user ID that installed the resource definition.
java.util.Date getInstallTime()
Installation time
The local date and time when the definition was installed.
ILibrary.InstallAgentValue getInstallAgent()
Installation agent
The install agent identifier that made the installation.
java.lang.Long getBasdefinever()
BAS resource definition version
The BAS version number of this definition.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |