|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--edu.unima.ky.parallel.ExSyncChannelProd
Producer part
Field Summary | |
(package private) edu.unima.ky.parallel.SyncChannel |
chan
|
(package private) int |
id
|
(package private) int |
max
|
(package private) java.io.PrintWriter |
out
|
Constructor Summary | |
ExSyncChannelProd(edu.unima.ky.parallel.SyncChannel c,
int i,
int m,
java.io.PrintWriter o)
Constructs a producer unit |
Method Summary | |
(package private) static void |
doSomeWork(double t)
|
void |
run()
Performs the producer's work |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
edu.unima.ky.parallel.SyncChannel chan
int id
int max
java.io.PrintWriter out
Constructor Detail |
public ExSyncChannelProd(edu.unima.ky.parallel.SyncChannel c, int i, int m, java.io.PrintWriter o)
Method Detail |
public void run()
run
in interface java.lang.Runnable
static void doSomeWork(double t)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |