org.ow2.bonita.facade.internal
Interface InternalCommandAPI

All Known Subinterfaces:
EJB2CommandAPI

public interface InternalCommandAPI

For internal use only.


Method Summary
<T> T
execute(Command<T> command)
           
<T> T
execute(Command<T> command, ProcessDefinitionUUID processUUID)
           
 

Method Detail

execute

<T> T execute(Command<T> command)
          throws java.lang.Exception,
                 java.rmi.RemoteException
Throws:
java.lang.Exception
java.rmi.RemoteException

execute

<T> T execute(Command<T> command,
              ProcessDefinitionUUID processUUID)
          throws java.lang.Exception,
                 java.rmi.RemoteException
Throws:
java.lang.Exception
java.rmi.RemoteException


Copyright © 2009 OW2 Consortium. All Rights Reserved.