|
JSCAPE MFT Server | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface MetricsFormatter
Metrics formatter.
Nested Class Summary | |
---|---|
static class |
MetricsFormatter.FormatterException
Formatter error. |
Method Summary | |
---|---|
java.lang.String |
format(Metrics metrics,
com.jscape.inet.mft.subsystems.reporting.FormatEnvironment environment)
Formats the specified metrics. |
java.lang.String |
getMimeType()
Returns MIME media type returned from format method. |
boolean |
supports(Metrics metrics)
Verifies if specified metrics is supported by this formatter instance. |
Method Detail |
---|
boolean supports(Metrics metrics)
metrics
- a metrics to verify
true
if metrics is supported; false
otherwisejava.lang.String getMimeType()
format
method.
java.lang.String format(Metrics metrics, com.jscape.inet.mft.subsystems.reporting.FormatEnvironment environment) throws MetricsFormatter.FormatterException
metrics
- a metrics to formatenvironment
- an environment
MetricsFormatter.FormatterException
- if an error occurs
|
JSCAPE MFT Server | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |