com.microstrategy.web.objects.WebClusterSource |
The WebClusterSource
interface is the entry point for each cluster
management API and is obtained from the WebObjectsFactory
. The
main purpose of WebClusterSource
is to obtain a
WebClusterMembership
object to perform cluster manipulations
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
abstract WebClusterMembership |
getConnectedClusterMembership()
Obtains a
WebClusterMembership object through which cluster
manipulations can be performed |
Obtains a WebClusterMembership
object through which cluster
manipulations can be performed
WebClusterMembership
object, representing a collection of
members of the cluster to which a session has been created.