cascading.operation
Interface OperationCall<C>

All Known Subinterfaces:
AggregatorCall<C>, BufferCall<C>, FilterCall<C>, FunctionCall<C>, GroupAssertionCall<C>, ValueAssertionCall<C>
All Known Implementing Classes:
ConcreteCall

public interface OperationCall<C>


Method Summary
 C getContext()
          Returns the user set context object, C.
 void setContext(C context)
          Sets the user defined 'context' object.
 

Method Detail

getContext

C getContext()
Returns the user set context object, C.

Returns:
user defined object

setContext

void setContext(C context)
Sets the user defined 'context' object.

Parameters:
context - user defined object


Copyright © 2007-2008 Concurrent, Inc. All Rights Reserved.