Uses of Package
org.jbpm.runtime.manager.impl
-
Packages that use org.jbpm.runtime.manager.impl Package Description org.jbpm.runtime.manager.impl org.jbpm.services.cdi.impl.manager -
Classes in org.jbpm.runtime.manager.impl used by org.jbpm.runtime.manager.impl Class Description AbstractRuntimeManager Common implementation that allRuntimeManagerimplementations should inherit from.DefaultRegisterableItemsFactory Default implementation of theRegisterableItemsFactoryresponsible for providing a common set of WorkItemHandlers and EventListeners.RuntimeEngineImpl An implementation of theRuntimeEnginethat additionally implements theDisposableinterface to allow other components to register listeners on it.RuntimeEngineInitlializer RuntimeEnvironmentBuilder A builder implementation that follows the fluent approach to buildRuntimeEnvironments.SimpleRegisterableItemsFactory The most basicRegisterableItemsFactoryimplementation that allows us to define listeners and work item handlers by their class.SimpleRuntimeEnvironment The most basic implementation of theRuntimeEnvironmentthat, at the same time, serves as base implementation for all extensions. -
Classes in org.jbpm.runtime.manager.impl used by org.jbpm.services.cdi.impl.manager Class Description DefaultRegisterableItemsFactory Default implementation of theRegisterableItemsFactoryresponsible for providing a common set of WorkItemHandlers and EventListeners.RuntimeManagerFactoryImpl This is the main entry point class for the RuntimeManager module responsible for deliveringRuntimeManagerinstances based on givenRuntimeEnvironment.SimpleRegisterableItemsFactory The most basicRegisterableItemsFactoryimplementation that allows us to define listeners and work item handlers by their class.