Class DistributedCommand<T>

java.lang.Object
com.pervasive.datarush.cal.DistributedCommand<T>
Type Parameters:
T - the result type.
All Implemented Interfaces:
DistributedCallable<T>, Serializable

public abstract class DistributedCommand<T> extends Object implements DistributedCallable<T>
Convenient base class for DistributedCallable's that do not support monitoring/partial results.
See Also: