public interface NodeRpcWatcher
NodeRpcWatcher watches all the invocations of RPC routed to
OpenFlow switches.
If a swtich is removed, all the RPC invocations routed to the removed switch will be canceled.
| Modifier and Type | Method and Description |
|---|---|
void |
registerRpc(NodeRpcInvocation<?,?> rpc)
Register the specified RPC invocation routed to the specifiec switch.
|
void |
unregisterRpc(NodeRpcInvocation<?,?> rpc)
Unregister the specified RPC invocation.
|
void registerRpc(NodeRpcInvocation<?,?> rpc)
rpc - An RPC invocation to be registered.void unregisterRpc(NodeRpcInvocation<?,?> rpc)
rpc - An RPC invocation to be unregistered.Copyright © 2018 OpenDaylight. All rights reserved.