Rational Developer for Power Systems Software
V7.6

com.ibm.etools.iseries.comm.interfaces
Interface IISeriesHostSpoolFileBasic

All Superinterfaces:
IISeriesHostSpoolFileNameOnly
All Known Implementing Classes:
ISeriesHostSpoolFileBasic

public interface IISeriesHostSpoolFileBasic
extends IISeriesHostSpoolFileNameOnly

This interface represents a single file SpoolFile format on the AS/400.


Field Summary
static String Copyright
           
 
Method Summary
 String getOutqLibrary()
           
 String getOutqName()
           
 String getStatus()
           
 int getTotalPages()
           
 String getUserData()
           
 void setOutqLibrary(String name)
           
 void setOutqName(String name)
           
 void setStatus(int sts)
           
 void setTotalPages(int name)
           
 void setUserData(String name)
           
 
Methods inherited from interface com.ibm.etools.iseries.comm.interfaces.IISeriesHostSpoolFileNameOnly
getFileName, getJobName, getJobNumber, getJobUser, getSplfNumber, setFileName, setJobName, setJobNumber, setJobUser, setSplfNumber, toString, writeObjectInfo
 

Field Detail

Copyright

static final String Copyright
See Also:
Constant Field Values
Method Detail

setOutqName

void setOutqName(String name)

setOutqLibrary

void setOutqLibrary(String name)

setUserData

void setUserData(String name)

setStatus

void setStatus(int sts)

setTotalPages

void setTotalPages(int name)

getOutqName

String getOutqName()

getOutqLibrary

String getOutqLibrary()

getUserData

String getUserData()

getStatus

String getStatus()

getTotalPages

int getTotalPages()

Rational Developer for Power Systems Software
V7.6

Copyright © 2011 IBM Corp. All Rights Reserved.

Note: This documentation is for part of an interim API that is still under development and expected to change significantly before reaching stability. It is being made available at this early stage to solicit feedback from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken (repeatedly) as the API evolves.