public interface EventUtil
| Modifier and Type | Method and Description |
|---|---|
void |
expandMapValues(Map<String,String> parmMap,
Event event) |
String |
expandParms(String string,
Event event) |
String |
expandParms(String inp,
Event event,
Map<String,Map<String,String>> decode) |
String |
getAssetFieldValue(String parm,
long nodeId)
Helper method.
|
String |
getHardwareFieldValue(String parm,
long nodeId) |
String |
getIfAlias(long nodeId,
String ipaddr)
Retrieve ifAlias from the snmpinterface table of the database given a particular
nodeId and ipAddr.
|
String |
getNamedParmValue(String string,
Event event) |
String |
getNodeLabel(long nodeId)
Retrieve nodeLabel from the node table of the database given a particular
nodeId.
|
String |
getValueOfParm(String tagUei,
Event m_svcLostEvent) |
String getNodeLabel(long nodeId) throws SQLException
nodeId - Node identifierSQLException - if database error encounteredString getIfAlias(long nodeId, String ipaddr) throws SQLException
nodeId - Node identifieripAddr - Interface IP addressSQLException - if database error encounteredString getAssetFieldValue(String parm, long nodeId)
parm - event - Copyright © 2015. All rights reserved.