org.objectweb.proactive.calcium.interfaces
Interface Execute<T>

Type Parameters:
T -
All Superinterfaces:
Muscle, java.io.Serializable
All Known Implementing Classes:
CleanBlast, ExecuteBlast, ExecuteFormatDB, ExecuteFormatQuery, SolveBoard, SolveBT1, SolveBT2, SolveChallenge

public interface Execute<T>
extends Muscle

Classes implementing this interface can be executed. The object of providing this method is indicating what is the sequential code that must be run.

Author:
The ProActive Team (mleyton)

Method Summary
 T execute(T param)
           
 

Method Detail

execute

T execute(T param)
          throws java.lang.RuntimeException,
                 EnvironmentException
Throws:
java.lang.RuntimeException
EnvironmentException


Copyright 2001-2007 INRIA All Rights Reserved.