org.jbpm.ejb
Interface RemoteCommandService

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

public interface RemoteCommandService
extends javax.ejb.EJBObject


Method Summary
 java.lang.Object execute(org.jbpm.command.Command command)
           
 
Methods inherited from interface javax.ejb.EJBObject
getEJBHome, getHandle, getPrimaryKey, isIdentical, remove
 

Method Detail

execute

java.lang.Object execute(org.jbpm.command.Command command)
                         throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException