public class WriterJobList extends PrintObjectList implements java.io.Serializable
WriterJob
,
Serialized FormConstructor and Description |
---|
WriterJobList()
Constructs a WriterJobList object.
|
WriterJobList(AS400 system)
Constructs a WriterJobList object.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getQueueFilter()
Returns the output queue filter.
|
java.lang.String |
getWriterFilter()
Returns the writer filter.
|
void |
setQueueFilter(java.lang.String queueFilter)
Sets the output queue filter.
|
void |
setWriterFilter(java.lang.String writerFilter)
Sets writer list filter.
|
addPrintObjectListListener, addPropertyChangeListener, addVetoableChangeListener, close, getObject, getObjects, getSystem, isCompleted, openAsynchronously, openSynchronously, removePrintObjectListListener, removePropertyChangeListener, removeVetoableChangeListener, resetAttributesToRetrieve, resetFilter, setAttributesToRetrieve, setCache, setSystem, size, waitForItem, waitForListToComplete
public WriterJobList()
public WriterJobList(AS400 system)
system
- The system on which the writer jobs exist.public java.lang.String getQueueFilter()
public java.lang.String getWriterFilter()
public void setQueueFilter(java.lang.String queueFilter) throws java.beans.PropertyVetoException
queueFilter
- Specifies the library and output queue name for which the writer
jobs will be listed. The format of the queueFilter string must be in the
format of /QSYS.LIB/libname.LIB/queuename.OUTQ, where
java.beans.PropertyVetoException
- If the change is vetoed.public void setWriterFilter(java.lang.String writerFilter) throws java.beans.PropertyVetoException
writerFilter
- The name of the writers to list.
writer is the name of the writers to list.
It can be a specific name, a generic name, or the special value *ALL.
The default for the writerFilter is *ALL.java.beans.PropertyVetoException
- If the change is vetoed.