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)
EventHandlerRT
eventRaised
in class EventHandlerRT
for details.
public void eventInactive(EventInstance evt)
EventHandlerRT
eventInactive
in class EventHandlerRT
for details.
private void raiseFailureEvent(com.serotonin.web.i18n.LocalizableMessage message, EventType et)
public void raiseRecursionFailureEvent()
raiseRecursionFailureEvent
in interface SetPointSource
public int getSetPointSourceId()
getSetPointSourceId
in interface SetPointSource
public int getSetPointSourceType()
getSetPointSourceType
in interface SetPointSource
public void pointSetComplete()
pointSetComplete
in interface SetPointSource