org.jbpm.enterprise
Class Ejb2LocalCommandService

java.lang.Object
  extended by org.jbpm.enterprise.Ejb2LocalCommandService
All Implemented Interfaces:
CommandService

public class Ejb2LocalCommandService
extends java.lang.Object
implements CommandService

Local, stateless session bean implementation of the command service.

Author:
Tom Baeyens

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

Constructor Detail

Ejb2LocalCommandService

public Ejb2LocalCommandService()
Method Detail

getCommandExecutor

public LocalCommandExecutor getCommandExecutor()

execute

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