public abstract class HistoricalEventViewableFactoryBase extends Object implements HistoricalEventViewableFactory
Modifier and Type | Field and Description |
---|---|
protected ExprEvaluator |
evaluator |
protected EventType |
eventType |
protected boolean |
hasRequiredStreams |
protected HistoricalEventViewableLookupValueToMultiKey |
lookupValueToMultiKey |
protected int |
scheduleCallbackId |
protected int |
streamNumber |
Constructor and Description |
---|
HistoricalEventViewableFactoryBase() |
Modifier and Type | Method and Description |
---|---|
ThreadLocal<HistoricalDataCache> |
getDataCacheThreadLocal() |
ExprEvaluator |
getEvaluator() |
EventType |
getEventType() |
HistoricalEventViewableLookupValueToMultiKey |
getLookupValueToMultiKey() |
int |
getScheduleCallbackId() |
int |
getStreamNumber() |
boolean |
isHasRequiredStreams() |
void |
setEvaluator(ExprEvaluator evaluator) |
void |
setEventType(EventType eventType) |
void |
setHasRequiredStreams(boolean hasRequiredStreams) |
void |
setLookupValueToMultiKey(HistoricalEventViewableLookupValueToMultiKey lookupValueToMultiKey) |
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
protected HistoricalEventViewableLookupValueToMultiKey lookupValueToMultiKey
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)
public HistoricalEventViewableLookupValueToMultiKey getLookupValueToMultiKey()
public void setLookupValueToMultiKey(HistoricalEventViewableLookupValueToMultiKey lookupValueToMultiKey)
Copyright © 2005–2021. All rights reserved.