Package com.microstrategy.web.objects
Class WebFenceClusterNodeImpl
- java.lang.Object
-
- com.microstrategy.web.objects.WebFenceClusterNodeImpl
-
- All Implemented Interfaces:
WebFenceClusterNode
public class WebFenceClusterNodeImpl extends java.lang.Object implements WebFenceClusterNode
-
-
Constructor Summary
Constructors Constructor Description WebFenceClusterNodeImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getNodeName()
Return the name of the node.int
getNodePort()
Return the port of the node.void
setNodeName(java.lang.String name)
set the name of the node with given argument.void
setNodePort(int port)
set the port of the node with given argument.
-
-
-
Method Detail
-
setNodeName
public void setNodeName(java.lang.String name)
Description copied from interface:WebFenceClusterNode
set the name of the node with given argument.- Specified by:
setNodeName
in interfaceWebFenceClusterNode
-
getNodeName
public java.lang.String getNodeName()
Description copied from interface:WebFenceClusterNode
Return the name of the node.- Specified by:
getNodeName
in interfaceWebFenceClusterNode
-
setNodePort
public void setNodePort(int port)
Description copied from interface:WebFenceClusterNode
set the port of the node with given argument.- Specified by:
setNodePort
in interfaceWebFenceClusterNode
-
getNodePort
public int getNodePort()
Description copied from interface:WebFenceClusterNode
Return the port of the node.- Specified by:
getNodePort
in interfaceWebFenceClusterNode
-
-