public class OutputQueueList extends PrintObjectList implements java.io.Serializable
OutputQueue,
Serialized Form| Constructor and Description |
|---|
OutputQueueList()
Constructs an OutputQueueList object.
|
OutputQueueList(AS400 system)
Constructs an OutputQueueList object.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getQueueFilter()
Returns the output queue list filter.
|
void |
setQueueFilter(java.lang.String queueFilter)
Sets the output queue list filter.
|
addPrintObjectListListener, addPropertyChangeListener, addVetoableChangeListener, close, getObject, getObjects, getSystem, isCompleted, openAsynchronously, openSynchronously, removePrintObjectListListener, removePropertyChangeListener, removeVetoableChangeListener, resetAttributesToRetrieve, resetFilter, setAttributesToRetrieve, setCache, setSystem, size, waitForItem, waitForListToCompletepublic OutputQueueList()
public OutputQueueList(AS400 system)
system - The system on which the output queues exists.public java.lang.String getQueueFilter()
public void setQueueFilter(java.lang.String queueFilter)
throws java.beans.PropertyVetoException
queueFilter - The library and output queues to list.
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.