|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Reason in driver |
---|
Methods in driver with parameters of type Reason | |
---|---|
void |
ip.MyIpHandler.dropNotify(Message msg,
MacAddress nextHopMac,
Reason reason)
|
Uses of Reason in jist.swans.app |
---|
Methods in jist.swans.app with parameters of type Reason | |
---|---|
void |
AppHeartbeat.dropNotify(Message msg,
MacAddress nextHopMac,
Reason reason)
|
Uses of Reason in jist.swans.net |
---|
Methods in jist.swans.net with parameters of type Reason | |
---|---|
void |
NetInterface.dropNotify(Message msg,
MacAddress nextHopMac,
Reason reason)
Notification mechanism for packet dropped due to various "Reasons" |
void |
NetInterface.NetHandler.dropNotify(Message msg,
MacAddress nextHopMac,
Reason reason)
Notification mechanism for packet dropped due to various "Reasons" |
void |
NetIp.dropNotify(Message msg,
MacAddress nextHopMac,
Reason reason)
Notification mechanism for packet dropped due to various "Reasons" |
Uses of Reason in jist.swans.route |
---|
Methods in jist.swans.route with parameters of type Reason | |
---|---|
void |
RouteAodv.dropNotify(Message msg,
MacAddress nextHopMac,
Reason reason)
|
void |
RouteDsr.dropNotify(Message msg,
MacAddress nextHopMac,
Reason reason)
|
void |
RouteZrp.dropNotify(Message msg,
MacAddress nextHopMac,
Reason reason)
|
Uses of Reason in jist.swans.trans |
---|
Methods in jist.swans.trans with parameters of type Reason | |
---|---|
void |
TransTcp.dropNotify(Message msg,
MacAddress nextHopMac,
Reason reason)
|
void |
TransUdp.dropNotify(Message msg,
MacAddress nextHopMac,
Reason reason)
|
Uses of Reason in shaohua_project.sweep.routing |
---|
Methods in shaohua_project.sweep.routing with parameters of type Reason | |
---|---|
void |
ShortestGeographicalPathRouting.dropNotify(Message msg,
MacAddress nextHopMac,
Reason reason)
|
void |
SweepRouting.dropNotify(Message msg,
MacAddress nextHopMac,
Reason reason)
|
Uses of Reason in sidnet.core.misc |
---|
Methods in sidnet.core.misc that return Reason | |
---|---|
static Reason |
Reason.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static Reason[] |
Reason.values()
Returns an array containing the constants of this enum type, in the order they're declared. |
Uses of Reason in sidnet.stack.std.routing.dummyroute |
---|
Methods in sidnet.stack.std.routing.dummyroute with parameters of type Reason | |
---|---|
void |
DummyRoute.dropNotify(Message msg,
MacAddress nextHopMac,
Reason reason)
Notification mechanism for packet dropped due to various "Reasons" |
Uses of Reason in sidnet.stack.std.routing.heartbeat |
---|
Methods in sidnet.stack.std.routing.heartbeat with parameters of type Reason | |
---|---|
void |
HeartbeatProtocol.dropNotify(Message msg,
MacAddress nextHopMac,
Reason reason)
|
Uses of Reason in sidnet.stack.users.alternating_tree.routing |
---|
Methods in sidnet.stack.users.alternating_tree.routing with parameters of type Reason | |
---|---|
void |
GeographicalTreeRouting.dropNotify(Message msg,
MacAddress nextHopMac,
Reason reason)
|
void |
GeographicalTreeRoutingAlternating.dropNotify(Message msg,
MacAddress nextHopMac,
Reason reason)
|
void |
KShortestPathRouting5.dropNotify(Message msg,
MacAddress nextHopMac,
Reason reason)
|
void |
RouteBezier.dropNotify(Message msg,
MacAddress nextHopMac,
Reason reason)
|
Uses of Reason in sidnet.stack.users.Bezier.routing |
---|
Methods in sidnet.stack.users.Bezier.routing with parameters of type Reason | |
---|---|
void |
RouteBezier.dropNotify(Message msg,
MacAddress nextHopMac,
Reason reason)
|
Uses of Reason in sidnet.stack.users.demo_multi_tree.routing |
---|
Methods in sidnet.stack.users.demo_multi_tree.routing with parameters of type Reason | |
---|---|
void |
MultiTreeRouting.dropNotify(Message msg,
MacAddress nextHopMac,
Reason reason)
|
Uses of Reason in sidnet.stack.users.EECS510.routing |
---|
Methods in sidnet.stack.users.EECS510.routing with parameters of type Reason | |
---|---|
void |
Route_Assignment2.dropNotify(Message msg,
MacAddress nextHopMac,
Reason reason)
Notification mechanism for packet dropped due to various "Reasons" |
void |
ShortestGeographicalPathRouting.dropNotify(Message msg,
MacAddress nextHopMac,
Reason reason)
|
Uses of Reason in sidnet.stack.users.geographical_tree_aggregation.routing |
---|
Methods in sidnet.stack.users.geographical_tree_aggregation.routing with parameters of type Reason | |
---|---|
void |
GeographicalTreeRouting.dropNotify(Message msg,
MacAddress nextHopMac,
Reason reason)
|
void |
GeographicalTreeRoutingAlternating.dropNotify(Message msg,
MacAddress nextHopMac,
Reason reason)
|
void |
ShortestGeographicalPathRouting.dropNotify(Message msg,
MacAddress nextHopMac,
Reason reason)
|
Uses of Reason in sidnet.stack.users.k_shortest_path.routing |
---|
Methods in sidnet.stack.users.k_shortest_path.routing with parameters of type Reason | |
---|---|
void |
KShortestPathRouting.dropNotify(Message msg,
MacAddress nextHopMac,
Reason reason)
|
void |
KShortestPathRouting5.dropNotify(Message msg,
MacAddress nextHopMac,
Reason reason)
|
Uses of Reason in sidnet.stack.users.marco_project.commons |
---|
Methods in sidnet.stack.users.marco_project.commons with parameters of type Reason | |
---|---|
void |
HeartbeatProtocol.dropNotify(Message msg,
MacAddress nextHopMac,
Reason reason)
|
Uses of Reason in sidnet.stack.users.marco_project.image_charges.routing |
---|
Methods in sidnet.stack.users.marco_project.image_charges.routing with parameters of type Reason | |
---|---|
void |
ElectrostaticRouter.dropNotify(Message msg,
MacAddress nextHopMac,
Reason reason)
Notifies on message drop. |
void |
ShortestGeographicalPathRouting.dropNotify(Message msg,
MacAddress nextHopMac,
Reason reason)
|
Uses of Reason in sidnet.stack.users.marco_project.node_centric.routing |
---|
Methods in sidnet.stack.users.marco_project.node_centric.routing with parameters of type Reason | |
---|---|
void |
ElectrostaticRouter.dropNotify(Message msg,
MacAddress nextHopMac,
Reason reason)
Notification mechanism for packet dropped due to various "Reasons" |
void |
ShortestGeographicalPathRouting.dropNotify(Message msg,
MacAddress nextHopMac,
Reason reason)
|
Uses of Reason in sidnet.stack.users.marco_project.packet_centric.routing |
---|
Methods in sidnet.stack.users.marco_project.packet_centric.routing with parameters of type Reason | |
---|---|
void |
ElectrostaticRouter.dropNotify(Message msg,
MacAddress nextHopMac,
Reason reason)
Notification mechanism for packet dropped due to various "Reasons" |
void |
ShortestGeographicalPathRouting.dropNotify(Message msg,
MacAddress nextHopMac,
Reason reason)
|
Uses of Reason in sidnet.stack.users.sample_p2p.routing |
---|
Methods in sidnet.stack.users.sample_p2p.routing with parameters of type Reason | |
---|---|
void |
ShortestGeographicalPathRouting.dropNotify(Message msg,
MacAddress nextHopMac,
Reason reason)
|
Uses of Reason in sidnet.stack.users.SenSys08.routing |
---|
Methods in sidnet.stack.users.SenSys08.routing with parameters of type Reason | |
---|---|
void |
GeographicalTreeRouting.dropNotify(Message msg,
MacAddress nextHopMac,
Reason reason)
|
void |
ShortestGeographicalPathRouting.dropNotify(Message msg,
MacAddress nextHopMac,
Reason reason)
|
Uses of Reason in sidnet.stack.users.topological_tree_aggregation.routing |
---|
Methods in sidnet.stack.users.topological_tree_aggregation.routing with parameters of type Reason | |
---|---|
void |
KShortestPathRouting.dropNotify(Message msg,
MacAddress nextHopMac,
Reason reason)
|
void |
RouteBezier.dropNotify(Message msg,
MacAddress nextHopMac,
Reason reason)
|
void |
TopologicalTreeRouting.dropNotify(Message msg,
MacAddress nextHopMac,
Reason reason)
|
Uses of Reason in sidnet.stack.users.triggers_project.routing |
---|
Methods in sidnet.stack.users.triggers_project.routing with parameters of type Reason | |
---|---|
void |
GeographicalTreeRouting.dropNotify(Message msg,
MacAddress nextHopMac,
Reason reason)
|
void |
ShortestGeographicalPathRouting.dropNotify(Message msg,
MacAddress nextHopMac,
Reason reason)
|
Uses of Reason in sidnet.stack.users.waspsample.routing |
---|
Methods in sidnet.stack.users.waspsample.routing with parameters of type Reason | |
---|---|
void |
TreeRouting.dropNotify(Message msg,
MacAddress nextHopMac,
Reason reason)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |