Class RequestmodelStatistics
java.lang.Object
com.blackhillsoftware.smf.Data
com.blackhillsoftware.smf.SmfData
com.blackhillsoftware.smf.cics.statistics.RequestmodelStatistics
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic RequestmodelStatistics
create
(byte[] Data, int offset, int length) create is intended for internal use only.IIR_CHANGE_AGENT as a CIAgent.int
IIR_CHANGE_AGENT raw value.IIR_CHANGE_TIME STCK value converted to LocalDateTime (nanosecond precision).IIR_CHANGE_TIME STCK value.IIR_CHANGE_USERID value.IIR_CORBASERVER_NAME value.IIR_DEFINE_SOURCE value.int
iirdsId()
IIRDS_ID value.int
iirdsLen()
IIRDS_LEN value.int
IIRDS_VERS value.IIR_INSTALL_AGENT as a CIAgent.int
IIR_INSTALL_AGENT raw value.IIR_INSTALL_TIME STCK value converted to LocalDateTime (nanosecond precision).IIR_INSTALL_TIME STCK value.IIR_INSTALL_USERID value.IIR_REQUESTMODEL_NAME value.IIR_RQMODEL_BEAN_NAME value.IIR_RQMODEL_INTERFACE value.IIR_RQMODEL_INTERFACE_TYPE as a IirRqmodelInterfaceType.int
IIR_RQMODEL_INTERFACE_TYPE raw value.IIR_RQMODEL_MODULE value.IIR_RQMODEL_OPERATION value.IIR_RQMODEL_TYPE as a IirRqmodelType.int
IIR_RQMODEL_TYPE raw value.IIR_TRANSACTION_ID value.Methods inherited from class com.blackhillsoftware.smf.SmfData
createSection, getTriplet
-
Field Details
-
IIRIDR
public static final int IIRIDRConstant: 0x6F = 111- See Also:
-
IIR_VERS
public static final int IIR_VERSConstant: 0x01 = 1- See Also:
-
-
Method Details
-
iirdsLen
public int iirdsLen()IIRDS_LEN value.- Returns:
- int IIRDS_LEN value
-
iirdsId
public int iirdsId()IIRDS_ID value.- Returns:
- int IIRDS_ID value
-
iirdsVers
public int iirdsVers()IIRDS_VERS value.- Returns:
- int IIRDS_VERS value
-
iirRequestmodelName
IIR_REQUESTMODEL_NAME value.- Returns:
- String IIR_REQUESTMODEL_NAME value
-
iirCorbaserverName
IIR_CORBASERVER_NAME value.- Returns:
- String IIR_CORBASERVER_NAME value
-
iirTransactionId
IIR_TRANSACTION_ID value.- Returns:
- String IIR_TRANSACTION_ID value
-
iirRqmodelModule
IIR_RQMODEL_MODULE value.- Returns:
- String IIR_RQMODEL_MODULE value
-
iirRqmodelInterface
IIR_RQMODEL_INTERFACE value.- Returns:
- String IIR_RQMODEL_INTERFACE value
-
iirRqmodelOperation
IIR_RQMODEL_OPERATION value.- Returns:
- String IIR_RQMODEL_OPERATION value
-
iirRqmodelBeanName
IIR_RQMODEL_BEAN_NAME value.- Returns:
- String IIR_RQMODEL_BEAN_NAME value
-
iirRqmodelType
IIR_RQMODEL_TYPE as a IirRqmodelType.- Returns:
- IirRqmodelType IIR_RQMODEL_TYPE
-
iirRqmodelTypeRawValue
public int iirRqmodelTypeRawValue()IIR_RQMODEL_TYPE raw value.- Returns:
- int IIR_RQMODEL_TYPE value
-
iirRqmodelInterfaceType
IIR_RQMODEL_INTERFACE_TYPE as a IirRqmodelInterfaceType.- Returns:
- IirRqmodelInterfaceType IIR_RQMODEL_INTERFACE_TYPE
-
iirRqmodelInterfaceTypeRawValue
public int iirRqmodelInterfaceTypeRawValue()IIR_RQMODEL_INTERFACE_TYPE raw value.- Returns:
- int IIR_RQMODEL_INTERFACE_TYPE value
-
iirDefineSource
IIR_DEFINE_SOURCE value.- Returns:
- String IIR_DEFINE_SOURCE value
-
iirChangeTime
IIR_CHANGE_TIME STCK value converted to LocalDateTime (nanosecond precision).Use
iirChangeTimeRawValue()
for a BigInteger containing the complete STCK value.- Returns:
- LocalDateTime IIR_CHANGE_TIME STCK converted to LocalDateTime
- See Also:
-
iirChangeTimeRawValue
IIR_CHANGE_TIME STCK value.- Returns:
- BigInteger IIR_CHANGE_TIME STCK value
-
iirChangeUserid
IIR_CHANGE_USERID value.- Returns:
- String IIR_CHANGE_USERID value
-
iirChangeAgent
IIR_CHANGE_AGENT as a CIAgent.- Returns:
- CIAgent IIR_CHANGE_AGENT
-
iirChangeAgentRawValue
public int iirChangeAgentRawValue()IIR_CHANGE_AGENT raw value.- Returns:
- int IIR_CHANGE_AGENT value
-
iirInstallAgent
IIR_INSTALL_AGENT as a CIAgent.- Returns:
- CIAgent IIR_INSTALL_AGENT
-
iirInstallAgentRawValue
public int iirInstallAgentRawValue()IIR_INSTALL_AGENT raw value.- Returns:
- int IIR_INSTALL_AGENT value
-
iirInstallTime
IIR_INSTALL_TIME STCK value converted to LocalDateTime (nanosecond precision).Use
iirInstallTimeRawValue()
for a BigInteger containing the complete STCK value.- Returns:
- LocalDateTime IIR_INSTALL_TIME STCK converted to LocalDateTime
- See Also:
-
iirInstallTimeRawValue
IIR_INSTALL_TIME STCK value.- Returns:
- BigInteger IIR_INSTALL_TIME STCK value
-
iirInstallUserid
IIR_INSTALL_USERID value.- Returns:
- String IIR_INSTALL_USERID value
-
create
create is intended for internal use only. Instances of this section are created by the parent record or section.- Parameters:
Data
- Array of bytes containing data for this sectionoffset
- Offset of this section in the datalength
- length of the section
-