jBPM :: Executor Service 6.2.0.CR1
A B C D E F G H I J L N O P R S T U V

A

abortWorkItem(WorkItem, WorkItemManager) - Method in class org.jbpm.executor.impl.wih.AsyncWorkItemHandler
 
addContextData(String, Object) - Method in class org.jbpm.executor.impl.AvailableJobsExecutor
 
AsyncHandlerProducer - Class in org.jbpm.executor.impl.runtime
Dedicated WorkItemHandlerProducer to register AsyncWorkItemHandler in CDI environment when using deployment services (jbpm-kie-services).
AsyncHandlerProducer() - Constructor for class org.jbpm.executor.impl.runtime.AsyncHandlerProducer
 
AsyncWorkItemHandler - Class in org.jbpm.executor.impl.wih
Asynchronous work item handler that utilizes power of ExecutorService.
AsyncWorkItemHandler(ExecutorService) - Constructor for class org.jbpm.executor.impl.wih.AsyncWorkItemHandler
 
AsyncWorkItemHandler(ExecutorService, String) - Constructor for class org.jbpm.executor.impl.wih.AsyncWorkItemHandler
 
AsyncWorkItemHandlerCmdCallback - Class in org.jbpm.executor.impl.wih
Dedicated callback for AsyncWorkItemHandler that is responsible for: completing work item in case of successful execution attempting to handle exception (by utilizing ExceptionScope mechanism) in case of unsuccessful execution
AsyncWorkItemHandlerCmdCallback() - Constructor for class org.jbpm.executor.impl.wih.AsyncWorkItemHandlerCmdCallback
 
AvailableJobsExecutor - Class in org.jbpm.executor.impl
Heart of the executor component - executes the actual tasks.
AvailableJobsExecutor() - Constructor for class org.jbpm.executor.impl.AvailableJobsExecutor
 

B

buildBusinessKey(WorkItem) - Method in class org.jbpm.executor.impl.wih.AsyncWorkItemHandler
 
buildCommandCallback(CommandContext, ClassLoader) - Method in class org.jbpm.executor.impl.ClassCacheManager
Builds completely initialized list of callbacks for given context.
buildExecutorRunnable() - Method in class org.jbpm.executor.impl.jpa.JPAExecutorStoreService
 
buildExecutorRunnable() - Method in class org.jbpm.executor.impl.mem.InMemoryExecutorStoreService
 
buildRunable(EntityManagerFactory) - Static method in class org.jbpm.executor.ExecutorServiceFactory
 
buildRunable() - Static method in class org.jbpm.executor.ExecutorServiceFactory
 

C

cancelRequest(Long) - Method in class org.jbpm.executor.impl.ExecutorImpl
cancelRequest(Long) - Method in class org.jbpm.executor.impl.ExecutorServiceImpl
 
CDIPrintOutCommand - Class in org.jbpm.executor.commands
Simple command to log the contextual data and return empty results.
CDIPrintOutCommand() - Constructor for class org.jbpm.executor.commands.CDIPrintOutCommand
 
CDIUtils - Class in org.jbpm.executor.cdi
 
CDIUtils() - Constructor for class org.jbpm.executor.cdi.CDIUtils
 
ClassCacheManager - Class in org.jbpm.executor.impl
Simple cache to keep classes of commands and callback to not attempt to load them every time.
ClassCacheManager() - Constructor for class org.jbpm.executor.impl.ClassCacheManager
 
clearAllErrors() - Method in class org.jbpm.executor.impl.ExecutorServiceImpl
 
clearAllErrors() - Method in class org.jbpm.executor.impl.jpa.ExecutorRequestAdminServiceImpl
clearAllErrors() - Method in class org.jbpm.executor.impl.mem.InMemoryExecutorAdminServiceImpl
 
clearAllRequests() - Method in class org.jbpm.executor.impl.ExecutorServiceImpl
 
