| Package | Description | 
|---|---|
| org.opennms.netmgt.collectd | |
| org.opennms.netmgt.dao.api | |
| org.opennms.netmgt.dao.hibernate | |
| org.opennms.web.nodelabel | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
NodeLabelJDBCImpl
Deprecated. 
 
This class is highly deprecated. You should use  
NodeDao directly
 in most cases or use NodeLabelDaoImpl. | 
| Modifier and Type | Method and Description | 
|---|---|
NodeLabel | 
NodeLabelJDBCImpl.computeLabel(int nodeID)
Deprecated. 
 
Update this to use modern DAO methods instead of raw SQL 
 | 
NodeLabel | 
NodeLabelJDBCImpl.retrieveLabel(int nodeID)
Deprecated. 
 
Use a  
NodeDao#load(Integer) method call instead | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
NodeLabelJDBCImpl.assignLabel(int nodeID,
           NodeLabel nodeLabel)
Deprecated. 
 
Use a  
NodeDao#update(org.opennms.netmgt.model.OnmsNode) method call instead | 
| Modifier and Type | Method and Description | 
|---|---|
NodeLabel | 
NodeLabel.computeLabel(int nodeID)  | 
NodeLabel | 
NodeLabel.retrieveLabel(int nodeID)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
NodeLabel.assignLabel(int nodeID,
           NodeLabel nodeLabel)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
NodeLabelDaoImpl
 This class contains convenience functions for retrieving and modifying the
 label associated with a managed node. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
NodeLabel | 
NodeLabelDaoImpl.computeLabel(int nodeID)
This method determines what label should be associated with a particular
 node. 
 | 
NodeLabel | 
NodeLabelDaoImpl.retrieveLabel(int nodeID)
Deprecated. 
 
Use a  
NodeDao#load(Integer) method call instead | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
NodeLabelDaoImpl.assignLabel(int nodeID,
           NodeLabel nodeLabel)
Deprecated. 
 
Use a  
NodeDao#update(org.opennms.netmgt.model.OnmsNode) method call instead | 
| Modifier and Type | Method and Description | 
|---|---|
protected void | 
NodeLabelChangeServlet.sendLabelChangeEvent(int nodeId,
                    NodeLabel oldNodeLabel,
                    NodeLabel newNodeLabel)
sendLabelChangeEvent 
 | 
Copyright © 2020. All rights reserved.