org.jbpm.enterprise
Interface LocalCommandExecutor

All Superinterfaces:
javax.ejb.EJBLocalObject

public interface LocalCommandExecutor
extends javax.ejb.EJBLocalObject

EJB2 local interface for the command executor.

Author:
Tom Baeyens

Method Summary
<T> T
execute(Command<T> command)
          Executes the given command locally.
 
Methods inherited from interface javax.ejb.EJBLocalObject
getEJBLocalHome, getPrimaryKey, isIdentical, remove
 

Method Detail

execute

<T> T execute(Command<T> command)
Executes the given command locally.