SSF.Net
Class ptpLinkLayer

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

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


Nested Class Summary
(package private)  class ptpLinkLayer.ptpPeerEnumeration
           
 
Field Summary
(package private)  NIC[] ends
           
private  link forLink
           
 
Fields inherited from class com.renesys.raceway.SSF.Entity
 
Constructor Summary
ptpLinkLayer(link)
           
 
Method Summary
protected  com.renesys.raceway.SSF.inChannel in(NIC)
           
 link onLink()
           
 NIC peer(NIC)
           
 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

forLink

private link forLink

ends

NIC[] ends
Constructor Detail

ptpLinkLayer

public ptpLinkLayer(link)
Method Detail

onLink

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

in

protected com.renesys.raceway.SSF.inChannel in(NIC)

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

peer

public NIC peer(NIC)

peers

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