lime
Class IncomingThread

java.lang.Object
  extended bylime.IncomingThread
All Implemented Interfaces:
java.lang.Runnable

class IncomingThread
extends java.lang.Object
implements java.lang.Runnable

Manages a single incoming connection.


Field Summary
private  ConnectionMgr.Connection c
           
private  ConnectionMgr cmgr
           
private  RemoteOpDescriptor desc
           
private  LimeServerID dest
           
private  TransactionMgr tMgr
          A reference to the TransactionMgr.
 
Constructor Summary
(package private) IncomingThread(java.net.Socket s)
          Determines the connection source and the input stream associated to the socket.
 
Method Summary
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

cmgr

private ConnectionMgr cmgr

c

private ConnectionMgr.Connection c

desc

private RemoteOpDescriptor desc

dest

private LimeServerID dest

tMgr

private TransactionMgr tMgr
A reference to the TransactionMgr.

Constructor Detail

IncomingThread

IncomingThread(java.net.Socket s)
Determines the connection source and the input stream associated to the socket.

Method Detail

run

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