public class BaseCorrelatorMeta extends BaseEventSetProcessorMeta implements CorrelatorMeta
| Modifier and Type | Field and Description |
|---|---|
static int |
UNBOUND_MAX_INSTANCES |
duration| Constructor and Description |
|---|
BaseCorrelatorMeta() |
| Modifier and Type | Method and Description |
|---|---|
int |
getMaxInstances() |
boolean |
isInstanceSynchronous() |
boolean |
isMaxInstancesUnbound() |
void |
setInstanceSynchronous(boolean instanceSynchronous) |
void |
setMaxInstances(int maxInstances) |
void |
update(BaseProcessorMeta source) |
getDuration, hasDuration, isSynchronous, setDuration, setSynchronousaddEventNames, getEventName, getEventNames, setEventNamesgetCategory, getDescription, getFeatures, getLabel, getName, getVersion, setCategory, setDescription, setFeatures, setLabel, setName, setVersion, withCategory, withDescription, withFeature, withFeatures, withLabel, withName, withVersionclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetDuration, hasDuration, isSynchronous, setDuration, setSynchronousaddEventNames, getEventName, getEventNames, setEventNamesgetCategory, setCategorygetDescription, getLabel, getName, setDescription, setLabel, setNamegetVersion, setVersiongetFeatures, setFeaturespublic static final int UNBOUND_MAX_INSTANCES
public void setMaxInstances(int maxInstances)
setMaxInstances in interface CorrelatorMetapublic int getMaxInstances()
getMaxInstances in interface CorrelatorMetapublic boolean isMaxInstancesUnbound()
public boolean isInstanceSynchronous()
isInstanceSynchronous in interface CorrelatorMetapublic void setInstanceSynchronous(boolean instanceSynchronous)
setInstanceSynchronous in interface CorrelatorMetapublic void update(BaseProcessorMeta source)
update in class BaseEventSetProcessorMetaCopyright © 2016–2021 Softelnet. All rights reserved.