atg.service.perfmonitor
Interface Resetable

All Known Implementing Classes:
PerformanceData, PerformanceStackData

public interface Resetable

This interface is used for allowing objects which are stored in a pool to be reset back to a default state. This usually means all members of that object will be set to 0.


Field Summary
static java.lang.String CLASS_VERSION
           
 
Method Summary
 void reset()
          Resets the members of the object back to a default value.
 

Field Detail

CLASS_VERSION

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

reset

void reset()
Resets the members of the object back to a default value.