Package org.opennms.netmgt.notifd
Class TicketNotificationStrategy.AlarmStateRowCallbackHandler
- java.lang.Object
-
- org.opennms.netmgt.notifd.TicketNotificationStrategy.AlarmStateRowCallbackHandler
-
- All Implemented Interfaces:
org.springframework.jdbc.core.RowCallbackHandler
- Enclosing class:
- TicketNotificationStrategy
protected static class TicketNotificationStrategy.AlarmStateRowCallbackHandler extends Object implements org.springframework.jdbc.core.RowCallbackHandler
-
-
Constructor Summary
Constructors Constructor Description AlarmStateRowCallbackHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TicketNotificationStrategy.AlarmState
getAlarmState()
void
processRow(ResultSet rs)
-
-
-
Method Detail
-
processRow
public void processRow(ResultSet rs) throws SQLException
- Specified by:
processRow
in interfaceorg.springframework.jdbc.core.RowCallbackHandler
- Throws:
SQLException
-
getAlarmState
public TicketNotificationStrategy.AlarmState getAlarmState()
-
-