edu.jas.ring
Class GroebnerBaseDistributedPS.ReducerClientPS

java.lang.Object
  extended by edu.jas.ring.GroebnerBaseDistributedPS.ReducerClientPS
All Implemented Interfaces:
java.lang.Runnable
Enclosing class:
GroebnerBaseDistributedPS

static class GroebnerBaseDistributedPS.ReducerClientPS
extends java.lang.Object
implements java.lang.Runnable

distributed clients reducing worker threads


Constructor Summary
GroebnerBaseDistributedPS.ReducerClientPS(edu.unima.ky.parallel.SocketChannel pc, DistributedList dl)
           
 
Method Summary
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GroebnerBaseDistributedPS.ReducerClientPS

GroebnerBaseDistributedPS.ReducerClientPS(edu.unima.ky.parallel.SocketChannel pc,
                                          DistributedList dl)
Method Detail

run

public void run()
Specified by:
run in interface java.lang.Runnable