jBPM distribution 6.0.0.Beta3

org.jbpm.executor.api
Interface Executor

All Superinterfaces:
Service
All Known Implementing Classes:
ExecutorImpl

public interface Executor
extends Service


Method Summary
 void cancelRequest(Long requestId)
           
 int getInterval()
           
 int getRetries()
           
 int getThreadPoolSize()
           
 Long scheduleRequest(String commandName, CommandContext ctx)
           
 Long scheduleRequest(String commandId, Date date, CommandContext ctx)
           
 void setInterval(int waitTime)
           
 void setRetries(int defaultNroOfRetries)
           
 void setThreadPoolSize(int nroOfThreads)
           
 
Methods inherited from interface org.jbpm.executor.api.Service
destroy, init
 

Method Detail

scheduleRequest

Long scheduleRequest(String commandName,
                     CommandContext ctx)

scheduleRequest

Long scheduleRequest(String commandId,
                     Date date,
                     CommandContext ctx)

cancelRequest

void cancelRequest(Long requestId)

getInterval

int getInterval()

setInterval

void setInterval(int waitTime)

getRetries

int getRetries()

setRetries

void setRetries(int defaultNroOfRetries)

getThreadPoolSize

int getThreadPoolSize()

setThreadPoolSize

void setThreadPoolSize(int nroOfThreads)

jBPM distribution 6.0.0.Beta3

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