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, setName
getControlObject
codeList, getLastCode, getLastMessage, hasMessages, messageList, resetMessages
cancel, getSession, isCancelable, setCancelable
public TdbOutputFormat(TdbSession session) throws TdbException
session
- Active sessionTdbException
public TdbOutputFormat(TdbSession session, TdbControlObject ob) throws TdbException
session
- Active sessionob
- Control object reference for the formatTdbException
public void test(TdbKernelWindow window) throws TdbException
This method causes network I/O.
window
- Will be updated with any output generated by the testTdbException