Oracle Fusion Middleware Java API Reference for Oracle ADF Business Component Browser
11g Release 1 (11.1.1.7.0)

E10758-08

oracle.jbo.jbotester.server
Class ServerThread

java.lang.Object
  extended by java.lang.Thread
      extended by oracle.jbo.jbotester.server.ServerThread
All Implemented Interfaces:
java.lang.Runnable

public final class ServerThread
extends java.lang.Thread


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 java.lang.Thread
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
 
Method Summary
 void interrupt()
           
 void run()
           
static void start(TesterSocket s, CommandHandler c, int wait)
          Start a thread to process request to/from the bc4j-tester
 
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

start

public static void start(TesterSocket s,
                         CommandHandler c,
                         int wait)
Start a thread to process request to/from the bc4j-tester

Parameters:
s - the testersocket to use for the messages
c - the command handler to process the requests
wait - time in ms to wait between listening for requests

run

public void run()
Specified by:
run in interface java.lang.Runnable
Overrides:
run in class java.lang.Thread

interrupt

public void interrupt()
Overrides:
interrupt in class java.lang.Thread

Oracle Fusion Middleware Java API Reference for Oracle ADF Business Component Browser
11g Release 1 (11.1.1.7.0)

E10758-08

Copyright © 1997, 2013, Oracle. All rights reserved.