org.gridbus.broker.farming.common.queues
Class QueueManagerPBS

java.lang.Object
  |
  +--org.gridbus.broker.farming.common.queues.QueueManagerPBS
All Implemented Interfaces:
QueueManager

public class QueueManagerPBS
extends java.lang.Object
implements QueueManager

Author:
hag

Constructor Summary
QueueManagerPBS(ComputeServer server)
           
 
Method Summary
 JobQueue bestQueue()
           
 void discover()
           
 java.util.Collection getQueues()
           
 boolean hasQueues()
           
 void update()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QueueManagerPBS

public QueueManagerPBS(ComputeServer server)
Parameters:
server -
Method Detail

update

public void update()
Specified by:
update in interface QueueManager
See Also:
QueueManager.update()

discover

public void discover()
Specified by:
discover in interface QueueManager
See Also:
QueueManager.discover()

getQueues

public java.util.Collection getQueues()
Specified by:
getQueues in interface QueueManager
Returns:
See Also:
QueueManager.getQueues()

bestQueue

public JobQueue bestQueue()
Specified by:
bestQueue in interface QueueManager
Returns:
See Also:
QueueManager.bestQueue()

hasQueues

public boolean hasQueues()
Specified by:
hasQueues in interface QueueManager
Returns:
See Also:
QueueManager.hasQueues()