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