Serializable
public class WriterJobList extends PrintObjectList<WriterJob> implements Serializable
WriterJob
,
Serialized FormConstructor | Description |
---|---|
WriterJobList() |
Constructs a WriterJobList object.
|
WriterJobList(AS400 system) |
Constructs a WriterJobList object.
|
Modifier and Type | Method | Description |
---|---|---|
String |
getQueueFilter() |
Returns the output queue filter.
|
String |
getWriterFilter() |
Returns the writer filter.
|
void |
setQueueFilter(String queueFilter) |
Sets the output queue filter.
|
void |
setWriterFilter(String writerFilter) |
Sets writer list filter.
|
addPrintObjectListListener, addPropertyChangeListener, addVetoableChangeListener, close, getObject, getObjects, getObjectsList, 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 String getQueueFilter()
public String getWriterFilter()
public void setQueueFilter(String queueFilter) throws 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
PropertyVetoException
- If the change is vetoed.public void setWriterFilter(String writerFilter) throws 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.PropertyVetoException
- If the change is vetoed.Copyright © 2024. All rights reserved.