org.jbpm.client.impl
Class StandardCommandService

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

public class StandardCommandService
extends java.lang.Object
implements CommandService

Author:
Tom Baeyens

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

Constructor Detail

StandardCommandService

public StandardCommandService()
Method Detail

execute

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