Thread.State, Thread.UncaughtExceptionHandler
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
Modifier and Type | Method and Description |
---|---|
protected abstract Reader |
getReader() |
void |
interrupt() |
protected abstract void |
onErrorInThread(Exception e) |
protected abstract void |
onStreamStart(Map<String,String> attribs) |
protected abstract void |
onStreamTerminate() |
protected abstract void |
processElement(Element elem) |
void |
run() |
protected abstract void |
workerTerminated() |
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 Worker(Connector connector)
protected abstract Reader getReader()
protected abstract void onErrorInThread(Exception e) throws JaxmppException
JaxmppException
protected abstract void onStreamTerminate() throws JaxmppException
JaxmppException
protected abstract void processElement(Element elem) throws JaxmppException
JaxmppException
protected abstract void workerTerminated()
Copyright © 2006–2016 Tigase. All rights reserved.