com.aelitis.net.udp.mc
Class MCGroupFactory

java.lang.Object
  extended by com.aelitis.net.udp.mc.MCGroupFactory

public class MCGroupFactory
extends java.lang.Object


Constructor Summary
MCGroupFactory()
           
 
Method Summary
static MCGroup getSingleton(MCGroupAdapter adapter, java.lang.String group_address, int group_port, int control_port, java.lang.String[] selected_interfaces)
           
static void setSuspended(boolean suspended)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MCGroupFactory

public MCGroupFactory()
Method Detail

getSingleton

public static MCGroup getSingleton(MCGroupAdapter adapter,
                                   java.lang.String group_address,
                                   int group_port,
                                   int control_port,
                                   java.lang.String[] selected_interfaces)
                            throws MCGroupException
Throws:
MCGroupException

setSuspended

public static void setSuspended(boolean suspended)