com.microstrategy.web.objects.WebCluster |
This is a collection of WebClusterNode
interfaces.
[Expand]
Inherited Fields | ||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
![]()
|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
abstract Enumeration |
elements()
Returns an enumeration of
WebClusterNode interfaces that are in the cluster. | ||||||||||
abstract WebClusterNode |
get(int index)
Returns the node at the specified index.
| ||||||||||
abstract WebProjectInstances |
getProjects()
Returns the list of all projects loaded on at least one server in the cluster.
| ||||||||||
abstract int |
size()
Returns the number of
WebClusterNode in this cluster. |
[Expand]
Inherited Methods | |||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
![]()
|
Returns an enumeration of WebClusterNode
interfaces that are in the cluster.
WebClusterNode
in the cluster.
Returns the node at the specified index.
index | The index of the node, where the first element has index=1. |
---|
WebClusterNode
if the specified index exists in the cluster, or null if the index is larger than the size of the array.
WebObjectsException |
---|
Returns the list of all projects loaded on at least one server in the cluster.
WebObjectsException | Thrown if there is an error retrieving the list. |
---|
Returns the number of WebClusterNode
in this cluster.