|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ptc.wvs.common.ui.QueueMonitor
Field Summary | |
private static boolean |
SERVER
|
private static String |
SERVER_CLASS
|
Constructor Summary | |
QueueMonitor()
|
Method Summary | |
static void |
deleteQueueEntry(boolean deleteWaiting,
boolean deleteOnlySuccess,
String containerRef)
Deletes all the users queue entries |
static void |
deleteQueueEntry(String containerRef)
Deletes all the users queue entries Supported API: false |
static void |
deleteQueueEntry(String queueNo,
String queueEntryNo)
Deletes a queue entry from a queue Supported API: false |
static String |
displayQueueEntry(String queueNo,
String queueEntryNo,
Boolean refresh,
Locale locale)
Retrieves the detailed log information for a PublishJob Supported API: false |
static String |
getStatistics(Boolean refresh,
Boolean onlyFailures,
Boolean displayAll,
String containerRef,
Locale locale)
Retrieves the PublishJob statistics from the Publisher Queues Supported API: false |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private static final String SERVER_CLASS
private static final boolean SERVER
Constructor Detail |
public QueueMonitor()
Method Detail |
public static void deleteQueueEntry(String containerRef)
public static void deleteQueueEntry(boolean deleteWaiting, boolean deleteOnlySuccess, String containerRef)
deleteWaiting
- - deletes jobs waiting to executedeleteOnlySuccess
- - only delete completed jobs that were also successfull
public static void deleteQueueEntry(String queueNo, String queueEntryNo)
queueNo
- The queue number in which the job was processedqueueEntryNo
- The queue entry number of the jobpublic static String getStatistics(Boolean refresh, Boolean onlyFailures, Boolean displayAll, String containerRef, Locale locale)
refresh
- True if the contents of the table is refreshingonlyFailures
- display only failuresdisplayAll
- force the display of all entries (ie. more than max count)containerRef
- container that the display is for, null for alllocale
- the client locale for the data
public static String displayQueueEntry(String queueNo, String queueEntryNo, Boolean refresh, Locale locale)
queueNo
- The queue number in which the job was processedqueueEntryNo
- The queue entry number of the job
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |