public interface PrintQueueEnumerator
Modifier and Type | Method and Description |
---|---|
PrintJob |
nextEntry()
Return the next print queue entry.
|
void |
StartQueueSearch(int idx,
int cnt)
Start a new scan of the print servers queue.
|
PrintJob nextEntry() throws java.io.IOException
java.io.IOException
- If an I/O error occurs.void StartQueueSearch(int idx, int cnt) throws java.io.IOException
idx
- Starting index for the first queue entry to return.cnt
- Number of queue entries to return. A positive value indicates a forward search,
and a negative value indicates a reverse search.java.io.IOException
- If an I/O error occurs.Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.