Package | Description |
---|---|
org.jbpm.runtime.manager.impl | |
org.jbpm.runtime.manager.impl.cdi |
Modifier and Type | Class and Description |
---|---|
class |
DefaultRegisterableItemsFactory
Default implementation of
RegisterableItemsFactory responsible for providing
common set of WorkItemHandlers and EventListeners. |
class |
KModuleRegisterableItemsFactory
This implementation extends DefaultRegisterableItemsFactory
and relies on definitions of work item handlers and
listeners that come from kmodule.xml from kjar.
|
Modifier and Type | Class and Description |
---|---|
class |
InjectableRegisterableItemsFactory
Implementation of
RegisterableItemsFactory dedicated to CDI environments that allows to get
injections of following components:
ExternalTaskEventListener - required bean
WorkItemHandlerProducer - optional bean (0 or more)
EventListenerProducer - optional bean (0 or more)
EventListenerProducer - optional bean (0 or more)
EventListenerProducer - optional bean (0 or more)
RuntimeFinder - optional required only when single CDI bean is going to manage many
RuntimeManager instances
In addition to that, AbstractAuditLogger can be set after bean has been injected if the default
is not sufficient. |
Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.