|
|||||||||||
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.WriterJobList
The WriterJobList class is used to build a list of objects of type WriterJob. The list can be filtered by writer job name or output queue.
WriterJob
,
Serialized FormConstructor Summary | |
---|---|
WriterJobList()
Constructs a WriterJobList object. |
|
WriterJobList(AS400 system)
Constructs a WriterJobList object. |
Method Summary | |
---|---|
String |
getQueueFilter()
Returns the output queue filter. |
String |
getWriterFilter()
Returns the writer filter. |
void |
setQueueFilter(String queueFilter)
Sets the output queue filter. |
void |
setWriterFilter(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 system on which the writer jobs exist.Method Detail |
public String getQueueFilter()
public String getWriterFilter()
public void setQueueFilter(String queueFilter) throws 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
PropertyVetoException
- If the change is vetoed.public void setWriterFilter(String writerFilter) throws 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.
PropertyVetoException
- If the change is vetoed.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |