org.ow2.bonita.facade
Interface CommandAPI

All Superinterfaces:
RemoteCommandAPI

public interface CommandAPI
extends RemoteCommandAPI

To allow developpers to write and execute its own commands packaged within its application.

See Also:
TxHook

Method Summary
<T> T
execute(org.ow2.novabpm.util.Command<T> command)
           
 

Method Detail

execute

<T> T execute(org.ow2.novabpm.util.Command<T> command)
          throws java.lang.Exception
Specified by:
execute in interface RemoteCommandAPI
Throws:
java.lang.Exception


Copyright © 2008 OW2 Consortium. All Rights Reserved.