org.jbpm.enterprise
Interface LocalCommandExecutorHome

All Superinterfaces:
javax.ejb.EJBLocalHome

public interface LocalCommandExecutorHome
extends javax.ejb.EJBLocalHome

EJB2 local home for the command executor.

Author:
Tom Baeyens

Method Summary
 LocalCommandExecutor create()
          Creates a command executor for local use.
 
Methods inherited from interface javax.ejb.EJBLocalHome
remove
 

Method Detail

create

LocalCommandExecutor create()
                            throws javax.ejb.CreateException
Creates a command executor for local use.

Throws:
javax.ejb.CreateException - if creation fails