public final class SocketsServiceStatistics extends StatisticsDataSection
Modifier and Type | Field and Description |
---|---|
static int |
SOR_ATTACHSEC_LOCAL
Constant: 0x01 = 1
|
static int |
SOR_ATTACHSEC_VERIFY
Constant: 0x02 = 2
|
static int |
SOR_AUTHENT_ASSERTED
Constant: 0x05 = 5
|
static int |
SOR_AUTHENT_AUTO
Constant: 0x04 = 4
|
static int |
SOR_AUTHENT_AUTOREG
Constant: 0x03 = 3
|
static int |
SOR_AUTHENT_BASIC
Constant: 0x01 = 1
|
static int |
SOR_AUTHENT_CERT
Constant: 0x02 = 2
|
static int |
SOR_AUTHENT_NONE
Constant: 0x00 = 0
|
static int |
SOR_BUNDLE_INSTALL
Constant: 0x09 = 9
|
static int |
SOR_CREATE_CHANGE
Constant: 0x04 = 4
|
static int |
SOR_CREATE_INSTALL
Constant: 0x04 = 4
|
static int |
SOR_CSDAPI_CHANGE
Constant: 0x01 = 1
|
static int |
SOR_CSDAPI_INSTALL
Constant: 0x01 = 1
|
static int |
SOR_CSDBATCH_CHANGE
Constant: 0x02 = 2
|
static int |
SOR_DREPAPI_CHANGE
Constant: 0x03 = 3
|
static int |
SOR_GRPLIST_INSTALL
Constant: 0x05 = 5
|
static int |
SOR_IP_FAMILY_IPV4
Constant: 0x01 = 1
|
static int |
SOR_IP_FAMILY_IPV6
Constant: 0x02 = 2
|
static int |
SOR_IP_FAMILY_UNKNOWN
Constant: 0x00 = 0
|
static int |
SOR_PRIVACY_NOTSUPPORTED
Constant: 0x00 = 0
|
static int |
SOR_PRIVACY_REQUIRED
Constant: 0x02 = 2
|
static int |
SOR_PRIVACY_SUPPORTED
Constant: 0x01 = 1
|
static int |
SOR_SSL_ATTLSAWR
Constant: 0x04 = 4
|
static int |
SOR_SSL_CLI_AUTH
Constant: 0x03 = 3
|
static int |
SOR_SSL_NO
Constant: 0x02 = 2
|
static int |
SOR_SSL_YES
Constant: 0x01 = 1
|
static int |
SOR_SYSTEM_CHANGE
Constant: 0x07 = 7
|
static int |
SOR_VERS
Constant: 0x01 = 1
|
static int |
SORDS_LENGTH
Constant: 0x01F8 = 504
|
static int |
SORIDR
Constant: 0x6C = 108
|
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 SocketsServiceStatistics |
create(byte[] Data,
int offset,
int length)
create is intended for internal use only.
|
int |
sorAttachsec()
SOR_ATTACHSEC value.
|
boolean |
sorAttachsecLocal()
Return true if
sorAttachsec() equals SOR_ATTACHSEC_LOCAL . |
boolean |
sorAttachsecVerify()
Return true if
sorAttachsec() equals SOR_ATTACHSEC_VERIFY . |
boolean |
sorAuthentAsserted()
Return true if
sorAuthenticate() equals SOR_AUTHENT_ASSERTED . |
boolean |
sorAuthentAuto()
Return true if
sorAuthenticate() equals SOR_AUTHENT_AUTO . |
boolean |
sorAuthentAutoreg()
Return true if
sorAuthenticate() equals SOR_AUTHENT_AUTOREG . |
boolean |
sorAuthentBasic()
Return true if
sorAuthenticate() equals SOR_AUTHENT_BASIC . |
boolean |
sorAuthentCert()
Return true if
sorAuthenticate() equals SOR_AUTHENT_CERT . |
int |
sorAuthenticate()
SOR_AUTHENTICATE value.
|
boolean |
sorAuthentNone()
Return true if
sorAuthenticate() equals SOR_AUTHENT_NONE . |
long |
sorBacklog()
SOR_BACKLOG value.
|
boolean |
sorBundleInstall()
Return true if
sorInstallAgent() equals SOR_BUNDLE_INSTALL . |
long |
sorBytesReceived()
SOR_BYTES_RECEIVED value, throws exception if SOR_BYTES_RECEIVED overflows 64 bit signed integer.
|
BigInteger |
sorBytesReceivedAsBigInteger()
SOR_BYTES_RECEIVED value as a BigInteger.
|
long |
sorBytesSent()
SOR_BYTES_SENT value, throws exception if SOR_BYTES_SENT overflows 64 bit signed integer.
|
BigInteger |
sorBytesSentAsBigInteger()
SOR_BYTES_SENT value as a BigInteger.
|
int |
sorChangeAgent()
SOR_CHANGE_AGENT value.
|
LocalDateTime |
sorChangeTime()
SOR_CHANGE_TIME STCK value converted to LocalDateTime (nanosecond precision).
|
BigInteger |
sorChangeTimeRawValue()
SOR_CHANGE_TIME STCK value.
|
String |
sorChangeUserid()
SOR_CHANGE_USERID value.
|
ZonedDateTime |
sorCloseGmt()
SOR_CLOSE_GMT STCK value converted to ZonedDateTime (nanosecond precision, ZoneOffset.UTC).
|
BigInteger |
sorCloseGmtRawValue()
SOR_CLOSE_GMT STCK value.
|
LocalDateTime |
sorCloseLocal()
SOR_CLOSE_LOCAL STCK value converted to LocalDateTime (nanosecond precision).
|
BigInteger |
sorCloseLocalRawValue()
SOR_CLOSE_LOCAL STCK value.
|
LocalDateTime |
sorConnLastDropped()
SOR_CONN_LAST_DROPPED STCK value converted to LocalDateTime (nanosecond precision).
|
BigInteger |
sorConnLastDroppedRawValue()
SOR_CONN_LAST_DROPPED STCK value.
|
long |
sorConnsDropped()
SOR_CONNS_DROPPED value.
|
boolean |
sorCreateChange()
Return true if
sorChangeAgent() equals SOR_CREATE_CHANGE . |
boolean |
sorCreateInstall()
Return true if
sorInstallAgent() equals SOR_CREATE_INSTALL . |
boolean |
sorCsdapiChange()
Return true if
sorChangeAgent() equals SOR_CSDAPI_CHANGE . |
boolean |
sorCsdapiInstall()
Return true if
sorInstallAgent() equals SOR_CSDAPI_INSTALL . |
boolean |
sorCsdbatchChange()
Return true if
sorChangeAgent() equals SOR_CSDBATCH_CHANGE . |
long |
sorCurrBacklog()
SOR_CURR_BACKLOG value.
|
long |
sorCurrentConns()
SOR_CURRENT_CONNS value.
|
long |
sorCurrMaxBacklog()
SOR_CURR_MAX_BACKLOG value.
|
String |
sorDefineSource()
SOR_DEFINE_SOURCE value.
|
long |
sorDiscAtMaxUses()
SOR_DISC_AT_MAX_USES value.
|
long |
sorDiscAtTaskLimit()
SOR_DISC_AT_TASK_LIMIT value.
|
boolean |
sorDrepapiChange()
Return true if
sorChangeAgent() equals SOR_DREPAPI_CHANGE . |
int |
sordsId()
SORDS_ID value.
|
int |
sordsLen()
SORDS_LEN value.
|
int |
sordsVers()
SORDS_VERS value.
|
boolean |
sorGrplistInstall()
Return true if
sorInstallAgent() equals SOR_GRPLIST_INSTALL . |
String |
sorHostname()
SOR_HOSTNAME value.
|
int |
sorInstallAgent()
SOR_INSTALL_AGENT value.
|
LocalDateTime |
sorInstallTime()
SOR_INSTALL_TIME STCK value converted to LocalDateTime (nanosecond precision).
|
BigInteger |
sorInstallTimeRawValue()
SOR_INSTALL_TIME STCK value.
|
String |
sorInstallUserid()
SOR_INSTALL_USERID value.
|
String |
sorIpAddress()
SOR_IP_ADDRESS value.
|
InetAddress |
sorIpAddressAsInetAddress()
SOR_IP_ADDRESS value.
|
int |
sorIpFamily()
SOR_IP_FAMILY value.
|
boolean |
sorIpFamilyIpv4()
Return true if
sorIpFamily() equals SOR_IP_FAMILY_IPV4 . |
boolean |
sorIpFamilyIpv6()
Return true if
sorIpFamily() equals SOR_IP_FAMILY_IPV6 . |
boolean |
sorIpFamilyUnknown()
Return true if
sorIpFamily() equals SOR_IP_FAMILY_UNKNOWN . |
long |
sorMaxdataLength()
SOR_MAXDATA_LENGTH value.
|
long |
sorNonpAtMaxpersist()
SOR_NONP_AT_MAXPERSIST value.
|
long |
sorNonpAtTaskLimit()
SOR_NONP_AT_TASK_LIMIT value.
|
ZonedDateTime |
sorOpenGmt()
SOR_OPEN_GMT STCK value converted to ZonedDateTime (nanosecond precision, ZoneOffset.UTC).
|
BigInteger |
sorOpenGmtRawValue()
SOR_OPEN_GMT STCK value.
|
LocalDateTime |
sorOpenLocal()
SOR_OPEN_LOCAL STCK value converted to LocalDateTime (nanosecond precision).
|
BigInteger |
sorOpenLocalRawValue()
SOR_OPEN_LOCAL STCK value.
|
long |
sorPeakConns()
SOR_PEAK_CONNS value.
|
int |
sorPortNumber()
SOR_PORT_NUMBER value.
|
int |
sorPrivacy()
SOR_PRIVACY value.
|
boolean |
sorPrivacyNotsupported()
Return true if
sorPrivacy() equals SOR_PRIVACY_NOTSUPPORTED . |
boolean |
sorPrivacyRequired()
Return true if
sorPrivacy() equals SOR_PRIVACY_REQUIRED . |
boolean |
sorPrivacySupported()
Return true if
sorPrivacy() equals SOR_PRIVACY_SUPPORTED . |
String |
sorProtocol()
SOR_PROTOCOL value.
|
long |
sorReceives()
SOR_RECEIVES value.
|
long |
sorRequests()
SOR_REQUESTS value.
|
long |
sorSends()
SOR_SENDS value.
|
String |
sorServiceName()
SOR_SERVICE_NAME value.
|
boolean |
sorSslAttlsawr()
Return true if
sorSslSupport() equals SOR_SSL_ATTLSAWR . |
boolean |
sorSslCliAuth()
Return true if
sorSslSupport() equals SOR_SSL_CLI_AUTH . |
boolean |
sorSslNo()
Return true if
sorSslSupport() equals SOR_SSL_NO . |
int |
sorSslSupport()
SOR_SSL_SUPPORT value.
|
boolean |
sorSslYes()
Return true if
sorSslSupport() equals SOR_SSL_YES . |
boolean |
sorSystemChange()
Return true if
sorChangeAgent() equals SOR_SYSTEM_CHANGE . |
long |
sorTcpipsMaxPersist()
SOR_TCPIPS_MAX_PERSIST value.
|
long |
sorTcpipsNonPersist()
SOR_TCPIPS_NON_PERSIST value.
|
String |
sorTcpipsOptionsPgm()
SOR_TCPIPS_OPTIONSPGM value.
|
String |
sorTcpipsTranid()
SOR_TCPIPS_TRANID value.
|
String |
sorTcpipsUrm()
SOR_TCPIPS_URM value.
|
long |
sorTotalConns()
SOR_TOTAL_CONNS value.
|
long |
sorTransAttached()
SOR_TRANS_ATTACHED value.
|
String |
sorWlmGroup()
SOR_WLM_GROUP value.
|
create, stid, stid, stilen, stilen, stivers
createSection, dump, dump, dump, dump, equals, getBytes, getBytes, getDataArray, getTriplet, hashCode, toString
public static final int SORDS_LENGTH
public static final int SORIDR
public static final int SOR_VERS
public static final int SOR_SSL_YES
public static final int SOR_SSL_NO
public static final int SOR_SSL_CLI_AUTH
public static final int SOR_SSL_ATTLSAWR
public static final int SOR_AUTHENT_NONE
public static final int SOR_AUTHENT_BASIC
public static final int SOR_AUTHENT_CERT
public static final int SOR_AUTHENT_AUTOREG
public static final int SOR_AUTHENT_AUTO
public static final int SOR_AUTHENT_ASSERTED
public static final int SOR_PRIVACY_NOTSUPPORTED
public static final int SOR_PRIVACY_SUPPORTED
public static final int SOR_PRIVACY_REQUIRED
public static final int SOR_ATTACHSEC_LOCAL
public static final int SOR_ATTACHSEC_VERIFY
public static final int SOR_IP_FAMILY_UNKNOWN
public static final int SOR_IP_FAMILY_IPV4
public static final int SOR_IP_FAMILY_IPV6
public static final int SOR_CSDAPI_CHANGE
public static final int SOR_CSDBATCH_CHANGE
public static final int SOR_DREPAPI_CHANGE
public static final int SOR_CREATE_CHANGE
public static final int SOR_SYSTEM_CHANGE
public static final int SOR_CSDAPI_INSTALL
public static final int SOR_CREATE_INSTALL
public static final int SOR_GRPLIST_INSTALL
public static final int SOR_BUNDLE_INSTALL
public int sordsLen()
public int sordsId()
public int sordsVers()
public String sorServiceName()
public long sorTransAttached()
public long sorCurrentConns()
public long sorPeakConns()
public ZonedDateTime sorOpenGmt()
Use sorOpenGmtRawValue()
for a BigInteger containing the complete
STCK value.
ZonedDateTime
public BigInteger sorOpenGmtRawValue()
public LocalDateTime sorOpenLocal()
Use sorOpenLocalRawValue()
for a BigInteger containing the complete
STCK value.
LocalDateTime
public BigInteger sorOpenLocalRawValue()
public ZonedDateTime sorCloseGmt()
Use sorCloseGmtRawValue()
for a BigInteger containing the complete
STCK value.
ZonedDateTime
public BigInteger sorCloseGmtRawValue()
public LocalDateTime sorCloseLocal()
Use sorCloseLocalRawValue()
for a BigInteger containing the complete
STCK value.
LocalDateTime
public BigInteger sorCloseLocalRawValue()
public int sorPortNumber()
public int sorSslSupport()
public long sorBacklog()
public long sorSends()
public long sorBytesSent()
IllegalArgumentException
- If the value of SOR_BYTES_SENT exceeds the maximum
value of a signed 64 bit integer (i.e. the high order bit is set in SOR_BYTES_SENT).
Use sorBytesSentAsBigInteger()
if this is possible.public BigInteger sorBytesSentAsBigInteger()
sorBytesSent()
may provide better performance
if the value will not exceed the maximum value for a signed long.
public long sorReceives()
public long sorBytesReceived()
IllegalArgumentException
- If the value of SOR_BYTES_RECEIVED exceeds the maximum
value of a signed 64 bit integer (i.e. the high order bit is set in SOR_BYTES_RECEIVED).
Use sorBytesReceivedAsBigInteger()
if this is possible.public BigInteger sorBytesReceivedAsBigInteger()
sorBytesReceived()
may provide better performance
if the value will not exceed the maximum value for a signed long.
public String sorWlmGroup()
public String sorProtocol()
public int sorAuthenticate()
public int sorPrivacy()
public int sorAttachsec()
public long sorMaxdataLength()
public String sorTcpipsTranid()
public String sorTcpipsUrm()
public long sorTcpipsMaxPersist()
public long sorTcpipsNonPersist()
public String sorIpAddress()
public InetAddress sorIpAddressAsInetAddress() throws UnknownHostException
UnknownHostException
public int sorIpFamily()
public String sorHostname()
public String sorDefineSource()
public LocalDateTime sorChangeTime()
Use sorChangeTimeRawValue()
for a BigInteger containing the complete
STCK value.
LocalDateTime
public BigInteger sorChangeTimeRawValue()
public String sorChangeUserid()
public int sorChangeAgent()
public int sorInstallAgent()
public LocalDateTime sorInstallTime()
Use sorInstallTimeRawValue()
for a BigInteger containing the complete
STCK value.
LocalDateTime
public BigInteger sorInstallTimeRawValue()
public String sorInstallUserid()
public long sorTotalConns()
public long sorNonpAtMaxpersist()
public long sorNonpAtTaskLimit()
public long sorDiscAtTaskLimit()
public long sorDiscAtMaxUses()
public long sorCurrBacklog()
public long sorConnsDropped()
public LocalDateTime sorConnLastDropped()
Use sorConnLastDroppedRawValue()
for a BigInteger containing the complete
STCK value.
LocalDateTime
public BigInteger sorConnLastDroppedRawValue()
public long sorCurrMaxBacklog()
public long sorRequests()
public String sorTcpipsOptionsPgm()
public boolean sorSslYes()
sorSslSupport()
equals SOR_SSL_YES
.sorSslSupport()
equals SOR_SSL_YES
SOR_SSL_YES = 0x01
public boolean sorSslNo()
sorSslSupport()
equals SOR_SSL_NO
.sorSslSupport()
equals SOR_SSL_NO
SOR_SSL_NO = 0x02
public boolean sorSslCliAuth()
sorSslSupport()
equals SOR_SSL_CLI_AUTH
.sorSslSupport()
equals SOR_SSL_CLI_AUTH
SOR_SSL_CLI_AUTH = 0x03
public boolean sorSslAttlsawr()
sorSslSupport()
equals SOR_SSL_ATTLSAWR
.sorSslSupport()
equals SOR_SSL_ATTLSAWR
SOR_SSL_ATTLSAWR = 0x04
public boolean sorAuthentNone()
sorAuthenticate()
equals SOR_AUTHENT_NONE
.sorAuthenticate()
equals SOR_AUTHENT_NONE
SOR_AUTHENT_NONE = 0x00
public boolean sorAuthentBasic()
sorAuthenticate()
equals SOR_AUTHENT_BASIC
.sorAuthenticate()
equals SOR_AUTHENT_BASIC
SOR_AUTHENT_BASIC = 0x01
public boolean sorAuthentCert()
sorAuthenticate()
equals SOR_AUTHENT_CERT
.sorAuthenticate()
equals SOR_AUTHENT_CERT
SOR_AUTHENT_CERT = 0x02
public boolean sorAuthentAutoreg()
sorAuthenticate()
equals SOR_AUTHENT_AUTOREG
.sorAuthenticate()
equals SOR_AUTHENT_AUTOREG
SOR_AUTHENT_AUTOREG = 0x03
public boolean sorAuthentAuto()
sorAuthenticate()
equals SOR_AUTHENT_AUTO
.sorAuthenticate()
equals SOR_AUTHENT_AUTO
SOR_AUTHENT_AUTO = 0x04
public boolean sorAuthentAsserted()
sorAuthenticate()
equals SOR_AUTHENT_ASSERTED
.sorAuthenticate()
equals SOR_AUTHENT_ASSERTED
SOR_AUTHENT_ASSERTED = 0x05
public boolean sorPrivacyNotsupported()
sorPrivacy()
equals SOR_PRIVACY_NOTSUPPORTED
.sorPrivacy()
equals SOR_PRIVACY_NOTSUPPORTED
SOR_PRIVACY_NOTSUPPORTED = 0x00
public boolean sorPrivacySupported()
sorPrivacy()
equals SOR_PRIVACY_SUPPORTED
.sorPrivacy()
equals SOR_PRIVACY_SUPPORTED
SOR_PRIVACY_SUPPORTED = 0x01
public boolean sorPrivacyRequired()
sorPrivacy()
equals SOR_PRIVACY_REQUIRED
.sorPrivacy()
equals SOR_PRIVACY_REQUIRED
SOR_PRIVACY_REQUIRED = 0x02
public boolean sorAttachsecLocal()
sorAttachsec()
equals SOR_ATTACHSEC_LOCAL
.sorAttachsec()
equals SOR_ATTACHSEC_LOCAL
SOR_ATTACHSEC_LOCAL = 0x01
public boolean sorAttachsecVerify()
sorAttachsec()
equals SOR_ATTACHSEC_VERIFY
.sorAttachsec()
equals SOR_ATTACHSEC_VERIFY
SOR_ATTACHSEC_VERIFY = 0x02
public boolean sorIpFamilyUnknown()
sorIpFamily()
equals SOR_IP_FAMILY_UNKNOWN
.sorIpFamily()
equals SOR_IP_FAMILY_UNKNOWN
SOR_IP_FAMILY_UNKNOWN = 0x00
public boolean sorIpFamilyIpv4()
sorIpFamily()
equals SOR_IP_FAMILY_IPV4
.sorIpFamily()
equals SOR_IP_FAMILY_IPV4
SOR_IP_FAMILY_IPV4 = 0x01
public boolean sorIpFamilyIpv6()
sorIpFamily()
equals SOR_IP_FAMILY_IPV6
.sorIpFamily()
equals SOR_IP_FAMILY_IPV6
SOR_IP_FAMILY_IPV6 = 0x02
public boolean sorCsdapiChange()
sorChangeAgent()
equals SOR_CSDAPI_CHANGE
.sorChangeAgent()
equals SOR_CSDAPI_CHANGE
SOR_CSDAPI_CHANGE = 0x01
public boolean sorCsdbatchChange()
sorChangeAgent()
equals SOR_CSDBATCH_CHANGE
.sorChangeAgent()
equals SOR_CSDBATCH_CHANGE
SOR_CSDBATCH_CHANGE = 0x02
public boolean sorDrepapiChange()
sorChangeAgent()
equals SOR_DREPAPI_CHANGE
.sorChangeAgent()
equals SOR_DREPAPI_CHANGE
SOR_DREPAPI_CHANGE = 0x03
public boolean sorCreateChange()
sorChangeAgent()
equals SOR_CREATE_CHANGE
.sorChangeAgent()
equals SOR_CREATE_CHANGE
SOR_CREATE_CHANGE = 0x04
public boolean sorSystemChange()
sorChangeAgent()
equals SOR_SYSTEM_CHANGE
.sorChangeAgent()
equals SOR_SYSTEM_CHANGE
SOR_SYSTEM_CHANGE = 0x07
public boolean sorCsdapiInstall()
sorInstallAgent()
equals SOR_CSDAPI_INSTALL
.sorInstallAgent()
equals SOR_CSDAPI_INSTALL
SOR_CSDAPI_INSTALL = 0x01
public boolean sorCreateInstall()
sorInstallAgent()
equals SOR_CREATE_INSTALL
.sorInstallAgent()
equals SOR_CREATE_INSTALL
SOR_CREATE_INSTALL = 0x04
public boolean sorGrplistInstall()
sorInstallAgent()
equals SOR_GRPLIST_INSTALL
.sorInstallAgent()
equals SOR_GRPLIST_INSTALL
SOR_GRPLIST_INSTALL = 0x05
public boolean sorBundleInstall()
sorInstallAgent()
equals SOR_BUNDLE_INSTALL
.sorInstallAgent()
equals SOR_BUNDLE_INSTALL
SOR_BUNDLE_INSTALL = 0x09
public static SocketsServiceStatistics 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.