SSF.Net
Class lanLinkLayer

java.lang.Object
  |
  +--com.renesys.raceway.SSF.Entity
        |
        +--SSF.Net.lanLinkLayer
All Implemented Interfaces:
linkLayer

public synchronized class lanLinkLayer
extends com.renesys.raceway.SSF.Entity
implements linkLayer


Nested Class Summary
(package private)  class lanLinkLayer.lanPeerEnumeration
           
 
Field Summary
private  link forLink
           
private  com.renesys.raceway.SSF.inChannel LAN_IN
           
private  com.renesys.raceway.SSF.outChannel[] LAN_OUT
           
 
Fields inherited from class com.renesys.raceway.SSF.Entity
 
Constructor Summary
lanLinkLayer(link)
           
 
Method Summary
 link onLink()
           
 java.util.Enumeration peers(NIC)
           
 com.renesys.raceway.SSF.Event[] receive(NIC)
           
 void transmit(NIC, PacketEvent, long)
           
 void up(NIC)
           
 
Methods inherited from class com.renesys.raceway.SSF.Entity
alignment, alignTo, coalignedEntities, inChannels, init, joinAll, makeIndependent, now, outChannels, pauseAll, playRole, processes, resumeAll, startAll, startAll, startClient, startClient, startServer, W, Z
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

LAN_IN

private com.renesys.raceway.SSF.inChannel LAN_IN

LAN_OUT

private com.renesys.raceway.SSF.outChannel[] LAN_OUT

forLink

private link forLink
Constructor Detail

lanLinkLayer

public lanLinkLayer(link)
Method Detail

onLink

public link onLink()
Specified by:
onLink in interface linkLayer

up

public void up(NIC)
Specified by:
up in interface linkLayer

transmit

public void transmit(NIC,
                     PacketEvent,
                     long)
Specified by:
transmit in interface linkLayer

receive

public com.renesys.raceway.SSF.Event[] receive(NIC)
Specified by:
receive in interface linkLayer

peers

public java.util.Enumeration peers(NIC)
Specified by:
peers in interface linkLayer