|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IStatsSnapshot
This interface declares a snapshot of an instance of IStat that was taken at any time. It declares the mandatory content conversion methods for different output formats.
| Method Summary | |
|---|---|
String |
toLogString()
This method shall create a textual representation that is human-readable and proper to write it into a log file. |
String |
toSQL()
This method shall create a SQL statement from the snapshot values. |
String |
toXML()
This method shall create an XML representation of all snapshot values. |
| Method Detail |
|---|
String toLogString()
String toXML()
String toSQL()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||