org.opengroup.arm3.tranreport

Interface ArmTranReportFactory

public interface ArmTranReportFactory

Field Summary
static StringpropertyKey
Method Summary
ArmSystemnewArmSystem()
ArmSystemnewArmSystem(ArmSystemId id, short instance, short vendorId, short agentVer)
ArmSystemIdnewArmSystemId(short format, byte[] idBytes)
ArmSystemIdnewArmSystemId(short format, byte[] idBytes, int offset)
ArmSystemIdnewArmSystemId(short format, byte[] idBytes, int offset, int len)
ArmTranReportnewArmTranReport()
ArmTranReportCorrelatornewArmTranReportCorrelator(byte[] corrBytes)
ArmTranReportCorrelatornewArmTranReportCorrelator(byte[] corrBytes, int offset)
ArmTranReportWithMetricsnewArmTranReportWithMetrics()

Field Detail

propertyKey

public static final String propertyKey

Method Detail

newArmSystem

public ArmSystem newArmSystem()

newArmSystem

public ArmSystem newArmSystem(ArmSystemId id, short instance, short vendorId, short agentVer)

newArmSystemId

public ArmSystemId newArmSystemId(short format, byte[] idBytes)

newArmSystemId

public ArmSystemId newArmSystemId(short format, byte[] idBytes, int offset)

newArmSystemId

public ArmSystemId newArmSystemId(short format, byte[] idBytes, int offset, int len)

newArmTranReport

public ArmTranReport newArmTranReport()

newArmTranReportCorrelator

public ArmTranReportCorrelator newArmTranReportCorrelator(byte[] corrBytes)

newArmTranReportCorrelator

public ArmTranReportCorrelator newArmTranReportCorrelator(byte[] corrBytes, int offset)

newArmTranReportWithMetrics

public ArmTranReportWithMetrics newArmTranReportWithMetrics()