class cMsgMulticastListeningThread
extends java.lang.Thread
Modifier and Type | Field and Description |
---|---|
(package private) cMsgNameServer |
server
Name server object.
|
Constructor and Description |
---|
cMsgMulticastListeningThread(cMsgNameServer nameServer,
int port,
int multicastPort,
java.net.MulticastSocket socket,
java.lang.String password,
int debug)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
(package private) void |
killThread()
Kills this thread.
|
void |
run()
This method is executed as a thread.
|
activeCount, checkAccess, clone, countStackFrames, currentThread, destroy, dumpStack, enumerate, getAllStackTraces, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getStackTrace, getState, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, start, stop, stop, suspend, toString, yield
cMsgNameServer server
public cMsgMulticastListeningThread(cMsgNameServer nameServer, int port, int multicastPort, java.net.MulticastSocket socket, java.lang.String password, int debug)
nameServer
- the cMsg name server that started this threadport
- cMsg name server's main tcp listening portmulticastPort
- cMsg name server's multicast listening portsocket
- udp socket on which to receive multicasts from cMsg clientspassword
- cMsg server's client passworddebug
- cMsg server's debug level