|
Class Summary |
| MessageProbe |
MessageProbe a thread object started to handle all nofity's needed when
one is received. |
| MMBaseChangeDummy |
Builds a MultiCast Thread to receive and send
changes from other MMBase Servers. |
| Multicast |
Multicast is a thread object that reads the receive queue
and spawns them to call the objects (listeners) who need to know. |
| MulticastChangesReceiver |
MulticastChangesReceiver is a thread object that builds a MultiCast Thread
to receive changes from other MMBase Servers. |
| MulticastChangesSender |
MulticastChangesSender is a thread object sending the nodes found in the
sending queue over the multicast 'channel' |
| SharedStorage |
SharedStorage is a thread object that reads the receive queue
and calls the objects (listeners) who need to know. |
| Unicast |
|
| UnicastChangesReceiver |
UnicastChangesReceiver is a thread object that builds a Unicast Thread
to receive changes from other MMBase Servers. |
| UnicastChangesSender |
UnicastChangesSender is a thread object sending the nodes found in the
sending queue over unicast connections |
| WaitNode |
WaitNode is a wrapper class for MMObjectNode we want to
put into a 'waiting for a change' mode we don't block on the object
itself because we need to check its number before we nofity it again. |