com.microstrategy.web.objects.WebClusterMember |
The WebClusterMember interface provides a standard representation for
nodes within a cluster. A reference to an instance of this interface
can be acquired from WebClusterMembership
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
abstract int |
getLoad()
Returns the load of the cluster member
| ||||||||||
abstract WebProjectManipulator |
getManipulator()
Get
WebProjectManipulator object used to perform manipulations on projects in
cluster. | ||||||||||
abstract String |
getName()
Returns the name of the cluster member.
| ||||||||||
abstract int |
getPort()
Returns the port of the cluster member
| ||||||||||
abstract WebClusterProjectInfoCollection |
getProjectInfoCollection()
Returns a collection of
WebClusterProjectInfo objects. | ||||||||||
abstract int |
getProtocol()
Returns the network protocol of the server
| ||||||||||
abstract int |
getStatus()
Returns the status of the cluster member
|
Returns the load of the cluster member
Get WebProjectManipulator
object used to perform manipulations on projects in
cluster. Any manipulations performed with a manipulator obtained from
this method will affect the project only for this Cluster Member.
Other members within the cluster will maintain previous project
states.
WebObjectsException |
---|
Returns the name of the cluster member. This will be the server's name
Returns the port of the cluster member
Returns a collection of WebClusterProjectInfo
objects. Each object contains
information about the projects on this server and a link to a WebProjectInstance
WebClusterProjectInfoCollection
representing a set of WebClusterProjectInfo
objects
Returns the network protocol of the server
EnumDSSXMLNetProtocol
describing the network protocol of cluster member
Returns the status of the cluster member
EnumDSSXMLClusterMemberStatus
describing status of
cluster member