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 IOException
IOException
- If an I/O error occurs.void StartQueueSearch(int idx, int cnt) throws 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.IOException
- If an I/O error occurs.Copyright © 2005–2017 Alfresco Software. All rights reserved.