com.platform.ego.impl
Class ClusterInfo

java.lang.Object
  extended by com.platform.ego.impl.ClusterInfo

public class ClusterInfo
extends java.lang.Object

ClusterInfo provides detailed information about the EGO cluster. This class is mainly used in functions that query information directly from the EGO Server.

Version:
1.2.3

Constructor Summary
ClusterInfo()
           
 
Method Summary
 java.lang.String[] getCandidateMasterArray()
          Get master candidate list of cluster.
 java.lang.String getClusterName()
          Get name of cluster.
 java.lang.String getMasterName()
          Get name of master host.
 java.lang.String getVersion()
          Get version of EGO master.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClusterInfo

public ClusterInfo()
Method Detail

getCandidateMasterArray

public java.lang.String[] getCandidateMasterArray()
Get master candidate list of cluster.

Returns:
master candidate list.

getClusterName

public java.lang.String getClusterName()
Get name of cluster.

Returns:
name of cluster.

getMasterName

public java.lang.String getMasterName()
Get name of master host.

Returns:
name of master host.

getVersion

public java.lang.String getVersion()
Get version of EGO master.

Returns:
version of EGO master.


Copyright (C) 1992-2007 Platform Computing Corporation