com.dtolabs.rundeck.core.common
Interface INodeDesc

All Superinterfaces:
INodeBase
All Known Subinterfaces:
INodeEntry
All Known Implementing Classes:
NodeEntryImpl

public interface INodeDesc
extends INodeBase

interface for node info pertaining to command execution


Method Summary
 boolean equals(INodeDesc n)
          Checks equality with another node description
 java.lang.String getHostname()
          Returns hostname
 java.lang.String getNodename()
          Return the name of the node
 

Method Detail

getHostname

java.lang.String getHostname()
Returns hostname

Returns:
Name of node

getNodename

java.lang.String getNodename()
Description copied from interface: INodeBase
Return the name of the node

Specified by:
getNodename in interface INodeBase
Returns:

equals

boolean equals(INodeDesc n)
Checks equality with another node description

Parameters:
n -
Returns: