org.jbpm.client.impl
Class AsyncCommandService

java.lang.Object
  extended by org.jbpm.client.impl.AsyncCommandService
All Implemented Interfaces:
CommandService

public class AsyncCommandService
extends java.lang.Object
implements CommandService

Author:
Tom Baeyens

Constructor Summary
AsyncCommandService()
           
 
Method Summary
<T> T
execute(Command<T> command)
           
 void setPropagateUserId(boolean propagateUserId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AsyncCommandService

public AsyncCommandService()
Method Detail

execute

public <T> T execute(Command<T> command)
Specified by:
execute in interface CommandService

setPropagateUserId

public void setPropagateUserId(boolean propagateUserId)