Package | Description |
---|---|
org.opennms.netmgt.utils |
TODO: add package overview sentence here.
|
org.opennms.web.nodelabel |
TODO: add package overview sentence here.
|
Modifier and Type | Method and Description |
---|---|
static NodeLabel |
NodeLabel.computeLabel(int nodeID)
This method determines what label should be associated with a particular
node.
|
static NodeLabel |
NodeLabel.computeLabel(int nodeID,
Connection dbConnection)
This method determines what label should be associated with a particular
node.
|
static NodeLabel |
NodeLabel.retrieveLabel(int nodeID)
This method queries the 'node' table for the value of the 'nodelabel' and
'nodelabelsource' fields for the node with the provided nodeID.
|
static NodeLabel |
NodeLabel.retrieveLabel(int nodeID,
Connection dbConnection)
This method queries the 'node' table for the value of the 'nodelabel' and
'nodelabelsource' fields for the node with the provided nodeID.
|
Modifier and Type | Method and Description |
---|---|
static void |
NodeLabel.assignLabel(int nodeID,
NodeLabel nodeLabel)
This method updates the 'nodelabel' and 'nodelabelsource' fields of the
'node' table for the specified nodeID.
|
static void |
NodeLabel.assignLabel(int nodeID,
NodeLabel nodeLabel,
Connection dbConnection)
This method updates the 'nodelabel' and 'nodelabelsource' fields of the
'node' table for the specified nodeID.
|
Modifier and Type | Method and Description |
---|---|
protected void |
NodeLabelChangeServlet.sendLabelChangeEvent(int nodeId,
NodeLabel oldNodeLabel,
NodeLabel newNodeLabel)
sendLabelChangeEvent
|
Copyright © 2015. All Rights Reserved.