|
IBM WebSphere Application ServerTM Release 8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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(commonj.sdo.ChangeSummary changeSummary,
java.io.OutputStream out)
Print ChangeSummary content to specified output stream. |
void |
print(commonj.sdo.DataObject dataObject,
java.io.OutputStream out)
Print Business Object content to specified output stream. |
void |
print(commonj.sdo.Type type,
java.io.OutputStream out)
Print Business Object type to specified output stream. |
Field Detail |
---|
static final java.lang.String COPYRIGHT
Method Detail |
---|
void print(commonj.sdo.DataObject dataObject, java.io.OutputStream out) throws java.io.IOException
dataObject
- the Business Object to be printed outout
- the output stream
java.io.IOException
void print(commonj.sdo.Type type, java.io.OutputStream out) throws java.io.IOException
type
- the Business Object type to be printed out.out
- the output stream
java.io.IOException
void print(commonj.sdo.ChangeSummary changeSummary, java.io.OutputStream out) throws java.io.IOException
changeSummary
- the Change Summary to be printed out.out
- the output stream
java.io.IOException
|
IBM WebSphere Application ServerTM Release 8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |