|
Cumulus4j API (1.2.0) |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Thread org.cumulus4j.keymanager.channel.KeyManagerChannelListenerThread
public class KeyManagerChannelListenerThread
Thread that listens to incoming Request
s and processes them.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class java.lang.Thread |
---|
Thread.State, Thread.UncaughtExceptionHandler |
Field Summary |
---|
Fields inherited from class java.lang.Thread |
---|
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY |
Constructor Summary | |
---|---|
KeyManagerChannelListenerThread(KeyManagerChannelManager keyManagerChannelManager)
Instantiate a new listener thread. |
Method Summary | |
---|---|
void |
interrupt()
|
boolean |
isInterrupted()
|
void |
run()
|
Methods inherited from class java.lang.Thread |
---|
activeCount, checkAccess, clone, countStackFrames, currentThread, destroy, dumpStack, enumerate, getAllStackTraces, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getStackTrace, getState, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupted, isAlive, isDaemon, join, join, join, resume, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, start, stop, stop, suspend, toString, yield |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public KeyManagerChannelListenerThread(KeyManagerChannelManager keyManagerChannelManager)
keyManagerChannelManager
- the manager which instantiates this thread and manages
the RequestHandler
s to dispatch the incoming requests to.Method Detail |
---|
public void interrupt()
interrupt
in class Thread
public boolean isInterrupted()
isInterrupted
in class Thread
public void run()
run
in interface Runnable
run
in class Thread
|
Cumulus4j API (1.2.0) |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |