| Package | Description |
|---|---|
| de.aristaflow.adept2.core.eventmanager.common |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultEventManager
The default event manager supports events based on SQL databases, (incoming) mails and changes in
the file system.
|
| Modifier and Type | Field and Description |
|---|---|
protected AbstractEventManager |
WorklistHandler.eventManager
The event manager for registering and unregistering events and for
providing session tokens.
|
| Constructor and Description |
|---|
WorklistHandler(WorklistManager wlm,
WorklistUpdateConfiguration updateConfiguration,
long recheckTime,
int createWorklistSilentCount,
long createWorklistRetryDelay,
boolean resumeOnly,
int addSourceRetries,
long addSourceRetryDelay,
AbstractEventManager eventManager,
Registry registry,
long reconnectRecheckTime,
java.util.logging.Level reconnectLogLevel)
Creates a new instance of the worklist handler that creates event sources
for worklist items with activities that wait for an event.
|