|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.objectweb.proactive.calcium.Stream<T>
public class Stream<T>
Constructor Summary | |
---|---|
protected |
Stream(Facade facade,
Skeleton<T> skeleton)
|
Method Summary | |
---|---|
T |
getResult()
This method returns the result of the computation for every inputed parameter. |
Stats |
getStats(T res)
After a T has been computed and obtained through getResult(), this method retrieves the statistics for this T. |
void |
input(T param)
Inputs a new T to be computed. |
void |
input(java.util.Vector<T> paramV)
Inputs a vector of T to be computed. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected Stream(Facade facade, Skeleton<T> skeleton)
Method Detail |
---|
public void input(T param)
param
- The T to be computed.public void input(java.util.Vector<T> paramV)
paramV
- A vector containing the T.public T getResult() throws PanicException, MuscleException
PanicException
- Is thrown if a unrecoverable error takes place inside the framework.
MuscleException
- Is thrown if a functional exception happens during the execution
of the skeleton's muscle.public Stats getStats(T res)
res
- The T obtained through getResult().
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |