public abstract class HistoricalEventViewableFactoryBase extends Object implements HistoricalEventViewableFactory
Modifier and Type | Field and Description |
---|---|
protected ExprEvaluator |
evaluator |
protected EventType |
eventType |
protected boolean |
hasRequiredStreams |
protected int |
scheduleCallbackId |
protected int |
streamNumber |
Constructor and Description |
---|
HistoricalEventViewableFactoryBase() |
Modifier and Type | Method and Description |
---|---|
ThreadLocal<HistoricalDataCache> |
getDataCacheThreadLocal() |
ExprEvaluator |
getEvaluator() |
EventType |
getEventType() |
int |
getScheduleCallbackId() |
int |
getStreamNumber() |
boolean |
isHasRequiredStreams() |
void |
setEvaluator(ExprEvaluator evaluator) |
void |
setEventType(EventType eventType) |
void |
setHasRequiredStreams(boolean hasRequiredStreams) |
void |
setScheduleCallbackId(int scheduleCallbackId) |
void |
setStreamNumber(int streamNumber) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
activate
ready
protected int streamNumber
protected EventType eventType
protected boolean hasRequiredStreams
protected int scheduleCallbackId
protected ExprEvaluator evaluator
public EventType getEventType()
getEventType
in interface HistoricalEventViewableFactory
public void setStreamNumber(int streamNumber)
public void setEventType(EventType eventType)
public ThreadLocal<HistoricalDataCache> getDataCacheThreadLocal()
public void setHasRequiredStreams(boolean hasRequiredStreams)
public boolean isHasRequiredStreams()
public int getScheduleCallbackId()
public void setScheduleCallbackId(int scheduleCallbackId)
public int getStreamNumber()
public ExprEvaluator getEvaluator()
public void setEvaluator(ExprEvaluator evaluator)
Copyright © 2005–2019. All rights reserved.