com.ibm.manplato
Class NetSyncServer

java.lang.Object
  |
  +--java.lang.Thread
        |
        +--com.ibm.manplato.NetSyncServer
All Implemented Interfaces:
java.lang.Runnable

public class NetSyncServer
extends java.lang.Thread

This class provides high-level network synchronization functionality. *** INCOMPLETE -- NOT READY FOR USE ***

Version:
$Rev$-$Date: 2001/03/15 16:55:29 $$State: Exp $
Author:
File Created By: Brad BARCLAY <bbarclay@ca.ibm.com>, Last Modified By: $Author: Yaztromo $

Fields inherited from class java.lang.Thread
inheritableThreadLocals, MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY, threadLocals
 
Constructor Summary
NetSyncServer()
           
 
Method Summary
 void run()
          Insert the method's description here.
 
Methods inherited from class java.lang.Thread
, activeCount, checkAccess, countStackFrames, currentThread, destroy, dumpStack, enumerate, getContextClassLoader, getName, getPriority, getThreadGroup, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setName, setPriority, 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
 

Constructor Detail

NetSyncServer

public NetSyncServer()
Method Detail

run

public void run()
Insert the method's description here. Creation date: (10/09/00 1:24:25 AM)
Overrides:
run in class java.lang.Thread