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

All Known Implementing Classes:
MonaLisaClusterInfoFinder

public interface ClusterInfoFinder

Polls the monitoring service and retrieves information about the clusters.

Author:
Gabriele Carcassi, Efstratios Efstathiadis

Method Summary
 ClusterInfo getClusterInfo(java.lang.String clusterName)
          Returns the cluster information for the given cluster
 

Method Detail

getClusterInfo

ClusterInfo getClusterInfo(java.lang.String clusterName)
Returns the cluster information for the given cluster

Parameters:
clusterName - the name of the cluster to get information about (i.e. rcas.rcf.bnl.gov)
Returns:
the information about the cluster or null if no information is available


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