org.ow2.bonita.facade.internal
Interface InternalCommandAPI


public interface InternalCommandAPI

For internal use only.


Method Summary
<T> T
execute(org.ow2.bonita.util.Command<T> command)
           
<T> T
execute(org.ow2.bonita.util.Command<T> command, org.ow2.bonita.facade.uuid.PackageDefinitionUUID packageUUID)
           
 

Method Detail

execute

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

execute

<T> T execute(org.ow2.bonita.util.Command<T> command,
              org.ow2.bonita.facade.uuid.PackageDefinitionUUID packageUUID)
          throws java.lang.Exception,
                 java.rmi.RemoteException
Throws:
java.lang.Exception
java.rmi.RemoteException


Copyright © 2009 OW2 Consortium. All Rights Reserved.