Package com.dtolabs.rundeck.core.common
Interface INodeDesc
-
- All Superinterfaces:
INodeBase
- All Known Subinterfaces:
IModifiableNodeEntry,INodeEntry
- All Known Implementing Classes:
NodeEntryImpl
public interface INodeDesc extends INodeBase
interface for node info pertaining to command execution
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanequals(INodeDesc n)Checks equality with another node descriptionjava.lang.StringgetHostname()Returns hostnamejava.lang.StringgetNodename()
-
-
-
Method Detail
-
getHostname
java.lang.String getHostname()
Returns hostname- Returns:
- Name of node
-
getNodename
java.lang.String getNodename()
- Specified by:
getNodenamein interfaceINodeBase- Returns:
- the name of the node
-
equals
boolean equals(INodeDesc n)
Checks equality with another node description- Parameters:
n- descriptor- Returns:
- true if equal
-
-