Uses of Class
org.amino.pattern.internal.MasterWorker.ResultKey

Packages that use MasterWorker.ResultKey
org.amino.pattern.internal Provides the classes and interfaces for a simple master/worker pattern. 
 

Uses of MasterWorker.ResultKey in org.amino.pattern.internal
 

Methods in org.amino.pattern.internal that return MasterWorker.ResultKey
 MasterWorker.ResultKey WorkQueue.submit(S w)
          Submit a work item to the work queue.
 MasterWorker.ResultKey MasterWorker.submit(S w)
          Submit a work item for processing.
 MasterWorker.ResultKey WorkQueue.submit(S w, long timeout, java.util.concurrent.TimeUnit unit)
          Submit a work item to the work queue.
 MasterWorker.ResultKey MasterWorker.submit(S w, long timeout, java.util.concurrent.TimeUnit unit)
          Submit a work item for processing and block until it is either submitted successfully or the specified timeout period has expired.
 

Methods in org.amino.pattern.internal with parameters of type MasterWorker.ResultKey
 T MasterWorker.result(MasterWorker.ResultKey k)
          Obtain the results from the processing of a work item.
 



Copyright © 2008. All Rights Reserved.