org.opengroup.arm3.tranreport
public interface ArmTranReportFactory
| Field Summary | |
|---|---|
| static String | propertyKey |
| 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() |