| sun.tools.jstat.OutputFormatter |
Known Indirect Subclasses
| OptionOutputFormatter |
A class for applying an OptionFormat to a particular context, the context
of the available Instrumentation for a monitorable Java Virtual Machine. |
| RawOutputFormatter |
A class for formatting raw counter output. |
|
Class Overview
An interface for the JStatLogger formatting.
Summary
| Public Methods |
|
abstract
String
|
getHeader()
get the header row that describes the data in the columns
|
|
abstract
String
|
getRow()
get the data row.
|
Public Methods
public
abstract
String
getHeader
()
get the header row that describes the data in the columns
public
abstract
String
getRow
()