edu.jas.ring
Class GroebnerBaseDistributedPS.ReducerServerPS

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

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

distributed server reducing worker threads


Constructor Summary
GroebnerBaseDistributedPS.ReducerServerPS(Terminator fin, edu.unima.ky.parallel.ChannelFactory cf, DistributedList dl, java.util.List P, OrderedPairlistPS L)
           
 
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.ReducerServerPS

GroebnerBaseDistributedPS.ReducerServerPS(Terminator fin,
                                          edu.unima.ky.parallel.ChannelFactory cf,
                                          DistributedList dl,
                                          java.util.List P,
                                          OrderedPairlistPS L)
Method Detail

run

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