org.opengroup.arm3.tranreport
Interface ArmTranReportFactory
public interface ArmTranReportFactory
Method Summary |
ArmSystem |
newArmSystem()
|
ArmSystem |
newArmSystem(ArmSystemId id,
short instance,
short vendorId,
short agentVer)
|
ArmSystemId |
newArmSystemId(short format,
byte[] idBytes)
|
ArmSystemId |
newArmSystemId(short format,
byte[] idBytes,
int offset)
|
ArmSystemId |
newArmSystemId(short format,
byte[] idBytes,
int offset,
int len)
|
ArmTranReport |
newArmTranReport()
|
ArmTranReportCorrelator |
newArmTranReportCorrelator(byte[] corrBytes)
|
ArmTranReportCorrelator |
newArmTranReportCorrelator(byte[] corrBytes,
int offset)
|
ArmTranReportWithMetrics |
newArmTranReportWithMetrics()
|
propertyKey
static final java.lang.String propertyKey
- See Also:
- Constant Field Values
newArmSystem
ArmSystem newArmSystem()
newArmSystem
ArmSystem newArmSystem(ArmSystemId id,
short instance,
short vendorId,
short agentVer)
newArmSystemId
ArmSystemId newArmSystemId(short format,
byte[] idBytes)
newArmSystemId
ArmSystemId newArmSystemId(short format,
byte[] idBytes,
int offset)
newArmSystemId
ArmSystemId newArmSystemId(short format,
byte[] idBytes,
int offset,
int len)
newArmTranReport
ArmTranReport newArmTranReport()
newArmTranReportCorrelator
ArmTranReportCorrelator newArmTranReportCorrelator(byte[] corrBytes)
newArmTranReportCorrelator
ArmTranReportCorrelator newArmTranReportCorrelator(byte[] corrBytes,
int offset)
newArmTranReportWithMetrics
ArmTranReportWithMetrics newArmTranReportWithMetrics()