public abstract class BaseEventProcessorDefinition extends BaseProcessorDefinition implements EventProcessorDefinition
| Constructor and Description |
|---|
BaseEventProcessorDefinition() |
| Modifier and Type | Method and Description |
|---|---|
String |
getEventName(int index) |
String[] |
getEventNames()
Returns event names for which this processor definition is registered.
|
void |
setEventName(String eventName) |
void |
setEventNames(String... eventNames)
Sets event names for which this processor definition is registered.
|
clone, getDescription, getDisplayName, getKnowledgeBase, getMeta, getName, getProcessorClass, isJavaDefined, setDescription, setDisplayName, setJavaDefined, setKnowledgeBase, setMeta, setName, setProcessorClass, toStringequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitisSingletongetKnowledgeBase, getMeta, setMetagetDescription, getDisplayName, getName, setDescription, setDisplayName, setNamepublic String[] getEventNames()
getEventNames in interface EventProcessorOperationspublic String getEventName(int index)
getEventName in interface EventProcessorOperationspublic void setEventNames(String... eventNames)
setEventNames in interface EventProcessorOperationseventNames - event names.public void setEventName(String eventName)
setEventName in interface EventProcessorOperationsCopyright © 2016–2018 Softelnet. All rights reserved.