|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.tws.conn.util.GetJobOutputContext
This class contain all the information needed to retrieve the job output in bunches. This class should be simply taken from a GetJobOutputResult and passed again to the next invokation of the getJobOutput method. For this reason there shouldn't be any reason to read/write the information present in this class, unless you whould like to write your own Iterator. This class is used in the GetJobOutputResult.
GetJobOutputResult
,
Serialized FormField Summary | |
---|---|
static java.lang.String |
COPYRIGHT
Copyright |
static int |
EOF
End Of File Constant |
Constructor Summary | |
---|---|
GetJobOutputContext()
Empty Constructor |
Method Summary | |
---|---|
Context |
getContext()
Get the context |
Identifier |
getFileId()
Get the file identifier. |
boolean |
getIsLastPage()
Get true if it is the last page. |
Identifier |
getJobId()
Get the JobInPlan identifier |
int |
getLines()
Get the lines to retrieve |
int |
getPageNum()
Get the page number. |
void |
setContext(Context context)
Set the context For Internal Use only |
void |
setFileId(Identifier fileId)
Set the file identifier. |
void |
setIsLastPage(boolean isLastPage)
Mark the last page. |
void |
setJobId(Identifier identifier)
Set the job identifier For Internal Use Only. |
void |
setLines(int lines)
Set the lines to retrieve For Internal Use Only |
void |
setPageNum(int pageNum)
Set the page number. |
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
public static final int EOF
Constructor Detail |
public GetJobOutputContext()
Method Detail |
public int getLines()
public void setLines(int lines)
lines
- the lines to retrievepublic int getPageNum()
public void setPageNum(int pageNum)
pageNum
- the page numberpublic boolean getIsLastPage()
public void setIsLastPage(boolean isLastPage)
isLastPage
- true if the last page should be marked, false otherwisepublic Identifier getFileId()
public void setFileId(Identifier fileId)
fileId
- the fileIdentifier to set.public Context getContext()
public void setContext(Context context)
context
- The contextpublic Identifier getJobId()
public void setJobId(Identifier identifier)
identifier
- The job identifier
|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |