Waits for the completion of this conversation.
If called from a conversation, the calling conversation
suspends and blocks until this conversation exits (and
the thread will be reused to execute other conversations.)
If called from outside conversations, the calling
method simply
Conversation.wait() waits .
throws: IllegalStateException - If a conversation tries to join itself. throws: InterruptedException - If this thread is interrupted while waiting. |