jBPM distribution 6.0.0-SNAPSHOT

org.jbpm.services.task.commands
Class TaskCommandExecutorImpl

java.lang.Object
  extended by org.jbpm.services.task.commands.TaskCommandExecutorImpl
All Implemented Interfaces:
CommandExecutor

public class TaskCommandExecutorImpl
extends Object
implements CommandExecutor


Constructor Summary
TaskCommandExecutorImpl()
           
 
Method Summary
<T> T
execute(Command<T> command)
          Execute the command and return a ExecutionResults for the results of the Command.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TaskCommandExecutorImpl

public TaskCommandExecutorImpl()
Method Detail

execute

public <T> T execute(Command<T> command)
Description copied from interface: CommandExecutor
Execute the command and return a ExecutionResults for the results of the Command.

Specified by:
execute in interface CommandExecutor
Returns:

jBPM distribution 6.0.0-SNAPSHOT

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