public interface OvsdbProviderService
| Modifier and Type | Method and Description |
|---|---|
void |
nodeAdded()
Announces to the ovsdb agent that this node has added.
|
void |
nodeRemoved()
Announces to the ovsdb agent that this node has removed.
|
void |
processRequest(com.fasterxml.jackson.databind.JsonNode request)
processes request from ovsdb.
|
void |
processResult(com.fasterxml.jackson.databind.JsonNode response)
Processes result from ovsdb.
|
void |
setAgent(OvsdbAgent agent)
Sets the ovsdb agent to be used.
|
void |
setCallback(Callback monitorCallback)
Sets call back.
|
void |
setChannel(io.netty.channel.Channel channel)
Sets the associated Netty channel for this node.
|
void |
setConnection(boolean connected)
Sets whether the node is connected.
|
void setAgent(OvsdbAgent agent)
agent - the agent to set.void setChannel(io.netty.channel.Channel channel)
channel - the Netty channelvoid nodeAdded()
void nodeRemoved()
void setConnection(boolean connected)
connected - whether the node is connectedvoid processResult(com.fasterxml.jackson.databind.JsonNode response)
response - JsonNode response from ovsdbvoid processRequest(com.fasterxml.jackson.databind.JsonNode request)
request - JsonNode request from ovsdbvoid setCallback(Callback monitorCallback)
monitorCallback - the callback to set