Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

gnu.java.rmi.server
Class RMIIncomingThread  view RMIIncomingThread download RMIIncomingThread.java

java.lang.Object
  extended byjava.lang.Thread
      extended bygnu.java.rmi.server.RMIIncomingThread
All Implemented Interfaces:
java.lang.Runnable

public class RMIIncomingThread
extends java.lang.Thread


Nested Class Summary
 
Nested classes inherited from class java.lang.Thread
java.lang.Thread.UncaughtExceptionHandler
 
Field Summary
private  java.lang.String clientHost
           
 
Fields inherited from class java.lang.Thread
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
 
Constructor Summary
RMIIncomingThread(java.lang.Runnable runnable, java.lang.String s_clientHost)
           
 
Method Summary
 java.lang.String getClientHost()
           
 java.lang.String toString()
          Returns a string representation of this thread, including the thread's name, priority, and thread group.
 
Methods inherited from class java.lang.Thread
activeCount, checkAccess, countStackFrames, currentThread, destroy, dumpStack, enumerate, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, run, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, start, stop, stop, suspend, yield
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

clientHost

private java.lang.String clientHost
Constructor Detail

RMIIncomingThread

public RMIIncomingThread(java.lang.Runnable runnable,
                         java.lang.String s_clientHost)
Method Detail

toString

public java.lang.String toString()
Description copied from class: java.lang.Thread
Returns a string representation of this thread, including the thread's name, priority, and thread group.


getClientHost

public java.lang.String getClientHost()