|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.tws.conn.util.GetJobOutputResult
This class is used in the getJobOutuput method. It contains a bunch of the buffer contining the job output and the context with the information needed to perform the next getJobOutput method invokation.
GetJobOutputContext
,
Serialized FormField Summary | |
---|---|
static java.lang.String |
COPYRIGHT
Copyright |
Constructor Summary | |
---|---|
GetJobOutputResult()
Empty Constructor |
Method Summary | |
---|---|
GetJobOutputContext |
getJobOutputContext()
Get the Job output Context |
java.lang.String |
getOutputBuffer()
Get the output buffer |
void |
setJobOutputContext(GetJobOutputContext context)
Set the Job output Context For Internal Use Only |
void |
setOutputBuffer(java.lang.String string)
Set the output buffer For Internal Use only. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final java.lang.String COPYRIGHT
Constructor Detail |
public GetJobOutputResult()
Method Detail |
public GetJobOutputContext getJobOutputContext()
public java.lang.String getOutputBuffer()
public void setJobOutputContext(GetJobOutputContext context)
context
- The Job output Context to set.public void setOutputBuffer(java.lang.String string)
string
- The output buffer to set.
|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |