|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.as400.access.PrintObjectList
com.ibm.as400.access.OutputQueueList
The OutputQueueList class is used to build a list of server 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 | |
---|---|
String |
getQueueFilter()
Returns the output queue list filter. |
void |
setQueueFilter(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 server on which the output queues exists.Method Detail |
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.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |