org.opengroup.arm3.tranreport
Interface ArmTranReportFactory


public interface ArmTranReportFactory


Field Summary
static java.lang.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()
           
 

Field Detail

propertyKey

static final java.lang.String propertyKey
See Also:
Constant Field Values
Method Detail

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()