public final class LoaderPrivateLibraryStatistics extends StatisticsDataSection
Modifier and Type | Field and Description |
---|---|
static int |
LDY_CRITICAL_NO
Constant: 0x01 = 1
|
static int |
LDY_CRITICAL_YES
Constant: 0x02 = 2
|
static int |
LDY_LIBRARY_BUNDLE_INSTALL
Constant: 0x09 = 9
|
static int |
LDY_LIBRARY_CREATE_CHANGE
Constant: 0x04 = 4
|
static int |
LDY_LIBRARY_CREATE_INSTALL
Constant: 0x04 = 4
|
static int |
LDY_LIBRARY_CSDAPI_CHANGE
Constant: 0x01 = 1
|
static int |
LDY_LIBRARY_CSDAPI_INSTALL
Constant: 0x01 = 1
|
static int |
LDY_LIBRARY_CSDBATCH_CHANGE
Constant: 0x02 = 2
|
static int |
LDY_LIBRARY_DISABLED
Constant: 0x02 = 2
|
static int |
LDY_LIBRARY_DREPAPI_CHANGE
Constant: 0x03 = 3
|
static int |
LDY_LIBRARY_ENABLED
Constant: 0x01 = 1
|
static int |
LDY_LIBRARY_GRPLIST_INSTALL
Constant: 0x05 = 5
|
static int |
LDY_LIBRARY_SYSTEM_CHANGE
Constant: 0x07 = 7
|
static int |
LDY_LIBRARY_SYSTEM_INSTALL
Constant: 0x07 = 7
|
static int |
LDY_VERS
Constant: 0x01 = 1
|
static int |
LDYDS_LENGTH
Constant: 0xF4 = 244
|
static int |
LDYIDR
Constant: 0x20 = 32
|
STIASG, STIAUTO, STICLEN, STICONMR, STICONSR, STICONSS, STID2G, STID2R, STIDBUSS, STIDHD, STIDS, STIDSR, STIDST, STIECC, STIECG, STIECR, STIEND, STIEPG, STIEPR, STIFCR, STIFEPIC, STIFEPIP, STIFEPIT, STIISR, STILDB, STILDG, STILDP, STILDR, STILDY, STILGG, STILGR, STILGS, STILSRFR, STILSRR, STIM, STIMLR, STIMNR, STIMPR, STIMQG, STIMQR, STINDJ, STINQG, STIPAUTO, STIPGD, STIPGE, STIPGP, STIPGR, STIPIR, STIPIW, STIRLR, STIRMG, STISDG, STISDR, STISECUR, STISJG, STISJR, STISJS, STISMD, STISMDSA, STISMT, STISOG, STISOR, STIST, STITCR, STITDG, STITDQG, STITDQR, STITDR, STITM, STITSQ, STIUSG, STIVT, STIW2R, STIWBG, STIWBR, STIXMC, STIXMG, STIXMR
Modifier and Type | Method and Description |
---|---|
static LoaderPrivateLibraryStatistics |
create(byte[] Data,
int offset,
int length)
create is intended for internal use only.
|
List<String> |
datasetNames()
Get a List containing dataset names from the section
|
boolean |
ldyCriticalNo()
Return true if
LDY_CRITICAL_NO bit in ldyLibraryCritical() is set. |
boolean |
ldyCriticalYes()
Return true if
LDY_CRITICAL_YES bit in ldyLibraryCritical() is set. |
int |
ldydsId()
LDYDS_ID value.
|
int |
ldydsLen()
LDYDS_LEN value.
|
List<String> |
ldyDsnames()
Get a List of dataset names from the section
|
int |
ldydsVers()
LDYDS_VERS value.
|
String |
ldyLibraryApplicationName()
LDY_LIBRARY_APPLICATION_NAME value.
|
long |
ldyLibraryApplMajorVer()
LDY_LIBRARY_APPL_MAJOR_VER value.
|
long |
ldyLibraryApplMicroVer()
LDY_LIBRARY_APPL_MICRO_VER value.
|
long |
ldyLibraryApplMinorVer()
LDY_LIBRARY_APPL_MINOR_VER value.
|
boolean |
ldyLibraryBundleInstall()
Return true if
ldyLibraryInstallAgent() equals LDY_LIBRARY_BUNDLE_INSTALL . |
int |
ldyLibraryChangeAgent()
LDY_LIBRARY_CHANGE_AGENT value.
|
LocalDateTime |
ldyLibraryChangeTime()
LDY_LIBRARY_CHANGE_TIME STCK value converted to LocalDateTime (nanosecond precision).
|
BigInteger |
ldyLibraryChangeTimeRawValue()
LDY_LIBRARY_CHANGE_TIME STCK value.
|
String |
ldyLibraryChangeUserid()
LDY_LIBRARY_CHANGE_USERID value.
|
boolean |
ldyLibraryCreateChange()
Return true if
ldyLibraryChangeAgent() equals LDY_LIBRARY_CREATE_CHANGE . |
boolean |
ldyLibraryCreateInstall()
Return true if
ldyLibraryInstallAgent() equals LDY_LIBRARY_CREATE_INSTALL . |
int |
ldyLibraryCritical()
LDY_LIBRARY_CRITICAL value.
|
boolean |
ldyLibraryCsdapiChange()
Return true if
ldyLibraryChangeAgent() equals LDY_LIBRARY_CSDAPI_CHANGE . |
boolean |
ldyLibraryCsdapiInstall()
Return true if
ldyLibraryInstallAgent() equals LDY_LIBRARY_CSDAPI_INSTALL . |
boolean |
ldyLibraryCsdbatchChange()
Return true if
ldyLibraryChangeAgent() equals LDY_LIBRARY_CSDBATCH_CHANGE . |
String |
ldyLibraryDefineSource()
LDY_LIBRARY_DEFINE_SOURCE value.
|
boolean |
ldyLibraryDisabled()
Return true if
LDY_LIBRARY_DISABLED bit in ldyLibraryEnableStatus() is set. |
boolean |
ldyLibraryDrepapiChange()
Return true if
ldyLibraryChangeAgent() equals LDY_LIBRARY_DREPAPI_CHANGE . |
boolean |
ldyLibraryEnabled()
Return true if
LDY_LIBRARY_ENABLED bit in ldyLibraryEnableStatus() is set. |
int |
ldyLibraryEnableStatus()
LDY_LIBRARY_ENABLE_STATUS value.
|
boolean |
ldyLibraryGrplistInstall()
Return true if
ldyLibraryInstallAgent() equals LDY_LIBRARY_GRPLIST_INSTALL . |
int |
ldyLibraryInstallAgent()
LDY_LIBRARY_INSTALL_AGENT value.
|
LocalDateTime |
ldyLibraryInstallTime()
LDY_LIBRARY_INSTALL_TIME STCK value converted to LocalDateTime (nanosecond precision).
|
BigInteger |
ldyLibraryInstallTimeRawValue()
LDY_LIBRARY_INSTALL_TIME STCK value.
|
String |
ldyLibraryInstallUserid()
LDY_LIBRARY_INSTALL_USERID value.
|
String |
ldyLibraryName()
LDY_LIBRARY_NAME value.
|
int |
ldyLibraryNumdsnames()
LDY_LIBRARY_NUMDSNAMES value.
|
String |
ldyLibraryPlatformName()
LDY_LIBRARY_PLATFORM_NAME value.
|
long |
ldyLibraryProgLoads()
LDY_LIBRARY_PROG_LOADS value.
|
long |
ldyLibraryRanking()
LDY_LIBRARY_RANKING value.
|
long |
ldyLibrarySearchPos()
LDY_LIBRARY_SEARCH_POS value.
|
boolean |
ldyLibrarySystemChange()
Return true if
ldyLibraryChangeAgent() equals LDY_LIBRARY_SYSTEM_CHANGE . |
boolean |
ldyLibrarySystemInstall()
Return true if
ldyLibraryInstallAgent() equals LDY_LIBRARY_SYSTEM_INSTALL . |
create, stid, stid, stilen, stilen, stivers
createSection, dump, dump, dump, dump, equals, getBytes, getBytes, getDataArray, getTriplet, hashCode, toString
public static final int LDYDS_LENGTH
public static final int LDYIDR
public static final int LDY_VERS
public static final int LDY_CRITICAL_NO
public static final int LDY_CRITICAL_YES
public static final int LDY_LIBRARY_ENABLED
public static final int LDY_LIBRARY_DISABLED
public static final int LDY_LIBRARY_CSDAPI_CHANGE
public static final int LDY_LIBRARY_CSDBATCH_CHANGE
public static final int LDY_LIBRARY_DREPAPI_CHANGE
public static final int LDY_LIBRARY_CREATE_CHANGE
public static final int LDY_LIBRARY_SYSTEM_CHANGE
public static final int LDY_LIBRARY_CSDAPI_INSTALL
public static final int LDY_LIBRARY_CREATE_INSTALL
public static final int LDY_LIBRARY_GRPLIST_INSTALL
public static final int LDY_LIBRARY_SYSTEM_INSTALL
public static final int LDY_LIBRARY_BUNDLE_INSTALL
public int ldydsLen()
public int ldydsId()
public int ldydsVers()
public String ldyLibraryPlatformName()
public String ldyLibraryApplicationName()
public long ldyLibraryApplMajorVer()
public long ldyLibraryApplMinorVer()
public long ldyLibraryApplMicroVer()
public String ldyLibraryName()
public long ldyLibrarySearchPos()
public long ldyLibraryRanking()
public int ldyLibraryCritical()
public int ldyLibraryEnableStatus()
public long ldyLibraryProgLoads()
public String ldyLibraryDefineSource()
public LocalDateTime ldyLibraryChangeTime()
Use ldyLibraryChangeTimeRawValue()
for a BigInteger containing the complete
STCK value.
LocalDateTime
public BigInteger ldyLibraryChangeTimeRawValue()
public String ldyLibraryChangeUserid()
public int ldyLibraryChangeAgent()
public int ldyLibraryInstallAgent()
public LocalDateTime ldyLibraryInstallTime()
Use ldyLibraryInstallTimeRawValue()
for a BigInteger containing the complete
STCK value.
LocalDateTime
public BigInteger ldyLibraryInstallTimeRawValue()
public String ldyLibraryInstallUserid()
public int ldyLibraryNumdsnames()
public List<String> datasetNames()
public boolean ldyCriticalNo()
LDY_CRITICAL_NO
bit in ldyLibraryCritical()
is set.LDY_CRITICAL_NO = 0x01
public boolean ldyCriticalYes()
LDY_CRITICAL_YES
bit in ldyLibraryCritical()
is set.LDY_CRITICAL_YES = 0x02
public boolean ldyLibraryEnabled()
LDY_LIBRARY_ENABLED
bit in ldyLibraryEnableStatus()
is set.LDY_LIBRARY_ENABLED = 0x01
public boolean ldyLibraryDisabled()
LDY_LIBRARY_DISABLED
bit in ldyLibraryEnableStatus()
is set.LDY_LIBRARY_DISABLED = 0x02
public boolean ldyLibraryCsdapiChange()
ldyLibraryChangeAgent()
equals LDY_LIBRARY_CSDAPI_CHANGE
.ldyLibraryChangeAgent()
equals LDY_LIBRARY_CSDAPI_CHANGE
LDY_LIBRARY_CSDAPI_CHANGE = 0x01
public boolean ldyLibraryCsdbatchChange()
ldyLibraryChangeAgent()
equals LDY_LIBRARY_CSDBATCH_CHANGE
.ldyLibraryChangeAgent()
equals LDY_LIBRARY_CSDBATCH_CHANGE
LDY_LIBRARY_CSDBATCH_CHANGE = 0x02
public boolean ldyLibraryDrepapiChange()
ldyLibraryChangeAgent()
equals LDY_LIBRARY_DREPAPI_CHANGE
.ldyLibraryChangeAgent()
equals LDY_LIBRARY_DREPAPI_CHANGE
LDY_LIBRARY_DREPAPI_CHANGE = 0x03
public boolean ldyLibraryCreateChange()
ldyLibraryChangeAgent()
equals LDY_LIBRARY_CREATE_CHANGE
.ldyLibraryChangeAgent()
equals LDY_LIBRARY_CREATE_CHANGE
LDY_LIBRARY_CREATE_CHANGE = 0x04
public boolean ldyLibrarySystemChange()
ldyLibraryChangeAgent()
equals LDY_LIBRARY_SYSTEM_CHANGE
.ldyLibraryChangeAgent()
equals LDY_LIBRARY_SYSTEM_CHANGE
LDY_LIBRARY_SYSTEM_CHANGE = 0x07
public boolean ldyLibraryCsdapiInstall()
ldyLibraryInstallAgent()
equals LDY_LIBRARY_CSDAPI_INSTALL
.ldyLibraryInstallAgent()
equals LDY_LIBRARY_CSDAPI_INSTALL
LDY_LIBRARY_CSDAPI_INSTALL = 0x01
public boolean ldyLibraryCreateInstall()
ldyLibraryInstallAgent()
equals LDY_LIBRARY_CREATE_INSTALL
.ldyLibraryInstallAgent()
equals LDY_LIBRARY_CREATE_INSTALL
LDY_LIBRARY_CREATE_INSTALL = 0x04
public boolean ldyLibraryGrplistInstall()
ldyLibraryInstallAgent()
equals LDY_LIBRARY_GRPLIST_INSTALL
.ldyLibraryInstallAgent()
equals LDY_LIBRARY_GRPLIST_INSTALL
LDY_LIBRARY_GRPLIST_INSTALL = 0x05
public boolean ldyLibrarySystemInstall()
ldyLibraryInstallAgent()
equals LDY_LIBRARY_SYSTEM_INSTALL
.ldyLibraryInstallAgent()
equals LDY_LIBRARY_SYSTEM_INSTALL
LDY_LIBRARY_SYSTEM_INSTALL = 0x07
public boolean ldyLibraryBundleInstall()
ldyLibraryInstallAgent()
equals LDY_LIBRARY_BUNDLE_INSTALL
.ldyLibraryInstallAgent()
equals LDY_LIBRARY_BUNDLE_INSTALL
LDY_LIBRARY_BUNDLE_INSTALL = 0x09
public List<String> ldyDsnames()
public static LoaderPrivateLibraryStatistics create(byte[] Data, int offset, int length)
Data
- Array of bytes containing data for this sectionoffset
- Offset of this section in the datalength
- length of the sectionCopyright © 2020 Black Hill Software Pty Ltd. All rights reserved.