gov.bnl.star.offline.scheduler.monitor
Class MonaLisaQueueInfoFinder

java.lang.Object
  extended by gov.bnl.star.offline.scheduler.monitor.MonaLisaQueueInfoFinder
All Implemented Interfaces:
QueueInfoFinder

public class MonaLisaQueueInfoFinder
extends java.lang.Object
implements QueueInfoFinder

Author:
stratos

Constructor Summary
MonaLisaQueueInfoFinder()
          Creates a new instance of MonaLisaQueueInfoFinder
 
Method Summary
 java.util.Collection getQueueInfo()
           
 java.util.Collection getQueueInfo(java.util.Collection queueNames)
           
 QueueInfo getQueueInfo(java.lang.String queueName)
           
 QueueInfo getQueueInfofromWS(java.lang.String[] WS)
           
 QueueInfo getQueueInfofromWS(java.lang.String queueName, java.lang.String WS)
           
 QueueInfo loadInformationFromWS(java.lang.String WS)
           
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MonaLisaQueueInfoFinder

public MonaLisaQueueInfoFinder()
Creates a new instance of MonaLisaQueueInfoFinder

Method Detail

main

public static void main(java.lang.String[] args)
Parameters:
args - the command line arguments

getQueueInfo

public java.util.Collection getQueueInfo()
Specified by:
getQueueInfo in interface QueueInfoFinder

loadInformationFromWS

public QueueInfo loadInformationFromWS(java.lang.String WS)

getQueueInfofromWS

public QueueInfo getQueueInfofromWS(java.lang.String[] WS)

getQueueInfo

public QueueInfo getQueueInfo(java.lang.String queueName)
Specified by:
getQueueInfo in interface QueueInfoFinder

getQueueInfofromWS

public QueueInfo getQueueInfofromWS(java.lang.String queueName,
                                    java.lang.String WS)

getQueueInfo

public java.util.Collection getQueueInfo(java.util.Collection queueNames)
Specified by:
getQueueInfo in interface QueueInfoFinder


Copyright © 2002-2004 STAR collaboration - Brookhaven National Laboratory. All Rights Reserved.