org.opengroup.arm3.tranreport
Interface ArmTranReportWithMetrics

All Superinterfaces:
ArmTranReport

public interface ArmTranReportWithMetrics
extends ArmTranReport


Method Summary
 void clearMetric(int slot)
           
 int getMetricCounter32(int slot)
           
 long getMetricCounter64(int slot)
           
 float getMetricCounterFloat32(int slot)
           
 int getMetricGauge32(int slot)
           
 long getMetricGauge64(int slot)
           
 float getMetricGaugeFloat32(int slot)
           
 int getMetricNumericId32(int slot)
           
 long getMetricNumericId64(int slot)
           
 java.lang.String getMetricString32(int slot)
           
 java.lang.String getMetricString8(int slot)
           
 int getMetricType(int slot)
           
 boolean isMetricSet(int slot)
           
 void setMetricCounter32(int slot, int value)
           
 void setMetricCounter64(int slot, long value)
           
 void setMetricCounterFloat32(int slot, float value)
           
 void setMetricGauge32(int slot, int value)
           
 void setMetricGauge64(int slot, long value)
           
 void setMetricGaugeFloat32(int slot, float value)
           
 void setMetricNumericId32(int slot, int value)
           
 void setMetricNumericId64(int slot, long value)
           
 void setMetricString32(int slot, java.lang.String value)
           
 void setMetricString8(int slot, java.lang.String value)
           
 
Methods inherited from interface org.opengroup.arm3.tranreport.ArmTranReport
getCorr, getParentCorr, getResponseTime, getStatus, getStopTime, getTranHandle, getTranUUID, getUserUUID, init, init, init, init, init, init, initGenCorr, initGenCorr, initGenCorr, initGenCorr, process, process, process
 

Method Detail

clearMetric

void clearMetric(int slot)

getMetricType

int getMetricType(int slot)

isMetricSet

boolean isMetricSet(int slot)

getMetricCounter32

int getMetricCounter32(int slot)

getMetricCounter64

long getMetricCounter64(int slot)

getMetricCounterFloat32

float getMetricCounterFloat32(int slot)

getMetricGauge32

int getMetricGauge32(int slot)

getMetricGauge64

long getMetricGauge64(int slot)

getMetricGaugeFloat32

float getMetricGaugeFloat32(int slot)

getMetricNumericId32

int getMetricNumericId32(int slot)

getMetricNumericId64

long getMetricNumericId64(int slot)

getMetricString32

java.lang.String getMetricString32(int slot)

getMetricString8

java.lang.String getMetricString8(int slot)

setMetricCounter32

void setMetricCounter32(int slot,
                        int value)

setMetricCounter64

void setMetricCounter64(int slot,
                        long value)

setMetricCounterFloat32

void setMetricCounterFloat32(int slot,
                             float value)

setMetricGauge32

void setMetricGauge32(int slot,
                      int value)

setMetricGauge64

void setMetricGauge64(int slot,
                      long value)

setMetricGaugeFloat32

void setMetricGaugeFloat32(int slot,
                           float value)

setMetricNumericId32

void setMetricNumericId32(int slot,
                          int value)

setMetricNumericId64

void setMetricNumericId64(int slot,
                          long value)

setMetricString32

void setMetricString32(int slot,
                       java.lang.String value)

setMetricString8

void setMetricString8(int slot,
                      java.lang.String value)