|
|||||||||
| Home >> All >> cxtable >> [ core_comm overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
cxtable.core_comm
Class xConnectPool

java.lang.Objectcxtable.core_comm.xConnectPool
- All Implemented Interfaces:
- xRemoveListen
- public class xConnectPool
- extends java.lang.Object
- implements xRemoveListen
- extends java.lang.Object
| Field Summary | |
private java.util.Vector |
connects
|
private boolean |
debug
|
private cxtable.xLineSplit |
xls
|
| Constructor Summary | |
xConnectPool()
|
|
| Method Summary | |
boolean |
add(java.lang.String user,
java.lang.String name,
java.lang.String regid,
xConnectHook xch,
java.lang.String my_ip,
java.lang.String my_port)
|
private boolean |
add(xConnect xc)
|
xConnect[] |
on_()
|
private xConnect[] |
on()
|
boolean |
remove(xConnect xc)
|
boolean |
remove(xConnect xc,
xClientConn x)
|
void |
remove(xRemovable r)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
connects
private java.util.Vector connects
debug
private boolean debug
xls
private cxtable.xLineSplit xls
| Constructor Detail |
xConnectPool
public xConnectPool()
| Method Detail |
add
public boolean add(java.lang.String user, java.lang.String name, java.lang.String regid, xConnectHook xch, java.lang.String my_ip, java.lang.String my_port)
add
private boolean add(xConnect xc)
remove
public void remove(xRemovable r)
- Specified by:
removein interfacexRemoveListen
remove
public boolean remove(xConnect xc, xClientConn x)
remove
public boolean remove(xConnect xc)
on_
public xConnect[] on_()
on
private xConnect[] on()
|
|||||||||
| Home >> All >> cxtable >> [ core_comm overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
cxtable.core_comm.xConnectPool