wt.queue
Interface QueueMonitor

All Known Implementing Classes:
StandardQueueMonitor

public interface QueueMonitor


Field Summary
static int MAX_PROCESS_QUEUES
           
static int MAX_SCHEDULE_QUEUES
           
static String PROCESS
           
static String Q_MODIFICATION
           
static String Q_NOT_STARTED
           
static String Q_NOT_STOPPED
           
static String RECALCULATE
           
static String STATE
           
 

Field Detail

PROCESS

public static final String PROCESS
See Also:
Constant Field Values

RECALCULATE

public static final String RECALCULATE
See Also:
Constant Field Values

STATE

public static final String STATE
See Also:
Constant Field Values

Q_MODIFICATION

public static final String Q_MODIFICATION
See Also:
Constant Field Values

Q_NOT_STOPPED

public static final String Q_NOT_STOPPED
See Also:
Constant Field Values

Q_NOT_STARTED

public static final String Q_NOT_STARTED
See Also:
Constant Field Values

MAX_PROCESS_QUEUES

public static final int MAX_PROCESS_QUEUES
See Also:
Constant Field Values

MAX_SCHEDULE_QUEUES

public static final int MAX_SCHEDULE_QUEUES
See Also:
Constant Field Values