Name: nt126004 Date: 12/03/2001
java version "1.4.0-beta3"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.0-beta3-b84)
Java HotSpot(TM) Client VM (build 1.4.0-beta3-b84, mixed mode)
If MulticastSocket.joinGroup is successful, there is no subsequent method that
can be used to obtain the address of the group that has been joined. (Consider
TimeToLive, which is both gettable and settable, or the LocalAddress/LocalPort
properties of DatagramSocket.)
Furthermore, there is no documentation that
defines whether joinGroup is cummulative (can more than one group be joined),
exclusive (only one group can be joined at a time per MulticastSocket instance)
and there is no explanation as to what exceptions would be thrown if additional
joins were illegal.
(Review ID: 136068)
======================================================================