|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--fr.paris5.shaman.insight.client.OperationCombiner
Merges the result of one OperationService
invocation with the
operation passed as input parameter. This is especially useful for
avoiding recasting operation result.
Field Summary | |
(package private) java.io.DataOutput |
data
|
private OperationService |
operationService
|
Constructor Summary | |
OperationCombiner(OperationService operationService)
|
Method Summary | |
void |
execute(Operation operation)
|
Methods inherited from class java.lang.Object |
|
Field Detail |
java.io.DataOutput data
private final OperationService operationService
Constructor Detail |
public OperationCombiner(OperationService operationService)
Method Detail |
public void execute(Operation operation) throws java.lang.Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |