public class TdbOutputFormat extends TdbFormat
| Constructor and Description |
|---|
TdbOutputFormat(TdbSession session)
Constructor, creates a blank instance
|
TdbOutputFormat(TdbSession session,
TdbControlObject ob)
Constructor, creates an output format instance for the provided Control object reference
|
| Modifier and Type | Method and Description |
|---|---|
void |
test(TdbKernelWindow window)
Test the current format; this creates a temporary format on the server and attempts
to execute it.
|
content, copy, create, create, delete, delete, delete, export, export, export, get, get, get, getComment, getDatabase, getName, getOwnerName, importUpdate, importUpdate, importUpdate, iterator, put, rename, setComment, setContent, setDatabase, setNamegetControlObjectcodeList, getLastCode, getLastMessage, hasMessages, messageList, resetMessagescancel, getSession, isCancelable, setCancelablepublic TdbOutputFormat(TdbSession session) throws TdbException
session - Active sessionTdbExceptionpublic TdbOutputFormat(TdbSession session, TdbControlObject ob) throws TdbException
session - Active sessionob - Control object reference for the formatTdbExceptionpublic void test(TdbKernelWindow window) throws TdbException
This method causes network I/O.
window - Will be updated with any output generated by the testTdbException