org.eclipse.stardust.engine.core.runtime.command
Interface ServiceCommand

All Superinterfaces:
Serializable
All Known Implementing Classes:
QualityAssuranceCompleteCommand

public interface ServiceCommand
extends Serializable

Client side wrapper around a series of service invocations that have to be performed in a single server side transaction.

Version:
$Revision: $
Author:
Florin.Herinean

Method Summary
 Serializable execute(ServiceFactory sf)
          Execute the service command.
 

Method Detail

execute

Serializable execute(ServiceFactory sf)
Execute the service command.

Parameters:
sf - a ServiceFactory provided by the engine that will ensure that all service calls will be performed in the parent transaction.
Returns:
the result of the service call execution. This value will be returned to the client.


Copyright © 2017 Eclipse Stardust. All Rights Reserved.