gov.bnl.star.offline.scheduler.monitor
Interface MLPseudoClientQueueInfoFinder

All Superinterfaces:
QueueInfoFinder

public interface MLPseudoClientQueueInfoFinder
extends QueueInfoFinder

Author:
stratos

Method Summary
 java.util.Collection getQueueInfoPC(java.lang.String PCHost, int PCPort)
          Returns a Collection of QueueInfo for all available queues from a specific MonALISA Pseudo Client (PCHost) listening to a specific port (PCPort)
 QueueInfo getQueueInfoPC(java.lang.String queueName, java.lang.String PCHost, int PCPort)
          Returns QueueInfo for a specific queue (queueName) from a specific MonALISA Pseudo Client (PCHost) listening to a specific port (PCPort)
 
Methods inherited from interface gov.bnl.star.offline.scheduler.monitor.QueueInfoFinder
getQueueInfo, getQueueInfo, getQueueInfo
 

Method Detail

getQueueInfoPC

QueueInfo getQueueInfoPC(java.lang.String queueName,
                         java.lang.String PCHost,
                         int PCPort)
Returns QueueInfo for a specific queue (queueName) from a specific MonALISA Pseudo Client (PCHost) listening to a specific port (PCPort)


getQueueInfoPC

java.util.Collection getQueueInfoPC(java.lang.String PCHost,
                                    int PCPort)
Returns a Collection of QueueInfo for all available queues from a specific MonALISA Pseudo Client (PCHost) listening to a specific port (PCPort)



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