public interface NodeLabel
| Modifier and Type | Method and Description |
|---|---|
void |
assignLabel(int nodeID,
NodeLabel nodeLabel) |
void |
assignLabel(int nodeID,
NodeLabel nodeLabel,
Connection dbConnection) |
NodeLabel |
computeLabel(int nodeID) |
NodeLabel |
computeLabel(int nodeID,
Connection dbConnection) |
String |
getLabel() |
OnmsNode.NodeLabelSource |
getSource() |
NodeLabel |
retrieveLabel(int nodeID) |
NodeLabel |
retrieveLabel(int nodeID,
Connection dbConnection) |
String |
toString() |
String getLabel()
OnmsNode.NodeLabelSource getSource()
NodeLabel retrieveLabel(int nodeID) throws SQLException
SQLExceptionNodeLabel retrieveLabel(int nodeID, Connection dbConnection) throws SQLException
SQLExceptionvoid assignLabel(int nodeID,
NodeLabel nodeLabel)
throws SQLException
SQLExceptionvoid assignLabel(int nodeID,
NodeLabel nodeLabel,
Connection dbConnection)
throws SQLException
SQLExceptionNodeLabel computeLabel(int nodeID) throws SQLException
SQLExceptionNodeLabel computeLabel(int nodeID, Connection dbConnection) throws SQLException
SQLExceptionCopyright © 2015. All rights reserved.