Package cmion.level2.migration
Class InviteListener
- java.lang.Object
-
- java.lang.Thread
-
- cmion.level2.migration.InviteListener
-
- All Implemented Interfaces:
java.lang.Runnable
public class InviteListener extends java.lang.Threada thread for listening on the invite listen port for invitations
-
-
Constructor Summary
Constructors Constructor Description InviteListener(int port)constructs a new InviteListener that listens on the specified port
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidrun()main method of the listener-
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
-
-