Package com.microstrategy.web.objects
Interface WebClusters
-
public interface WebClusters
This is a collection ofWebCluster
interfaces.- Since:
- MicroStrategy Web 7.3.1 or earlier
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.Enumeration
elements()
Returns an Enumeration of all of theWebCluster
objects in the collection.WebCluster
get(int index)
Returns the item in the collection at the index given.int
size()
Returns the number of clusters in the collection.
-
-
-
Method Detail
-
elements
java.util.Enumeration elements()
Returns an Enumeration of all of theWebCluster
objects in the collection.- Returns:
- An Enumeration of
WebCluster
objects.
-
size
int size()
Returns the number of clusters in the collection.- Returns:
- The number of clusters in the collection.
-
get
WebCluster get(int index)
Returns the item in the collection at the index given.- Parameters:
index
- The index of theWebCluster
to be returned.
-
-