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

Quick Search    Search Deep

nserverdemo
Class NsSampleClientThread  view NsSampleClientThread download NsSampleClientThread.java

java.lang.Object
  extended byjava.lang.Thread
      extended bynserverdemo.NsSampleClientThread
All Implemented Interfaces:
java.lang.Runnable

public class NsSampleClientThread
extends java.lang.Thread

NsSampleClientThread thread to perform the NsSampleWork


Nested Class Summary
 
Nested classes inherited from class java.lang.Thread
java.lang.Thread.UncaughtExceptionHandler
 
Field Summary
protected  java.lang.String dbUrl
           
protected  java.util.Properties properties
           
protected  java.io.PrintWriter pw
           
protected  int thread_id
           
 
Fields inherited from class java.lang.Thread
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
 
Constructor Summary
(package private) NsSampleClientThread(int id, java.lang.String dbUrl, java.util.Properties properties, java.io.PrintWriter pw)
           
 
Method Summary
 void run()
          The method of Thread that will be run if there is no Runnable object associated with the Thread.
 
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, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, 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
 

Field Detail

thread_id

protected int thread_id

properties

protected java.util.Properties properties

pw

protected java.io.PrintWriter pw

dbUrl

protected java.lang.String dbUrl
Constructor Detail

NsSampleClientThread

NsSampleClientThread(int id,
                     java.lang.String dbUrl,
                     java.util.Properties properties,
                     java.io.PrintWriter pw)
Method Detail

run

public void run()
Description copied from class: java.lang.Thread
The method of Thread that will be run if there is no Runnable object associated with the Thread. Thread's implementation does nothing at all.