Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle ADF Model Tester
11g Release 2 (11.1.2.2.0)

E17487-03


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, 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
clone, 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

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle ADF Model Tester
11g Release 2 (11.1.2.2.0)

E17487-03


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