public class

OptionOutputFormatter

extends Object
implements OutputFormatter
java.lang.Object
   ↳ sun.tools.jstat.OptionOutputFormatter

Class Overview

A class for applying an OptionFormat to a particular context, the context of the available Instrumentation for a monitorable Java Virtual Machine.

Summary

Public Constructors
OptionOutputFormatter(MonitoredVm vm, OptionFormat format)
Public Methods
String getHeader()
get the header row that describes the data in the columns
String getRow()
get the data row.
[Expand]
Inherited Methods
From class java.lang.Object
From interface sun.tools.jstat.OutputFormatter

Public Constructors

public OptionOutputFormatter (MonitoredVm vm, OptionFormat format)

Public Methods

public String getHeader ()

get the header row that describes the data in the columns

public String getRow ()

get the data row.