|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--com.ibm.as400.access.PrintObjectList
|
+--com.ibm.as400.access.WriterJobList
The WriterJobList class is used to build a list of AS/400 writer job objects of type WriterJob. The list can be filtered by writer job name or output queue.
WriterJob,
Serialized Form| Constructor Summary | |
WriterJobList()
Constructs a WriterJobList object. |
|
WriterJobList(AS400 system)
Constructs a WriterJobList object. |
|
| Method Summary | |
java.lang.String |
getQueueFilter()
Returns the output queue filter. |
java.lang.String |
getWriterFilter()
Returns the writer filter. |
void |
setQueueFilter(java.lang.String queueFilter)
Sets the output queue filter. |
void |
setWriterFilter(java.lang.String writerFilter)
Sets writer list filter. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public WriterJobList()
PrintObjectList.setSystem(com.ibm.as400.access.AS400)public WriterJobList(AS400 system)
system - The AS/400 on which the writer jobs exist.| Method Detail |
public java.lang.String getQueueFilter()
public java.lang.String getWriterFilter()
public void setQueueFilter(java.lang.String queueFilter)
throws java.beans.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
java.beans.PropertyVetoException - If the change is vetoed.
public void setWriterFilter(java.lang.String writerFilter)
throws java.beans.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.
java.beans.PropertyVetoException - If the change is vetoed.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||