RSE
Release 1.0

org.eclipse.rse.core.comm
Class SystemCommunicationsDaemon.CommunicationHandlerThread

java.lang.Object
  extended byjava.lang.Thread
      extended byorg.eclipse.rse.core.comm.SystemCommunicationsDaemon.CommunicationHandlerThread
All Implemented Interfaces:
Runnable
Enclosing class:
SystemCommunicationsDaemon

protected class SystemCommunicationsDaemon.CommunicationHandlerThread
extends Thread

Inner class for running ICommunicationHandlers on a new thread. This is done for two main reasons: 1. Allow the communication daemon to continue handling requests while processing other requests (this is important because some requests like the program verifiers run long. 2. Keep the communications daemon safe from crashes (unhandled exceptions) in the communication handlers.


Field Summary
 
Fields inherited from class java.lang.Thread
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
 
Constructor Summary
protected SystemCommunicationsDaemon.CommunicationHandlerThread(ISystemCommunicationsDaemonHandler handler, Socket socket, int requestKey)
           
 
Method Summary
 void run()
           
 
Methods inherited from class java.lang.Thread
activeCount, checkAccess, countStackFrames, currentThread, destroy, dumpStack, enumerate, getContextClassLoader, getName, getPriority, getThreadGroup, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setName, setPriority, sleep, sleep, start, stop, stop, suspend, toString, yield
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SystemCommunicationsDaemon.CommunicationHandlerThread

protected SystemCommunicationsDaemon.CommunicationHandlerThread(ISystemCommunicationsDaemonHandler handler,
                                                                Socket socket,
                                                                int requestKey)
Method Detail

run

public void run()

RSE
Release 1.0

Copyright (c) IBM Corporation and others 2000, 2006. All Rights Reserved.