Uses of Interface
org.camunda.bpm.container.ExecutorService
Packages that use ExecutorService
Package
Description
-
Uses of ExecutorService in org.camunda.bpm.container
Methods in org.camunda.bpm.container that return ExecutorService -
Uses of ExecutorService in org.camunda.bpm.container.impl
Methods in org.camunda.bpm.container.impl that return ExecutorService -
Uses of ExecutorService in org.camunda.bpm.container.impl.ejb
Classes in org.camunda.bpm.container.impl.ejb that implement ExecutorServiceModifier and TypeClassDescriptionclass
Bean exposing the JCA implementation of theExecutorService
as Stateless Bean.Fields in org.camunda.bpm.container.impl.ejb declared as ExecutorServiceModifier and TypeFieldDescriptionprotected ExecutorService
EjbBpmPlatformBootstrap.executorServiceBean
-
Uses of ExecutorService in org.camunda.bpm.container.impl.ejb.deployment
Fields in org.camunda.bpm.container.impl.ejb.deployment declared as ExecutorServiceModifier and TypeFieldDescriptionprotected ExecutorService
StartJcaExecutorServiceStep.executorService
Methods in org.camunda.bpm.container.impl.ejb.deployment that return ExecutorServiceConstructors in org.camunda.bpm.container.impl.ejb.deployment with parameters of type ExecutorServiceModifierConstructorDescriptionJcaExecutorServiceDelegate
(ExecutorService executorService) StartJcaExecutorServiceStep
(ExecutorService executorService) -
Uses of ExecutorService in org.camunda.bpm.container.impl.jboss.service
Classes in org.camunda.bpm.container.impl.jboss.service that implement ExecutorServiceFields in org.camunda.bpm.container.impl.jboss.service with type parameters of type ExecutorServiceModifier and TypeFieldDescriptionprotected final Consumer<ExecutorService>
MscExecutorService.provider
Methods in org.camunda.bpm.container.impl.jboss.service that return ExecutorServiceConstructor parameters in org.camunda.bpm.container.impl.jboss.service with type arguments of type ExecutorServiceModifierConstructorDescriptionMscExecutorService
(Supplier<org.jboss.as.threads.ManagedQueueExecutorService> managedQueueSupplier, Consumer<ExecutorService> provider) -
Uses of ExecutorService in org.camunda.bpm.container.impl.jmx.services
Classes in org.camunda.bpm.container.impl.jmx.services that implement ExecutorService -
Uses of ExecutorService in org.camunda.bpm.container.impl.threading.ra
Classes in org.camunda.bpm.container.impl.threading.ra that implement ExecutorServiceModifier and TypeClassDescriptionclass
AbstractPlatformJobExecutor
implementation delegating to a JCAWorkManager
. -
Uses of ExecutorService in org.camunda.bpm.container.impl.threading.ra.commonj
Classes in org.camunda.bpm.container.impl.threading.ra.commonj that implement ExecutorServiceModifier and TypeClassDescriptionclass
AbstractPlatformJobExecutor
implementation delegating to a CommonJWorkManager
. -
Uses of ExecutorService in org.camunda.bpm.container.impl.threading.ra.outbound
Fields in org.camunda.bpm.container.impl.threading.ra.outbound declared as ExecutorServiceModifier and TypeFieldDescriptionprotected ExecutorService
JcaExecutorServiceManagedConnection.delegate
-
Uses of ExecutorService in org.camunda.bpm.container.impl.threading.se
Classes in org.camunda.bpm.container.impl.threading.se that implement ExecutorService