clearAllRequests() - Method in class org.jbpm.executor.impl.jpa.ExecutorRequestAdminServiceImpl
clearAllRequests() - Method in class org.jbpm.executor.impl.mem.InMemoryExecutorAdminServiceImpl
 
closeInstance(Object) - Method in class org.jbpm.executor.impl.ClassCacheManager
 
createBean(Class<T>, BeanManager, Annotation...) - Static method in class org.jbpm.executor.cdi.CDIUtils
 

D

DelayedPrintOutCommand - Class in org.jbpm.executor.commands
Simple command to log the contextual data after given (10 sec by default) delay and return empty results.
DelayedPrintOutCommand() - Constructor for class org.jbpm.executor.commands.DelayedPrintOutCommand
 
destroy() - Method in class org.jbpm.executor.impl.ExecutorImpl
destroy() - Method in class org.jbpm.executor.impl.ExecutorServiceImpl
 
destroy() - Method in class org.jbpm.executor.impl.ExecutorServiceLifeCycleController
 
dispose() - Method in class org.jbpm.executor.impl.ClassCacheManager
 

E

equals(Object) - Method in class org.jbpm.executor.entities.ErrorInfo
 
equals(Object) - Method in class org.jbpm.executor.entities.RequestInfo
 
ErrorInfo - Class in org.jbpm.executor.entities
 
ErrorInfo() - Constructor for class org.jbpm.executor.entities.ErrorInfo
 
ErrorInfo(String, String) - Constructor for class org.jbpm.executor.entities.ErrorInfo
 
execute(CommandContext) - Method in class org.jbpm.executor.commands.CDIPrintOutCommand
 
execute(CommandContext) - Method in class org.jbpm.executor.commands.DelayedPrintOutCommand
 
execute(CommandContext) - Method in class org.jbpm.executor.commands.PrintOutCommand
 
execute(CommandContext) - Method in class org.jbpm.executor.commands.RequeueRunningJobsCommand
 
executeJob() - Method in class org.jbpm.executor.impl.AvailableJobsExecutor
 
executeWorkItem(WorkItem, WorkItemManager) - Method in class org.jbpm.executor.impl.wih.AsyncWorkItemHandler
 
ExecutorImpl - Class in org.jbpm.executor.impl
Default implementation of the Executor that is baced by ScheduledExecutorService for background task execution.
ExecutorImpl() - Constructor for class org.jbpm.executor.impl.ExecutorImpl
 
ExecutorQueryServiceImpl - Class in org.jbpm.executor.impl.jpa
Default implementation of ExecutorQueryService that is backed with JPA IMPORTANT: please keep all classes from package org.jbpm.shared.services.impl as FQCN inside method body to avoid exception logged by CDI when used with in memory mode
ExecutorQueryServiceImpl(boolean) - Constructor for class org.jbpm.executor.impl.jpa.ExecutorQueryServiceImpl
 
ExecutorRequestAdminServiceImpl - Class in org.jbpm.executor.impl.jpa
Default implementation of ExecutorAdminService backed with JPA IMPORTANT: please keep all classes from package org.jbpm.shared.services.impl as FQCN inside method body to avoid exception logged by CDI when used with in memory mode
ExecutorRequestAdminServiceImpl() - Constructor for class org.jbpm.executor.impl.jpa.ExecutorRequestAdminServiceImpl
 
ExecutorRunnable - Class in org.jbpm.executor.impl
Heart of the executor component - executes the actual tasks.
ExecutorRunnable() - Constructor for class org.jbpm.executor.impl.ExecutorRunnable
 
ExecutorServiceFactory - Class in org.jbpm.executor
Creates singleton instance of ExecutorService that shall be used outside of CDI environment.
ExecutorServiceFactory() - Constructor for class org.jbpm.executor.ExecutorServiceFactory
 
