Package org.simpleframework.util.thread

Examples of org.simpleframework.util.thread.DirectExecutor


    * in the selection thread and should complete quickly.
    *
    * @param cancel determines the selection key should be canceled
    */  
   public DirectReactor(boolean cancel) throws IOException {
      this.executor = new DirectExecutor();
      this.exchange = new ActionDistributor(executor, cancel);
   }  
View Full Code Here


    * in the selection thread and should complete quickly.
    *
    * @param cancel determines the selection key should be canceled
    */  
   public DirectReactor(boolean cancel) throws IOException {
      this.executor = new DirectExecutor();
      this.exchange = new ActionDistributor(executor, cancel);
   }  
View Full Code Here

TOP

Related Classes of org.simpleframework.util.thread.DirectExecutor

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.