cips.server
Class ClientConnection

java.lang.Object
java.lang.Thread
cips.server.ClientConnection
- All Implemented Interfaces:
- java.lang.Runnable
- public class ClientConnection
- extends java.lang.Thread
Class ClientConnection
-----------------
- Version:
- $Id: ClientConnection.java,v 1.7 2000/08/04 11:30:58 hallski Exp $
| Nested classes inherited from class java.lang.Thread |
java.lang.Thread.UncaughtExceptionHandler |
| 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, yield |
socket
private java.net.Socket socket
- Variables *
rEngine
private cips.server.phone.RouterEngine rEngine
client
private java.io.PrintWriter client
clientIn
private java.io.BufferedReader clientIn
rListen
private ClientConnection.StatusListener rListen
hostAddress
private java.lang.String hostAddress
database
private PBaseConnection database
ClientConnection
public ClientConnection(java.net.Socket socket,
cips.server.phone.RouterEngine rEngine,
PBaseConnection database)
- Constructors *
run
public void run()
- Methods *
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.
println
public void println(java.lang.String str)
sendCalls
private void sendCalls(java.util.Vector calls)
sendPersons
private void sendPersons(java.util.Vector persons)