ExecutorServiceImpl - Class in org.jbpm.executor.impl
Entry point of the executor component.
ExecutorServiceImpl(Executor) - Constructor for class org.jbpm.executor.impl.ExecutorServiceImpl
 
ExecutorServiceLifeCycleController - Class in org.jbpm.executor.impl
 
ExecutorServiceLifeCycleController() - Constructor for class org.jbpm.executor.impl.ExecutorServiceLifeCycleController
 

F

findCommand(String, ClassLoader) - Method in class org.jbpm.executor.impl.ClassCacheManager
Finds command by FQCN and if not found loads the class and store the instance in the cache.
findCommandCallback(String, ClassLoader) - Method in class org.jbpm.executor.impl.ClassCacheManager
Finds command callback by FQCN and if not found loads the class and store the instance in the cache.
findError(Long) - Method in class org.jbpm.executor.impl.jpa.JPAExecutorStoreService
 
findError(Long) - Method in class org.jbpm.executor.impl.mem.InMemoryExecutorStoreService
 
findRequest(Long) - Method in class org.jbpm.executor.impl.jpa.JPAExecutorStoreService
 
findRequest(Long) - Method in class org.jbpm.executor.impl.mem.InMemoryExecutorStoreService
 

G

getAdminService() - Method in class org.jbpm.executor.impl.ExecutorServiceImpl
 
getAllErrors() - Method in class org.jbpm.executor.impl.ExecutorServiceImpl
 
getAllErrors() - Method in class org.jbpm.executor.impl.jpa.ExecutorQueryServiceImpl
getAllErrors() - Method in class org.jbpm.executor.impl.mem.InMemoryExecutorQueryServiceImpl
 
getAllRequests() - Method in class org.jbpm.executor.impl.ExecutorServiceImpl
 
getAllRequests() - Method in class org.jbpm.executor.impl.jpa.ExecutorQueryServiceImpl
getAllRequests() - Method in class org.jbpm.executor.impl.mem.InMemoryExecutorQueryServiceImpl
 
getAndLockFirst() - Method in class org.jbpm.executor.impl.mem.InMemoryExecutorStoreService
 
getCancelledRequests() - Method in class org.jbpm.executor.impl.ExecutorServiceImpl
 
getCancelledRequests() - Method in class org.jbpm.executor.impl.jpa.ExecutorQueryServiceImpl
getCancelledRequests() - Method in class org.jbpm.executor.impl.mem.InMemoryExecutorQueryServiceImpl
 
getClassLoader(String) - Method in class org.jbpm.executor.impl.AvailableJobsExecutor
 
getCommandName() - Method in class org.jbpm.executor.entities.RequestInfo
 
getCompletedRequests() - Method in class org.jbpm.executor.impl.ExecutorServiceImpl
 
getCompletedRequests() - Method in class org.jbpm.executor.impl.jpa.ExecutorQueryServiceImpl
getCompletedRequests() - Method in class org.jbpm.executor.impl.mem.InMemoryExecutorQueryServiceImpl
 
getDeploymentId() - Method in class org.jbpm.executor.entities.RequestInfo
 
getErrorInfo() - Method in class org.jbpm.executor.entities.RequestInfo
 
getErrors() - Method in class org.jbpm.executor.impl.mem.InMemoryExecutorStoreService
 
getErrorsByRequestId(Long) - Method in class org.jbpm.executor.impl.ExecutorServiceImpl
 
getErrorsByRequestId(Long) - Method in class org.jbpm.executor.impl.jpa.ExecutorQueryServiceImpl
getErrorsByRequestId(Long) - Method in class org.jbpm.executor.impl.mem.InMemoryExecutorQueryServiceImpl
 
getExecutions() - Method in class org.jbpm.executor.entities.RequestInfo
 
getExecutor() - Method in class org.jbpm.executor.impl.ExecutorServiceImpl
 
getFutureQueuedRequests() - Method in class org.jbpm.executor.impl.ExecutorServiceImpl
 
