public interface ArmTranReportFactory
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
propertyKey |
Modifier and Type | Method and Description |
---|---|
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() |
static final java.lang.String propertyKey
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()