ejip
Class LinkLayer

java.lang.Object
  |
  +--java.lang.Thread
        |
        +--javax.joprt.RtThread
              |
              +--ejip.LinkLayer
Direct Known Subclasses:
CS8900, Ppp, Slip

public abstract class LinkLayer
extends javax.joprt.RtThread

LinkLayer driver.


Fields inherited from class java.lang.Thread
CREATED, DEAD, MAX_PRIORITY, MIN_PRIORITY, MS, next, NORM_PRIORITY, RUNNING, state, WAITING
 
Constructor Summary
protected LinkLayer(int period)
           
 
Methods inherited from class javax.joprt.RtThread
startMission, waitForMission, waitForNextPeriod
 
Methods inherited from class java.lang.Thread
activeCount, currentThread, getPriority, isAlive, join, run, setPriority, sleep, start, toString, yield
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LinkLayer

protected LinkLayer(int period)