|
IPv6TestAdapter v47 build 0.8 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.testingtech.ttcn.tri.JpcapRunnable
The intention of this class is to handle all the received messages and enqueue them based on the information of the MAC address and the rcvMap to the TTCN-3 components. In case of well known addresses the specific handling(e.g. enqueuing to all components) is done.
Field Summary |
Constructor Summary | |
JpcapRunnable(de.tu_berlin.cs.uebb.muttcn.runtime.RB rb,
Jpcap jpcap,
java.lang.String netDeviceId,
java.util.HashMap portMap,
java.util.HashMap rcvMap)
The constructor of the class. |
Method Summary | |
void |
cancel()
Cancels the running receiver thread |
void |
run()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public JpcapRunnable(de.tu_berlin.cs.uebb.muttcn.runtime.RB rb, Jpcap jpcap, java.lang.String netDeviceId, java.util.HashMap portMap, java.util.HashMap rcvMap)
rb
- The runtime used.jpcap
- The Jpcap instance for capturing.netDeviceId
- The net device used.portMap
- The portMap including the component and tsiPort information.rcvMap
- The receive hashmap inlcuding all information for the enqueuing(together with th portMap).Method Detail |
public void run()
run
in interface java.lang.Runnable
public void cancel()
|
IPv6TestAdapter v47 build 0.8 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |