|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectverinec.netsim.processors.EventProcessor
verinec.netsim.processors.PhysicalProcessor802
public class PhysicalProcessor802
A Processor in Layer 1. It sends(broadcasts) data from the sender to everbody connected to this Layer.
| Constructor Summary | |
|---|---|
PhysicalProcessor802()
Creates a new Physical Processor |
|
PhysicalProcessor802(abstractNetworkLayer layer)
Creates a new Physical Processor |
|
| Method Summary | |
|---|---|
void |
processDown(PacketArrivedEventDown event)
processes events for a packet that was send down to this layer |
void |
processUp(PacketArrivedEventUp event)
processes events for a packet that was send up to this layer |
| Methods inherited from class verinec.netsim.processors.EventProcessor |
|---|
getLayer, getName, setLayer, setName |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PhysicalProcessor802(abstractNetworkLayer layer)
layer - the layer in which one this processor operatespublic PhysicalProcessor802()
| Method Detail |
|---|
public void processUp(PacketArrivedEventUp event)
EventProcessor
processUp in class EventProcessorevent - a event for a packet that was send up to this layerEventProcessor.processUp(verinec.netsim.events.PacketArrivedEventUp)public void processDown(PacketArrivedEventDown event)
EventProcessor
processDown in class EventProcessorevent - a event for a packet that was send down to this layerEventProcessor.processDown(verinec.netsim.events.PacketArrivedEventDown)
|
Copyright © 2005 Verinec, DIUF | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||