public class EthernetBeaconAcceptThread
extends java.lang.Thread
IBlaubotIncomingConnectionListener
which will
be the BlaubotBeaconService
.
The accept thread - once started - will check if he is in charge using the IEthernetBeacon
s getAcceptThread() method
and kill himself, if he is obsolete.Constructor and Description |
---|
EthernetBeaconAcceptThread(IBlaubotIncomingConnectionListener incomingConnectionListener,
IEthernetBeacon ethernetBeacon) |
Modifier and Type | Method and Description |
---|---|
void |
interrupt() |
void |
run() |
activeCount, checkAccess, clone, countStackFrames, currentThread, destroy, dumpStack, enumerate, getAllStackTraces, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getStackTrace, getState, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, start, stop, stop, suspend, toString, yield
public EthernetBeaconAcceptThread(IBlaubotIncomingConnectionListener incomingConnectionListener, IEthernetBeacon ethernetBeacon)
incomingConnectionListener
- the listener to report toethernetBeacon
- the IEthernetBeacon
using this object