public interface

WebClusterInfo

com.microstrategy.web.objects.WebClusterInfo

Class Overview

This interface represents the information for a single i-Server cluster

Summary

Public Methods
abstract WebClusterNodeInfo getNode(int i)
Returns WebClusterNodeInfo interface for a given node index from the collection of cluster nodes.
abstract WebClusterNodeInfo getNode(String nodeName)
Returns WebClusterNodeInfo interface for a given node name from the collection of cluster nodes.
abstract int getNodeCount()
Returns a a number of WebClusterNodeInfo interfaces those are in the cluster

Public Methods

public abstract WebClusterNodeInfo getNode (int i)

Returns WebClusterNodeInfo interface for a given node index from the collection of cluster nodes.

Parameters
i Index of a node from collection where the first element has index 0.
Returns

public abstract WebClusterNodeInfo getNode (String nodeName)

Returns WebClusterNodeInfo interface for a given node name from the collection of cluster nodes.

Returns

public abstract int getNodeCount ()

Returns a a number of WebClusterNodeInfo interfaces those are in the cluster