public interface BackendManager
| Modifier and Type | Method and Description |
|---|---|
void |
addSet(String queue,
Monitor monitor,
Batchmgr batchmgr,
Scheduler scheduler)
Add in a backend set to this manager.
|
Batchmgr |
getBatchmgr(String queue)
Return batch manager for the given queue.
|
Monitor |
getMonitor(String queue)
Return monitor for the given queue.
|
List<Monitor> |
getMonitors()
Return a list of all monitors.
|
Scheduler |
getScheduler(String queue)
Return scheduler for the given queue.
|
void addSet(String queue, Monitor monitor, Batchmgr batchmgr, Scheduler scheduler)
queue - - queue that maps to the given monitor, batchmgr, and schedulermonitor - - monitor used for this setbatchmgr - - batch manager for this setscheduler - - scheduler for this setMonitor getMonitor(String queue) throws QueueManagerException
queue - - queue to checkQueueManagerException - when queue does not existBatchmgr getBatchmgr(String queue) throws QueueManagerException
queue - - queue to checkQueueManagerException - when queue does not existScheduler getScheduler(String queue) throws QueueManagerException
queue - - queue to checkQueueManagerException - when queue does not existCopyright © 1999–2017 Apache OODT. All rights reserved.