java.lang.Object
java.lang.Thread
cxtable.registry.xEnableServer
- All Implemented Interfaces:
- java.lang.Runnable, cxtable.peer.xEnableListener, cxtable.core_comm.xServerListener, cxtable.xTimed
- public class xEnableServer
- extends java.lang.Thread
- implements cxtable.peer.xEnableListener, cxtable.core_comm.xServerListener, cxtable.xTimed
| 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, toString, yield |
xss
private cxtable.core_comm.xServSocket xss
xrs
private xRegistryServer xrs
reggy
private cxtable.core_comm.xRegistry reggy
servers
private cxtable.core_comm.xRegistry servers
clients
private cxtable.core_comm.xRegistry clients
inetad
private java.lang.String inetad
portst
private java.lang.String portst
notify
private java.lang.String notify
who
private java.awt.TextArea who
xEnableServer
public xEnableServer(cxtable.core_comm.xRegistry reg,
xRegistryServer x)
getRef
public java.awt.Panel getRef()
run
public void run()
- Description copied from class:
java.lang.Thread
- The method of Thread that will be run if there is no Runnable object
associated with the Thread. Thread's implementation does nothing at all.
- Specified by:
run in interface java.lang.Runnable
add
public void add(java.net.Socket s)
- Specified by:
add in interface cxtable.core_comm.xServerListener
regserver
public void regserver(java.lang.String inet,
java.lang.String port)
- Specified by:
regserver in interface cxtable.core_comm.xServerListener
go
public void go()
- Specified by:
go in interface cxtable.xTimed
appende
public void appende(java.lang.String s)
- Specified by:
appende in interface cxtable.peer.xEnableListener
enable
public void enable(cxtable.core_comm.xClientConn x,
boolean b)
- Specified by:
enable in interface cxtable.peer.xEnableListener