org.jbpm.enterprise
Interface RemoteCommandExecutorHome

All Superinterfaces:
javax.ejb.EJBHome, java.rmi.Remote

public interface RemoteCommandExecutorHome
extends javax.ejb.EJBHome

EJB2 remote home interface for the command executor.

Author:
Tom Baeyens

Method Summary
 RemoteCommandExecutor create()
          Creates a command executor for remote use.
 
Methods inherited from interface javax.ejb.EJBHome
getEJBMetaData, getHomeHandle, remove, remove
 

Method Detail

create

RemoteCommandExecutor create()
                             throws javax.ejb.CreateException,
                                    java.rmi.RemoteException
Creates a command executor for remote use.

Throws:
javax.ejb.CreateException - if creation fails
java.rmi.RemoteException - if a communication error occurs