|
SunSPOT API V4.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
IRoutingManager
public interface IRoutingManager
This interface defines a routing manager
| Method Summary | |
|---|---|
void |
deregisterEventListener(IMHEventListener listener)
Deprecated. Deregisters an application etc. that was registered for route events |
boolean |
findRoute(long address,
RouteEventClient eventClient,
Object uniqueKey)
Deprecated. this method triggers a new route request |
RouteInfo |
getRouteInfo(long address)
Deprecated. this method can be called to obtain a route info for an address |
void |
initialize(long ourAddress,
ILowPan lowPanLayer)
Deprecated. for the initialization the routing manager must know a low pan instance to interoperate with |
boolean |
invalidateRoute(long originator,
long destination)
Deprecated. invalidate a route that is reported to be broken |
void |
registerEventListener(IMHEventListener listener)
Deprecated. Registers an application etc. that is notified when this node initiates/receives supported route events |
| Method Detail |
|---|
void initialize(long ourAddress,
ILowPan lowPanLayer)
ourAddress - lowPanLayer - RouteInfo getRouteInfo(long address)
address -
boolean findRoute(long address,
RouteEventClient eventClient,
Object uniqueKey)
boolean invalidateRoute(long originator,
long destination)
void registerEventListener(IMHEventListener listener)
listener - object that is notified when route events occurvoid deregisterEventListener(IMHEventListener listener)
listener - object that is notified when route events occur
|
SunSPOT API V4.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||