oracle.forms.fd
Class LAFServer

java.lang.Object
  extended by java.lang.Thread
      extended by oracle.forms.fd.LAFServer
All Implemented Interfaces:
java.lang.Runnable

public class LAFServer
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
private  int iWait
           
private  java.net.ServerSocket sock
           
private  int state
           
private static int WAIT_FOR_ANSWER
           
private static int WAIT_FOR_CLIENT
           
 
Fields inherited from class java.lang.Thread
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
 
Constructor Summary
LAFServer(int iPortNumber)
           
 
Method Summary
(package private)  java.lang.String getClientString(java.lang.String s)
           
 void run()
           
(package private)  void setWaitingTime(int iMilliseconds)
           
 
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, 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
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

WAIT_FOR_CLIENT

private static final int WAIT_FOR_CLIENT
See Also:
Constant Field Values

WAIT_FOR_ANSWER

private static final int WAIT_FOR_ANSWER
See Also:
Constant Field Values

sock

private java.net.ServerSocket sock

state

private int state

iWait

private int iWait
Constructor Detail

LAFServer

public LAFServer(int iPortNumber)
Method Detail

setWaitingTime

void setWaitingTime(int iMilliseconds)

run

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

getClientString

java.lang.String getClientString(java.lang.String s)