IBM WebSphere Application ServerTM
Release 7

com.ibm.websphere.bo
Interface BOPrinter


public interface BOPrinter

Print the Business Object content or Business Object type information for human reading. Note: The output format may be changed in future release, so use this for debugging or tracing purpose only.


Field Summary
static java.lang.String COPYRIGHT
           
 
Method Summary
 void print(ChangeSummary changeSummary, java.io.OutputStream out)
          Print ChangeSummary content to specified output stream.
 void print(DataObject dataObject, java.io.OutputStream out)
          Print Business Object content to specified output stream.
 void print(Type type, java.io.OutputStream out)
          Print Business Object type to specified output stream.
 

Field Detail

COPYRIGHT

static final java.lang.String COPYRIGHT
See Also:
Constant Field Values
Method Detail

print

void print(DataObject dataObject,
           java.io.OutputStream out)
           throws java.io.IOException
Print Business Object content to specified output stream.

Parameters:
dataObject - the Business Object to be printed out
out - the output stream
Throws:
java.io.IOException

print

void print(Type type,
           java.io.OutputStream out)
           throws java.io.IOException
Print Business Object type to specified output stream.

Parameters:
type - the Business Object type to be printed out.
out - the output stream
Throws:
java.io.IOException

print

void print(ChangeSummary changeSummary,
           java.io.OutputStream out)
           throws java.io.IOException
Print ChangeSummary content to specified output stream.

Parameters:
changeSummary - the Change Summary to be printed out.
out - the output stream
Throws:
java.io.IOException

IBM WebSphere Application ServerTM
Release 7