getFutureQueuedRequests() - Method in class org.jbpm.executor.impl.jpa.ExecutorQueryServiceImpl
getFutureQueuedRequests() - Method in class org.jbpm.executor.impl.mem.InMemoryExecutorQueryServiceImpl
 
getId() - Method in class org.jbpm.executor.entities.ErrorInfo
 
getId() - Method in class org.jbpm.executor.entities.RequestInfo
 
getInErrorRequests() - Method in class org.jbpm.executor.impl.ExecutorServiceImpl
 
getInErrorRequests() - Method in class org.jbpm.executor.impl.jpa.ExecutorQueryServiceImpl
getInErrorRequests() - Method in class org.jbpm.executor.impl.mem.InMemoryExecutorQueryServiceImpl
 
getInterval() - Method in class org.jbpm.executor.impl.ExecutorImpl
getInterval() - Method in class org.jbpm.executor.impl.ExecutorServiceImpl
 
getKey() - Method in class org.jbpm.executor.entities.RequestInfo
 
getMessage() - Method in class org.jbpm.executor.entities.ErrorInfo
 
getMessage() - Method in class org.jbpm.executor.entities.RequestInfo
 
getNodeInstance(WorkItem, WorkflowProcessInstance) - Method in class org.jbpm.executor.impl.wih.AsyncWorkItemHandlerCmdCallback
 
getNodeInstance(WorkItem, Collection<NodeInstance>) - Method in class org.jbpm.executor.impl.wih.AsyncWorkItemHandlerCmdCallback
 
getParameter(CommandContext, String) - Method in class org.jbpm.executor.commands.CDIPrintOutCommand
 
getPendingRequestById(Long) - Method in class org.jbpm.executor.impl.ExecutorServiceImpl
 
getPendingRequestById(Long) - Method in class org.jbpm.executor.impl.jpa.ExecutorQueryServiceImpl
getPendingRequestById(Long) - Method in class org.jbpm.executor.impl.mem.InMemoryExecutorQueryServiceImpl
 
getPendingRequests() - Method in class org.jbpm.executor.impl.ExecutorServiceImpl
 
getPendingRequests() - Method in class org.jbpm.executor.impl.jpa.ExecutorQueryServiceImpl
getPendingRequests() - Method in class org.jbpm.executor.impl.mem.InMemoryExecutorQueryServiceImpl
 
getProcessedRequests() - Method in class org.jbpm.executor.impl.mem.InMemoryExecutorStoreService
 
getProcessInstanceId(WorkItem) - Method in class org.jbpm.executor.impl.wih.AsyncWorkItemHandler
 
getQueryService() - Method in class org.jbpm.executor.impl.ExecutorServiceImpl
 
getQueuedRequests() - Method in class org.jbpm.executor.impl.ExecutorServiceImpl
 
getQueuedRequests() - Method in class org.jbpm.executor.impl.jpa.ExecutorQueryServiceImpl
getQueuedRequests() - Method in class org.jbpm.executor.impl.mem.InMemoryExecutorQueryServiceImpl
 
getRequestByBusinessKey(String) - Method in class org.jbpm.executor.impl.jpa.ExecutorQueryServiceImpl
getRequestByBusinessKey(String) - Method in class org.jbpm.executor.impl.mem.InMemoryExecutorQueryServiceImpl
 
getRequestById(Long) - Method in class org.jbpm.executor.impl.ExecutorServiceImpl
 
getRequestById(Long) - Method in class org.jbpm.executor.impl.jpa.ExecutorQueryServiceImpl
getRequestById(Long) - Method in class org.jbpm.executor.impl.mem.InMemoryExecutorQueryServiceImpl
 
getRequestData() - Method in class org.jbpm.executor.entities.RequestInfo
 
getRequestForProcessing() - Method in class org.jbpm.executor.impl.jpa.ExecutorQueryServiceImpl
getRequestForProcessing() - Method in class org.jbpm.executor.impl.mem.InMemoryExecutorQueryServiceImpl
 
