| Package | Description |
|---|---|
| org.openksavi.sponge |
Interfaces for base functionalities.
|
| org.openksavi.sponge.action |
Interfaces for actions.
|
| org.openksavi.sponge.correlator |
Interfaces for correlators.
|
| org.openksavi.sponge.engine |
Interfaces for the engine and base functionalities.
|
| org.openksavi.sponge.engine.event |
Interfaces for event related functionalities.
|
| org.openksavi.sponge.engine.processing |
Interfaces for processing units and related functionalities.
|
| org.openksavi.sponge.filter |
Interfaces for filters.
|
| org.openksavi.sponge.kb |
Interfaces for knowledge bases and related functionalities.
|
| org.openksavi.sponge.plugin |
Interfaces for plugins.
|
| org.openksavi.sponge.rule |
Interfaces for rules.
|
| org.openksavi.sponge.trigger |
Interfaces for triggers.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
EventProcessor<T extends EventProcessorAdapter<?>>
Event processor.
|
interface |
EventProcessorAdapter<T extends EventProcessor<?>>
Event processor adapter.
|
interface |
EventProcessorDefinition
Event processor definition.
|
interface |
EventProcessorOperations
Event processor operations.
|
interface |
EventSetProcessor<T extends EventSetProcessorAdapter<?>>
Event set processor.
|
interface |
EventSetProcessorAdapter<T extends EventSetProcessor<?>>
Event set processor adapter.
|
interface |
EventSetProcessorAdapterGroup<T extends EventSetProcessorAdapter>
Event set processor adapter group.
|
interface |
EventSetProcessorDefinition
Event set processor definition.
|
interface |
EventSetProcessorOperations
Event set processor operations.
|
interface |
Processor<T extends ProcessorAdapter<?>>
Processor.
|
interface |
ProcessorAdapter<T extends Processor<?>>
Processors adapter.
|
interface |
ProcessorDefinition
Processor definition interface.
|
interface |
ProcessorOperations
Processor operations.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
Action
Action.
|
interface |
ActionAdapter
Action adapter.
|
interface |
ActionDefinition
Action definition.
|
interface |
ActionOperations
Action operations.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
Correlator
Correlator.
|
interface |
CorrelatorAdapter
Correlator adapter.
|
interface |
CorrelatorAdapterGroup
Correlator adapter group.
|
interface |
CorrelatorDefinition
Correlator definition.
|
interface |
CorrelatorOperations
Correlator operations.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ActionManager
Action Manager.
|
interface |
ConfigurationManager
Configuration manager interface.
|
interface |
EngineModule
An engine module.
|
interface |
EventQueueManager
Event Queue Manager.
|
interface |
KnowledgeBaseManager
Knowledge Base Manager.
|
interface |
PluginManager
Plugin Manager.
|
interface |
ProcessingUnitManager
Processing Unit Manager.
|
interface |
ProcessorManager
Processor manager.
|
interface |
SpongeEngine
The Sponge engine.
|
interface |
StatisticsManager
Statistics Manager.
|
interface |
ThreadPoolManager
Thread Pool Manager.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
EventQueue
Event queue.
|
interface |
EventScheduler
Event scheduler.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
FilterProcessingUnit
Filter processing unit that handles filters.
|
interface |
MainProcessingUnit
Main processing unit that handles triggers, rules and correlators.
|
interface |
ProcessingUnit<T extends EventProcessorAdapter<?>>
Processing Unit.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
Filter
Filter.
|
interface |
FilterAdapter
Filer adapter.
|
interface |
FilterDefinition
Filter definition.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
KnowledgeBase
Knowledge base.
|
interface |
ScriptKnowledgeBase
Script based knowledge base.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
Plugin
A plugin.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
Rule
Rule.
|
interface |
RuleAdapter
Rule adapter.
|
interface |
RuleAdapterGroup
Rule adapter group.
|
interface |
RuleDefinition
Rule definition.
|
interface |
RuleOperations
Rule operations.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
Trigger
Trigger.
|
interface |
TriggerAdapter
Trigger adapter.
|
interface |
TriggerDefinition
Trigger definition.
|
Copyright © 2016–2018 Softelnet. All rights reserved.