Package bgu.bio.com.reactor

Examples of bgu.bio.com.reactor.Reactor


        return new ScriptProtocol(data);
      }
    };

    //run the reactor as a thread
    reactor = new Reactor(port, poolSize, protocol);
    Thread reactorThread = new Thread(reactor,"Reactor");
    threads.add(reactorThread);
  }
View Full Code Here

TOP

Related Classes of bgu.bio.com.reactor.Reactor

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.