getRequestInfo() - Method in class org.jbpm.executor.entities.ErrorInfo
 
getRequests() - Method in class org.jbpm.executor.impl.mem.InMemoryExecutorStoreService
 
getRequestsByBusinessKey(String) - Method in class org.jbpm.executor.impl.ExecutorServiceImpl
 
getRequestsByStatus(List<STATUS>) - Method in class org.jbpm.executor.impl.ExecutorServiceImpl
 
getRequestsByStatus(List<STATUS>) - Method in class org.jbpm.executor.impl.jpa.ExecutorQueryServiceImpl
getRequestsByStatus(List<STATUS>) - Method in class org.jbpm.executor.impl.mem.InMemoryExecutorQueryServiceImpl
 
getResponseData() - Method in class org.jbpm.executor.entities.RequestInfo
 
getRetries() - Method in class org.jbpm.executor.entities.RequestInfo
 
getRetries() - Method in class org.jbpm.executor.impl.ExecutorImpl
getRetries() - Method in class org.jbpm.executor.impl.ExecutorServiceImpl
 
getRunningRequests() - Method in class org.jbpm.executor.impl.ExecutorServiceImpl
 
getRunningRequests() - Method in class org.jbpm.executor.impl.jpa.ExecutorQueryServiceImpl
getRunningRequests() - Method in class org.jbpm.executor.impl.mem.InMemoryExecutorQueryServiceImpl
 
getRuntimeManager(CommandContext) - Method in class org.jbpm.executor.impl.wih.AsyncWorkItemHandlerCmdCallback
 
getStacktrace() - Method in class org.jbpm.executor.entities.ErrorInfo
 
getStatus() - Method in class org.jbpm.executor.entities.RequestInfo
 
getThreadPoolSize() - Method in class org.jbpm.executor.impl.ExecutorImpl
getThreadPoolSize() - Method in class org.jbpm.executor.impl.ExecutorServiceImpl
 
getTime() - Method in class org.jbpm.executor.entities.ErrorInfo
 
getTime() - Method in class org.jbpm.executor.entities.RequestInfo
 
getTimeunit() - Method in class org.jbpm.executor.impl.ExecutorImpl
getTimeunit() - Method in class org.jbpm.executor.impl.ExecutorServiceImpl
 
getWorkItemHandlers(String, Map<String, Object>) - Method in class org.jbpm.executor.impl.runtime.AsyncHandlerProducer
 

H

hashCode() - Method in class org.jbpm.executor.entities.ErrorInfo
 
hashCode() - Method in class org.jbpm.executor.entities.RequestInfo
 

I

init() - Method in class org.jbpm.executor.impl.ExecutorImpl
init(ThreadFactory) - Method in class org.jbpm.executor.impl.ExecutorImpl
 
init() - Method in class org.jbpm.executor.impl.ExecutorServiceImpl
 
init() - Method in class org.jbpm.executor.impl.ExecutorServiceLifeCycleController
 
InMemoryExecutorAdminServiceImpl - Class in org.jbpm.executor.impl.mem
 
InMemoryExecutorAdminServiceImpl(boolean) - Constructor for class org.jbpm.executor.impl.mem.InMemoryExecutorAdminServiceImpl
 
InMemoryExecutorQueryServiceImpl - Class in org.jbpm.executor.impl.mem
 
InMemoryExecutorQueryServiceImpl(boolean) - Constructor for class org.jbpm.executor.impl.mem.InMemoryExecutorQueryServiceImpl
 
InMemoryExecutorServiceProducer - Class in org.jbpm.executor.impl.mem
 
InMemoryExecutorServiceProducer() - Constructor for class org.jbpm.executor.impl.mem.InMemoryExecutorServiceProducer
 
InMemoryExecutorStoreService - Class in org.jbpm.executor.impl.mem
 
