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

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

public class MonaLisaClusterInfoFinder
extends java.lang.Object
implements ClusterInfoFinder


Constructor Summary
MonaLisaClusterInfoFinder()
          Creates a new instance of MonaLisaClient
 
Method Summary
 ClusterInfo getClusterInfo(java.lang.String clusterName)
          Returns the cluster information for the given cluster
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

MonaLisaClusterInfoFinder

public MonaLisaClusterInfoFinder()
Creates a new instance of MonaLisaClient

Method Detail

main

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

getClusterInfo

public ClusterInfo getClusterInfo(java.lang.String clusterName)
Description copied from interface: ClusterInfoFinder
Returns the cluster information for the given cluster

Specified by:
getClusterInfo in interface ClusterInfoFinder
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.