public class SetPointHandlerRT extends EventHandlerRT implements SetPointSource
SetPointSource.Types| Modifier and Type | Field and Description |
|---|---|
private static org.apache.commons.logging.Log |
LOG |
vo| Constructor and Description |
|---|
SetPointHandlerRT(EventHandlerVO vo) |
| Modifier and Type | Method and Description |
|---|---|
void |
eventInactive(EventInstance evt)
Called when the event is considered inactive.
|
void |
eventRaised(EventInstance evt)
Not all events that are raised are made active.
|
int |
getSetPointSourceId() |
int |
getSetPointSourceType() |
void |
pointSetComplete() |
private void |
raiseFailureEvent(com.serotonin.web.i18n.LocalizableMessage message,
EventType et) |
void |
raiseRecursionFailureEvent() |
public SetPointHandlerRT(EventHandlerVO vo)
public void eventRaised(EventInstance evt)
EventHandlerRTeventRaised in class EventHandlerRTfor details.public void eventInactive(EventInstance evt)
EventHandlerRTeventInactive in class EventHandlerRTfor details.private void raiseFailureEvent(com.serotonin.web.i18n.LocalizableMessage message,
EventType et)
public void raiseRecursionFailureEvent()
raiseRecursionFailureEvent in interface SetPointSourcepublic int getSetPointSourceId()
getSetPointSourceId in interface SetPointSourcepublic int getSetPointSourceType()
getSetPointSourceType in interface SetPointSourcepublic void pointSetComplete()
pointSetComplete in interface SetPointSource