com.dtolabs.rundeck.core.common
Interface INodeBase

All Known Subinterfaces:
INodeDesc, INodeEntry
All Known Implementing Classes:
NodeBaseImpl, NodeEntryImpl

public interface INodeBase

INodeBase identifies a node by its name.


Method Summary
 java.lang.String getNodename()
          Return the name of the node
 

Method Detail

getNodename

java.lang.String getNodename()
Return the name of the node

Returns: