QJCC homepage

biz.chitec.quarterback.gjsa.server
Class ConnectionListObject

java.lang.Object
  extended bybiz.chitec.quarterback.gjsa.server.ConnectionListObject

public class ConnectionListObject
extends java.lang.Object

Connection data holder for server thread handlers.

Version:
$Id: b7bd68b4b05accf1c7badae491a6ceb707e4faa6 $
Author:
Dirk Hillbrecht 1997-1999, chitec/Dirk Hillbrecht 2000. Distributed under the terms of the GNU LGPL.

Field Summary
 java.lang.String cn
           
 int connnum
           
 boolean logremove
           
 java.net.Socket mysocket
           
 java.lang.Thread mythread
           
 long opentimestamp
           
private  ServerThreadHandler sth
           
 
Constructor Summary
ConnectionListObject()
           
ConnectionListObject(ServerThreadHandler stb)
           
 
Method Summary
 void dropMe()
           
 java.util.Map getData()
           
 java.util.Map getDescription()
           
 boolean getLogRemove()
           
 java.lang.String getSmallDescription()
           
 java.lang.Thread getThread()
           
 boolean isThreadAlive()
           
 boolean mayBeClosed()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

mythread

public java.lang.Thread mythread

mysocket

public java.net.Socket mysocket

logremove

public boolean logremove

opentimestamp

public long opentimestamp

connnum

public int connnum

cn

public java.lang.String cn

sth

private ServerThreadHandler sth
Constructor Detail

ConnectionListObject

public ConnectionListObject()

ConnectionListObject

public ConnectionListObject(ServerThreadHandler stb)
Method Detail

getThread

public java.lang.Thread getThread()

isThreadAlive

public boolean isThreadAlive()

getLogRemove

public boolean getLogRemove()

getData

public java.util.Map getData()

dropMe

public void dropMe()

mayBeClosed

public boolean mayBeClosed()

getDescription

public java.util.Map getDescription()

getSmallDescription

public java.lang.String getSmallDescription()

toString

public java.lang.String toString()

QJCC homepage