org.amino.pattern.internal
Interface DynamicWorker<S,T>

Type Parameters:
S - type of the input work item.
T - the type of the output.

public interface DynamicWorker<S,T>

Classes for a dynamicWorker.

Author:
blainey

Method Summary
 T run(S w, WorkQueue<S> wq)
           
 

Method Detail

run

T run(S w,
      WorkQueue<S> wq)
Parameters:
w - workitem
wq - workqueue
Returns:
result


Copyright © 2008. All Rights Reserved.