public class InProcessWindGateProcessTaskExecutor extends Object implements TaskExecutor
TaskExecutor for windgate/bin/process.| Constructor and Description |
|---|
InProcessWindGateProcessTaskExecutor() |
| Modifier and Type | Method and Description |
|---|---|
void |
execute(TaskExecutionContext context,
TaskInfo task)
Executes a task.
|
boolean |
isSupported(TaskExecutionContext context,
TaskInfo task)
Returns whether this executor supports executing the target task.
|
public InProcessWindGateProcessTaskExecutor()
public boolean isSupported(TaskExecutionContext context, TaskInfo task)
TaskExecutorisSupported in interface TaskExecutorcontext - the current contexttask - the target tasktrue if this supports the target task, otherwise falsepublic void execute(TaskExecutionContext context, TaskInfo task) throws InterruptedException, IOException
TaskExecutorexecute in interface TaskExecutorcontext - the current contexttask - the target taskInterruptedException - if interrupted while executing the taskIOException - if task execution was failedCopyright © 2011–2018 Asakusa Framework Team. All rights reserved.