Next: JChannel.Close()
Up: Initialization and de-initialization of
Previous: JChannel.Connect()
  Contents
- Sends down a DISCONNECT event, waits for a DISCONNECT_OK event
- GMS updates the membership. Then it passes down the event. Then it
sends up a DISCONNECT_OK event.
- JChannel.Disconnect() waits for the DISCONNECT_OK
event, or, if the timer expires, throws an exception
- JChannel.Disconnect stops the protocol stack calling
ProtocolStack.Stop()
- Stop sends a STOP event down the stack
- When the lowest layer (UDP) receives STOP, it closes all its
sockets. Then it sends up a STOP_OK event.
- When ProtocolStack.Stop receives STOP_OK, it
returns. Otherwise, if the timer expires, it returns too.
Bela Ban
2002-02-20