216217218219220221222223224225226
for( int i = 0; i < tasks; i++ ) { FlowProcess process = new TestFlowProcess( tasks, i ); filter.prepare( process, operationCall ); operationCall.setArguments( getEntry( new Tuple( 1 ) ) ); for( int j = 0; j < values; j++ ) {
6465666768697071727374
{ Filter filter = new Sample( sample ); int count = 0; filter.prepare( null, operationCall ); operationCall.setArguments( getEntry( new Tuple( 1 ) ) ); for( int j = 0; j < values; j++ ) {
140141142143144145146147148149150
context.calls[ i ] = new ConcreteCall( (ConcreteCall) operationCall ); context.calls[ i ].setArguments( context.argumentEntries[ i ] ); context.calls[ i ].setArgumentFields( context.argumentEntries[ i ].getFields() ); filter.prepare( flowProcess, context.calls[ i ] ); } operationCall.setContext( context ); }