|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcc.glsn.PCMonitor
public class PCMonitor
Producer consumer monitor, uses FIFO queue
| Constructor Summary | |
|---|---|
PCMonitor()
|
|
| Method Summary | |
|---|---|
Object |
Consume()
|
int |
GetQueueSize()
|
int |
GetWaitingConsumers()
|
void |
Produce(Object O)
|
void |
SleepOn()
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PCMonitor()
| Method Detail |
|---|
public int GetWaitingConsumers()
public int GetQueueSize()
public void SleepOn()
public Object Consume()
public void Produce(Object O)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||