Class SplitterAggregator.CallableAdapter

java.lang.Object
org.chenile.owiz.impl.splitaggregate.SplitterAggregator.CallableAdapter
All Implemented Interfaces:
Callable<IndividualSplitContext>
Enclosing class:
SplitterAggregator

private class SplitterAggregator.CallableAdapter extends Object implements Callable<IndividualSplitContext>
An adapter between Command and the Callable interface mandated by the methods of java.util.concurrent.