Package com.sun.enterprise.gms.tools
Class MulticastSenderThread
- java.lang.Object
-
- java.lang.Thread
-
- com.sun.enterprise.gms.tools.MulticastSenderThread
-
- All Implemented Interfaces:
java.lang.Runnable
public class MulticastSenderThread extends java.lang.ThreadUsed to periodically send multicast messages.
-
-
Constructor Summary
Constructors Constructor Description MulticastSenderThread(int mcPort, java.lang.String mcAddress, java.lang.String bindInterface, int ttl, long msgPeriodInMillis, boolean debug, java.lang.String dataString)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidrun()-
Methods inherited from class java.lang.Thread
activeCount, checkAccess, clone, countStackFrames, currentThread, dumpStack, enumerate, getAllStackTraces, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getStackTrace, getState, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, onSpinWait, resume, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, start, stop, suspend, toString, yield
-
-