org.opengroup.arm3.metric
Interface ArmTransactionWithMetrics

All Superinterfaces:
ArmTransaction

public interface ArmTransactionWithMetrics
extends ArmTransaction


Method Summary
 ArmMetric getMetric(int slot)
           
 boolean isMetricValid(int slot)
           
 void setMetricValid(int slot, boolean value)
           
 
Methods inherited from interface org.opengroup.arm3.transaction.ArmTransaction
getCorr, getParentCorr, getRespTime, getStatus, getStopTime, getTranHandle, getTranUUID, getUserUUID, reset, start, start, start, start, stop, update
 

Method Detail

getMetric

ArmMetric getMetric(int slot)

isMetricValid

boolean isMetricValid(int slot)

setMetricValid

void setMetricValid(int slot,
                    boolean value)