Package | Description |
---|---|
org.jbpm.runtime.manager.impl | |
org.jbpm.runtime.manager.impl.cdi |
Class and Description |
---|
AbstractRuntimeManager
Common implementation that all
RuntimeManager implementation should inherit from. |
DefaultRegisterableItemsFactory
Default implementation of
RegisterableItemsFactory responsible for providing
common set of WorkItemHandlers and EventListeners. |
RuntimeEngineImpl
Implementation of the
RuntimeEngine that additionally implement Disposable
interface to allow other components to register listeners on it. |
RuntimeEnvironmentBuilder
Builder implementation that follows fluent approach to build
RuntimeEnvironments . |
SimpleRegisterableItemsFactory
The most basic
RegisterableItemsFactory implementation that allows to define listeners and work
item handlers by their class and whenever they will be required new instance will be created out of the given
Class instance. |
SimpleRuntimeEnvironment
The most basic implementation of
RuntimeEnvironment that at the same time serves as base
implementation for all extensions. |
Class and Description |
---|
DefaultRegisterableItemsFactory
Default implementation of
RegisterableItemsFactory responsible for providing
common set of WorkItemHandlers and EventListeners. |
SimpleRegisterableItemsFactory
The most basic
RegisterableItemsFactory implementation that allows to define listeners and work
item handlers by their class and whenever they will be required new instance will be created out of the given
Class instance. |
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.