|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.iids.aos.kernel.mux.SelectRendezvous
public class SelectRendezvous
Class to do synchronization between connections and data coming in and errors occuring as preceived by the network-reading threads and the "client" threads that called select().
| Constructor Summary | |
|---|---|
SelectRendezvous()
Creates a new instance of SelectRendezvous |
|
| Method Summary | |
|---|---|
void |
dropoffEvent()
Called by network thread to signal arrival of a message |
void |
pickupEvent()
Called by select() thread in blocking mode to see if anything changed on the ConnectionPorts or ListenPorts it's interested in |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SelectRendezvous()
| Method Detail |
|---|
public void pickupEvent()
throws UnknownRoleException
UnknownRoleExceptionpublic void dropoffEvent()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||