InMemoryExecutorStoreService(boolean) - Constructor for class org.jbpm.executor.impl.mem.InMemoryExecutorStoreService
 
isActive() - Method in class org.jbpm.executor.impl.ExecutorServiceImpl
 

J

JPAExecutorServiceProducer - Class in org.jbpm.executor.impl.jpa
IMPORTANT: please keep all classes from package org.jbpm.shared.services.impl as FQCN inside method body to avoid exception logged by CDI when used with in memory mode
JPAExecutorServiceProducer() - Constructor for class org.jbpm.executor.impl.jpa.JPAExecutorServiceProducer
 
JPAExecutorStoreService - Class in org.jbpm.executor.impl.jpa
IMPORTANT: please keep all classes from package org.jbpm.shared.services.impl as FQCN inside method body to avoid exception logged by CDI when used with in memory mode
JPAExecutorStoreService(boolean) - Constructor for class org.jbpm.executor.impl.jpa.JPAExecutorStoreService
 

L

lookUpBeanManager(CommandContext) - Static method in class org.jbpm.executor.cdi.CDIUtils
 

N

NamedLiteral - Class in org.jbpm.executor.cdi
 
NamedLiteral(String) - Constructor for class org.jbpm.executor.cdi.NamedLiteral
 
newExecutorService(EntityManagerFactory) - Static method in class org.jbpm.executor.ExecutorServiceFactory
 
newExecutorService() - Static method in class org.jbpm.executor.ExecutorServiceFactory
 

O

onCommandDone(CommandContext, ExecutionResults) - Method in class org.jbpm.executor.impl.wih.AsyncWorkItemHandlerCmdCallback
 
onCommandError(CommandContext, Throwable) - Method in class org.jbpm.executor.impl.wih.AsyncWorkItemHandlerCmdCallback
 
org.jbpm.executor - package org.jbpm.executor
 
org.jbpm.executor.cdi - package org.jbpm.executor.cdi
 
org.jbpm.executor.commands - package org.jbpm.executor.commands
 
org.jbpm.executor.entities - package org.jbpm.executor.entities
 
org.jbpm.executor.impl - package org.jbpm.executor.impl
 
org.jbpm.executor.impl.jpa - package org.jbpm.executor.impl.jpa
 
org.jbpm.executor.impl.mem - package org.jbpm.executor.impl.mem
 
org.jbpm.executor.impl.runtime - package org.jbpm.executor.impl.runtime
 
org.jbpm.executor.impl.wih - package org.jbpm.executor.impl.wih
 

P

persistError(ErrorInfo) - Method in class org.jbpm.executor.impl.jpa.JPAExecutorStoreService
 
persistError(ErrorInfo) - Method in class org.jbpm.executor.impl.mem.InMemoryExecutorStoreService
 
persistRequest(RequestInfo) - Method in class org.jbpm.executor.impl.jpa.JPAExecutorStoreService
 
persistRequest(RequestInfo) - Method in class org.jbpm.executor.impl.mem.InMemoryExecutorStoreService
 
PrintOutCommand - Class in org.jbpm.executor.commands
Simple command to log the contextual data and return empty results.
PrintOutCommand() - Constructor for class org.jbpm.executor.commands.PrintOutCommand
 
produceAdminService() - Method in class org.jbpm.executor.impl.jpa.JPAExecutorServiceProducer
 
produceAdminService() - Method in class org.jbpm.executor.impl.mem.InMemoryExecutorServiceProducer
 
produceExecutorService() - Method in class org.jbpm.executor.impl.jpa.JPAExecutorServiceProducer
 
produceExecutorService() - Method in class org.jbpm.executor.impl.mem.InMemoryExecutorServiceProducer
 
produceQueryService() - Method in class org.jbpm.executor.impl.jpa.JPAExecutorServiceProducer
 
produceQueryService() - Method in class org.jbpm.executor.impl.mem.InMemoryExecutorServiceProducer
 
