com.ibm.tws.conn.util
Class GetJobOutputResult

java.lang.Object
  extended bycom.ibm.tws.conn.util.GetJobOutputResult
All Implemented Interfaces:
java.io.Serializable

public class GetJobOutputResult
extends java.lang.Object
implements java.io.Serializable

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.

See Also:
GetJobOutputContext, Serialized Form

Field 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

COPYRIGHT

public static final java.lang.String COPYRIGHT
Copyright

Constructor Detail

GetJobOutputResult

public GetJobOutputResult()
Empty Constructor

Method Detail

getJobOutputContext

public GetJobOutputContext getJobOutputContext()
Get the Job output Context

Returns:
the Job output Context

getOutputBuffer

public java.lang.String getOutputBuffer()
Get the output buffer

Returns:
the output buffer

setJobOutputContext

public void setJobOutputContext(GetJobOutputContext context)
Set the Job output Context For Internal Use Only

Parameters:
context - The Job output Context to set.

setOutputBuffer

public void setOutputBuffer(java.lang.String string)
Set the output buffer For Internal Use only.

Parameters:
string - The output buffer to set.


Copyright © 2005 IBM All Rights Reserved.