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.StringgetNodeName()Return the name of the node.intgetNodePort()Return the port of the node.voidsetNodeName(java.lang.String name)set the name of the node with given argument.voidsetNodePort(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:WebFenceClusterNodeset the name of the node with given argument.- Specified by:
 setNodeNamein interfaceWebFenceClusterNode
 
- 
getNodeName
public java.lang.String getNodeName()
Description copied from interface:WebFenceClusterNodeReturn the name of the node.- Specified by:
 getNodeNamein interfaceWebFenceClusterNode
 
- 
setNodePort
public void setNodePort(int port)
Description copied from interface:WebFenceClusterNodeset the port of the node with given argument.- Specified by:
 setNodePortin interfaceWebFenceClusterNode
 
- 
getNodePort
public int getNodePort()
Description copied from interface:WebFenceClusterNodeReturn the port of the node.- Specified by:
 getNodePortin interfaceWebFenceClusterNode
 
 - 
 
 -