produceStoreService() - Method in class org.jbpm.executor.impl.jpa.JPAExecutorServiceProducer
 
produceStoreService() - Method in class org.jbpm.executor.impl.mem.InMemoryExecutorServiceProducer
 

R

removeError(Long) - Method in class org.jbpm.executor.impl.jpa.JPAExecutorStoreService
 
removeError(Long) - Method in class org.jbpm.executor.impl.mem.InMemoryExecutorStoreService
 
removeRequest(Long) - Method in class org.jbpm.executor.impl.jpa.JPAExecutorStoreService
 
removeRequest(Long) - Method in class org.jbpm.executor.impl.mem.InMemoryExecutorStoreService
 
RequestInfo - Class in org.jbpm.executor.entities
 
RequestInfo() - Constructor for class org.jbpm.executor.entities.RequestInfo
 
requeue(Long) - Method in class org.jbpm.executor.impl.ExecutorServiceImpl
 
requeue(Long) - Method in class org.jbpm.executor.impl.jpa.ExecutorRequestAdminServiceImpl
 
requeue(Long) - Method in interface org.jbpm.executor.RequeueAware
Moves RequestInfo instances that are in running state longer than given amount of time (in milliseconds)
RequeueAware - Interface in org.jbpm.executor
 
requeueById(Long) - Method in class org.jbpm.executor.impl.ExecutorServiceImpl
 
requeueById(Long) - Method in class org.jbpm.executor.impl.jpa.ExecutorRequestAdminServiceImpl
 
requeueById(Long) - Method in interface org.jbpm.executor.RequeueAware
Moves RequestInfo instance with given request id that are in running state
RequeueRunningJobsCommand - Class in org.jbpm.executor.commands
Simple command to log the contextual data and return empty results.
RequeueRunningJobsCommand() - Constructor for class org.jbpm.executor.commands.RequeueRunningJobsCommand
 
resetExecutorService(ExecutorService) - Static method in class org.jbpm.executor.ExecutorServiceFactory
 
run() - Method in class org.jbpm.executor.impl.ExecutorRunnable
 

S

scheduleRequest(String, CommandContext) - Method in class org.jbpm.executor.impl.ExecutorImpl
scheduleRequest(String, Date, CommandContext) - Method in class org.jbpm.executor.impl.ExecutorImpl
scheduleRequest(String, CommandContext) - Method in class org.jbpm.executor.impl.ExecutorServiceImpl
 
scheduleRequest(String, Date, CommandContext) - Method in class org.jbpm.executor.impl.ExecutorServiceImpl
 
setAdminService(ExecutorAdminService) - Method in class org.jbpm.executor.impl.ExecutorServiceImpl
 
setAvailableJobsExecutor(AvailableJobsExecutor) - Method in class org.jbpm.executor.impl.ExecutorRunnable
 
setClassCacheManager(ClassCacheManager) - Method in class org.jbpm.executor.impl.AvailableJobsExecutor
 
setCommandName(String) - Method in class org.jbpm.executor.entities.RequestInfo
 
setCommandService(CommandService) - Method in class org.jbpm.executor.impl.jpa.ExecutorQueryServiceImpl
 
setCommandService(CommandService) - Method in class org.jbpm.executor.impl.jpa.ExecutorRequestAdminServiceImpl
 
setCommandService(CommandService) - Method in class org.jbpm.executor.impl.jpa.JPAExecutorStoreService
 
setDeploymentId(String) - Method in class org.jbpm.executor.entities.RequestInfo
 
setEmf(EntityManagerFactory) - Method in class org.jbpm.executor.impl.jpa.JPAExecutorStoreService
 
setErrorInfo(List<ErrorInfo>) - Method in class org.jbpm.executor.entities.RequestInfo
 
setExecutions(int) - Method in class org.jbpm.executor.entities.RequestInfo
 
