IBM WebSphere Application ServerTM
Release 8

com.ibm.ffdc.config
Interface IncidentStream.Writer<T extends java.io.OutputStream>

Enclosing interface:
IncidentStream

public static interface IncidentStream.Writer<T extends java.io.OutputStream>

Custom formatters or formattable implementations can use this interface to access the output stream used by the incident stream.


Method Summary
 void writeTo(T os)
          Write custom content to the provided output stream.
 

Method Detail

writeTo

void writeTo(T os)
             throws java.io.IOException
Write custom content to the provided output stream.

Parameters:
os -
Throws:
java.io.IOException

IBM WebSphere Application ServerTM
Release 8