Package com.sun.enterprise.gms.tools
Class MulticastTester
- java.lang.Object
-
- com.sun.enterprise.gms.tools.MulticastTester
-
public class MulticastTester extends Object
Collects user parameters and starts/stops the sender and receiver threads. This can be run directly with the main() method or can be wrapped in another tool using the run() method.
-
-
Field Summary
Fields Modifier and Type Field Description static StringADDRESS_OPTIONstatic StringBIND_OPTIONstatic StringDEBUG_OPTIONstatic StringHELP_OPTIONstatic StringPORT_OPTIONstatic StringTIMEOUT_OPTIONstatic StringTTL_OPTIONstatic StringWAIT_PERIOD_OPTION
-
Constructor Summary
Constructors Constructor Description MulticastTester()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static voidmain(String[] args)intrun(String[] args)
-
-
-
Field Detail
-
HELP_OPTION
public static final String HELP_OPTION
-
PORT_OPTION
public static final String PORT_OPTION
-
ADDRESS_OPTION
public static final String ADDRESS_OPTION
-
BIND_OPTION
public static final String BIND_OPTION
-
TTL_OPTION
public static final String TTL_OPTION
-
WAIT_PERIOD_OPTION
public static final String WAIT_PERIOD_OPTION
-
TIMEOUT_OPTION
public static final String TIMEOUT_OPTION
-
DEBUG_OPTION
public static final String DEBUG_OPTION
-
-