setExecutor(Executor) - Method in class org.jbpm.executor.impl.ExecutorServiceImpl
 
setExecutorStoreService(ExecutorStoreService) - Method in class org.jbpm.executor.impl.AvailableJobsExecutor
 
setExecutorStoreService(ExecutorStoreService) - Method in class org.jbpm.executor.impl.ExecutorImpl
 
setId(Long) - Method in class org.jbpm.executor.entities.ErrorInfo
 
setId(Long) - Method in class org.jbpm.executor.entities.RequestInfo
 
setId(Object, Long) - Method in class org.jbpm.executor.impl.mem.InMemoryExecutorStoreService
 
setInterval(int) - Method in class org.jbpm.executor.impl.ExecutorImpl
setInterval(int) - Method in class org.jbpm.executor.impl.ExecutorServiceImpl
 
setKey(String) - Method in class org.jbpm.executor.entities.RequestInfo
 
setMessage(String) - Method in class org.jbpm.executor.entities.ErrorInfo
 
setMessage(String) - Method in class org.jbpm.executor.entities.RequestInfo
 
setQueryService(ExecutorQueryService) - Method in class org.jbpm.executor.impl.AvailableJobsExecutor
 
setQueryService(ExecutorQueryService) - Method in class org.jbpm.executor.impl.ExecutorServiceImpl
 
setRequestData(byte[]) - Method in class org.jbpm.executor.entities.RequestInfo
 
setRequestInfo(RequestInfo) - Method in class org.jbpm.executor.entities.ErrorInfo
 
setResponseData(byte[]) - Method in class org.jbpm.executor.entities.RequestInfo
 
setRetries(int) - Method in class org.jbpm.executor.entities.RequestInfo
 
setRetries(int) - Method in class org.jbpm.executor.impl.ExecutorImpl
setRetries(int) - Method in class org.jbpm.executor.impl.ExecutorServiceImpl
 
setStacktrace(String) - Method in class org.jbpm.executor.entities.ErrorInfo
 
setStatus(STATUS) - Method in class org.jbpm.executor.entities.RequestInfo
 
setStoreService(InMemoryExecutorStoreService) - Method in class org.jbpm.executor.impl.mem.InMemoryExecutorAdminServiceImpl
 
setStoreService(InMemoryExecutorStoreService) - Method in class org.jbpm.executor.impl.mem.InMemoryExecutorQueryServiceImpl
 
setThreadPoolSize(int) - Method in class org.jbpm.executor.impl.ExecutorImpl
setThreadPoolSize(int) - Method in class org.jbpm.executor.impl.ExecutorServiceImpl
 
setTime(Date) - Method in class org.jbpm.executor.entities.ErrorInfo
 
setTime(Date) - Method in class org.jbpm.executor.entities.RequestInfo
 
setTimeunit(TimeUnit) - Method in class org.jbpm.executor.impl.ExecutorImpl
setTimeunit(TimeUnit) - Method in class org.jbpm.executor.impl.ExecutorServiceImpl
 

T

toString() - Method in class org.jbpm.executor.entities.ErrorInfo
 
toString() - Method in class org.jbpm.executor.entities.RequestInfo
 
trimToSize() - Method in class org.jbpm.executor.entities.ErrorInfo
 

U

updateError(ErrorInfo) - Method in class org.jbpm.executor.impl.jpa.JPAExecutorStoreService
 
updateError(ErrorInfo) - Method in class org.jbpm.executor.impl.mem.InMemoryExecutorStoreService
 
updateRequest(RequestInfo) - Method in class org.jbpm.executor.impl.jpa.JPAExecutorStoreService
 
updateRequest(RequestInfo) - Method in class org.jbpm.executor.impl.mem.InMemoryExecutorStoreService
 

V

value() - Method in class org.jbpm.executor.cdi.NamedLiteral
 

A B C D E F G H I J L N O P R S T U V
jBPM :: Executor Service 6.2.0.CR1

Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.