|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.ibm.as400.access.PrintObjectList | +--com.ibm.as400.access.OutputQueueList
The OutputQueueList class is used to build a list of AS/400 output queue objects of type OutputQueue. The list can be filtered by library and queue name.
OutputQueue
, Serialized FormConstructor Summary | |
OutputQueueList()
Constructs an OutputQueueList object. |
|
OutputQueueList(AS400 system)
Constructs an OutputQueueList object. |
Method Summary | |
java.lang.String |
getQueueFilter()
Returns the output queue list filter. |
void |
setQueueFilter(java.lang.String queueFilter)
Sets the output queue list filter. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public OutputQueueList()
PrintObjectList.setSystem(com.ibm.as400.access.AS400)
public OutputQueueList(AS400 system)
system
- The AS/400 on which the output queues exists.Method Detail |
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.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |