com.microstrategy.web.objects.WebFenceClusterNode |
![]() |
This interface define a web fence cluster node, since we only need the cluster node name and port,
so we don't reuse WebClusterNode
.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
abstract String |
getNodeName()
Return the name of the node.
| ||||||||||
abstract int |
getNodePort()
Return the port of the node.
| ||||||||||
abstract void |
setNodeName(String name)
set the name of the node with given argument.
| ||||||||||
abstract void |
setNodePort(int port)
set the port of the node with given argument.
|
Return the name of the node.
Return the port of the node.
set the name of the node with given argument.
set the port of the node with given argument.