|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Thread
org.sapia.ubik.net.PooledThread
org.sapia.ubik.rmi.server.transport.socket.SocketRmiServerThread
public class SocketRmiServerThread
Implements a thread in a SocketRmiServer instance.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class java.lang.Thread |
|---|
java.lang.Thread.State, java.lang.Thread.UncaughtExceptionHandler |
| Field Summary |
|---|
| Fields inherited from class org.sapia.ubik.net.PooledThread |
|---|
_duration, _tps |
| Fields inherited from class java.lang.Thread |
|---|
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY |
| Method Summary | |
|---|---|
protected void |
doExec(java.lang.Object task)
Executes the "task" passed in, which is an arbitrary application-specific unit of work that this method performs. |
protected void |
handleExecutionException(java.lang.Exception e)
|
void |
interrupt()
|
| Methods inherited from class org.sapia.ubik.net.PooledThread |
|---|
exec, run, shutdown |
| 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, isInterrupted, 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 |
| Method Detail |
|---|
public void interrupt()
interrupt in class java.lang.ThreadThread.interrupt()protected void doExec(java.lang.Object task)
PooledThreadThis template method is to be implemented by subclasses.
doExec in class PooledThreadPooledThread.doExec(Object)protected void handleExecutionException(java.lang.Exception e)
handleExecutionException in class PooledThread
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||