biz.chitec.quarterback.gjsa.server
Class ConnectionListObject
java.lang.Object
biz.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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
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
ConnectionListObject
public ConnectionListObject()
ConnectionListObject
public ConnectionListObject(ServerThreadHandler stb)
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()