jBPM :: Executor Service 6.0.3-redhat-9
A B C D E F G H I N O P R S T 

A

abortWorkItem(WorkItem, WorkItemManager) - Method in class org.jbpm.executor.impl.wih.AsyncWorkItemHandler
 
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
 

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.

C

cancelRequest(Long) - Method in class org.jbpm.executor.impl.ExecutorImpl
cancelRequest(Long) - Method in class org.jbpm.executor.impl.ExecutorServiceImpl
 
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.ExecutorRequestAdminServiceImpl
clearAllErrors() - Method in class org.jbpm.executor.impl.ExecutorServiceImpl
 
clearAllRequests() - Method in class org.jbpm.executor.impl.ExecutorRequestAdminServiceImpl
clearAllRequests() - Method in class org.jbpm.executor.impl.ExecutorServiceImpl
 

D

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
 

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.PrintOutCommand
 
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
Default implementation of ExecutorQueryService that is backed with JPA
ExecutorQueryServiceImpl() - Constructor for class org.jbpm.executor.impl.ExecutorQueryServiceImpl
 
ExecutorRequestAdminServiceImpl - Class in org.jbpm.executor.impl
Default implementation of ExecutorAdminService backed with JPA
ExecutorRequestAdminServiceImpl() - Constructor for class org.jbpm.executor.impl.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
 
ExecutorServiceProducer - Class in org.jbpm.executor.impl
 
ExecutorServiceProducer() - Constructor for class org.jbpm.executor.impl.ExecutorServiceProducer
 

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.

G

getAdminService() - Method in class org.jbpm.executor.impl.ExecutorServiceImpl
 
getAllErrors() - Method in class org.jbpm.executor.impl.ExecutorQueryServiceImpl
getAllErrors() - Method in class org.jbpm.executor.impl.ExecutorServiceImpl
 
getAllRequests() - Method in class org.jbpm.executor.impl.ExecutorQueryServiceImpl
getAllRequests() - Method in class org.jbpm.executor.impl.ExecutorServiceImpl
 
getCancelledRequests() - Method in class org.jbpm.executor.impl.ExecutorQueryServiceImpl
getCancelledRequests() - Method in class org.jbpm.executor.impl.ExecutorServiceImpl
 
getClassLoader(String) - Method in class org.jbpm.executor.impl.ExecutorRunnable
 
getCommandName() - Method in class org.jbpm.executor.entities.RequestInfo
 
getCompletedRequests() - Method in class org.jbpm.executor.impl.ExecutorQueryServiceImpl
getCompletedRequests() - Method in class org.jbpm.executor.impl.ExecutorServiceImpl
 
getDeploymentId() - Method in class org.jbpm.executor.entities.RequestInfo
 
getErrorInfo() - Method in class org.jbpm.executor.entities.RequestInfo
 
getErrorsByRequestId(Long) - Method in class org.jbpm.executor.impl.ExecutorQueryServiceImpl
getErrorsByRequestId(Long) - Method in class org.jbpm.executor.impl.ExecutorServiceImpl
 
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.ExecutorQueryServiceImpl
getFutureQueuedRequests() - Method in class org.jbpm.executor.impl.ExecutorServiceImpl
 
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.ExecutorQueryServiceImpl
getInErrorRequests() - Method in class org.jbpm.executor.impl.ExecutorServiceImpl
 
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
 
getPendingRequestById(Long) - Method in class org.jbpm.executor.impl.ExecutorQueryServiceImpl
getPendingRequestById(Long) - Method in class org.jbpm.executor.impl.ExecutorServiceImpl
 
getPendingRequests() - Method in class org.jbpm.executor.impl.ExecutorQueryServiceImpl
getPendingRequests() - Method in class org.jbpm.executor.impl.ExecutorServiceImpl
 
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.ExecutorQueryServiceImpl
getQueuedRequests() - Method in class org.jbpm.executor.impl.ExecutorServiceImpl
 
getRequestByBusinessKey(String) - Method in class org.jbpm.executor.impl.ExecutorQueryServiceImpl
getRequestById(Long) - Method in class org.jbpm.executor.impl.ExecutorQueryServiceImpl
getRequestById(Long) - Method in class org.jbpm.executor.impl.ExecutorServiceImpl
 
getRequestData() - Method in class org.jbpm.executor.entities.RequestInfo
 
getRequestForProcessing() - Method in class org.jbpm.executor.impl.ExecutorQueryServiceImpl
getRequestInfo() - Method in class org.jbpm.executor.entities.ErrorInfo
 
getRequestsByBusinessKey(String) - Method in class org.jbpm.executor.impl.ExecutorServiceImpl
 
getRequestsByStatus(List<STATUS>) - Method in class org.jbpm.executor.impl.ExecutorQueryServiceImpl
getRequestsByStatus(List<STATUS>) - Method in class org.jbpm.executor.impl.ExecutorServiceImpl
 
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.ExecutorQueryServiceImpl
getRunningRequests() - Method in class org.jbpm.executor.impl.ExecutorServiceImpl
 
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
 
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() - Method in class org.jbpm.executor.impl.ExecutorServiceImpl
 
init() - Method in class org.jbpm.executor.impl.ExecutorServiceLifeCycleController
 
isActive() - Method in class org.jbpm.executor.impl.ExecutorServiceImpl
 

N

newExecutorService(EntityManagerFactory) - 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.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.runtime - package org.jbpm.executor.impl.runtime
 
org.jbpm.executor.impl.wih - package org.jbpm.executor.impl.wih
 

P

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
 
produceExecutorService() - Method in class org.jbpm.executor.impl.ExecutorServiceProducer
 

R

RequestInfo - Class in org.jbpm.executor.entities
 
RequestInfo() - Constructor for class org.jbpm.executor.entities.RequestInfo
 
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
 
setClassCacheManager(ClassCacheManager) - Method in class org.jbpm.executor.impl.ExecutorRunnable
 
setCommandName(String) - Method in class org.jbpm.executor.entities.RequestInfo
 
setCommandService(TransactionalCommandService) - Method in class org.jbpm.executor.impl.ExecutorImpl
 
setCommandService(TransactionalCommandService) - Method in class org.jbpm.executor.impl.ExecutorQueryServiceImpl
 
setCommandService(TransactionalCommandService) - Method in class org.jbpm.executor.impl.ExecutorRequestAdminServiceImpl
 
setCommandService(TransactionalCommandService) - Method in class org.jbpm.executor.impl.ExecutorRunnable
 
setDeploymentId(String) - Method in class org.jbpm.executor.entities.RequestInfo
 
setEmf(EntityManagerFactory) - Method in class org.jbpm.executor.impl.ExecutorImpl
 
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
 
setId(Long) - Method in class org.jbpm.executor.entities.ErrorInfo
 
setId(Long) - Method in class org.jbpm.executor.entities.RequestInfo
 
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.ExecutorRunnable
 
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
 
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
 

T

toString() - Method in class org.jbpm.executor.entities.ErrorInfo
 
toString() - Method in class org.jbpm.executor.entities.RequestInfo
 
A B C D E F G H I N O P R S T 
jBPM :: Executor Service 6.0.3-redhat-9

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