Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

cxtable.registry
Class xEnableServer  view xEnableServer download xEnableServer.java

java.lang.Object
  extended byjava.lang.Thread
      extended bycxtable.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 Class Summary
 
Nested classes inherited from class java.lang.Thread
java.lang.Thread.UncaughtExceptionHandler
 
Field Summary
private  cxtable.core_comm.xRegistry clients
           
private  java.lang.String inetad
           
private  java.lang.String notify
           
private  java.lang.String portst
           
private  cxtable.core_comm.xRegistry reggy
           
private  cxtable.core_comm.xRegistry servers
           
private  java.awt.TextArea who
           
private  xRegistryServer xrs
           
private  cxtable.core_comm.xServSocket xss
           
 
Fields inherited from class java.lang.Thread
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
 
Constructor Summary
xEnableServer(cxtable.core_comm.xRegistry reg, xRegistryServer x)
           
 
Method Summary
 void add(java.net.Socket s)
           
 void appende(java.lang.String s)
           
 void enable(cxtable.core_comm.xClientConn x, boolean b)
           
 java.awt.Panel getRef()
           
 void go()
           
 void regserver(java.lang.String inet, java.lang.String port)
           
 void run()
          The method of Thread that will be run if there is no Runnable object associated with the Thread.
 
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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

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
Constructor Detail

xEnableServer

public xEnableServer(cxtable.core_comm.xRegistry reg,
                     xRegistryServer x)
Method Detail

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