IBM WebSphere Application ServerTM
Release 8

com.ibm.ffdc.config
Interface Formattable


public interface Formattable

This interface specifies how a class can customize the display of its instances within an ffdc incident report.


Method Summary
 void formatTo(IncidentStream is)
          Emit the customized human readable text to represent this object
 

Method Detail

formatTo

void formatTo(IncidentStream is)
Emit the customized human readable text to represent this object

Parameters:
is - the incident stream, the data will be written here

IBM WebSphere Application ServerTM
Release 8