public interface OperDsUpdateHandlerInterface
| Modifier and Type | Method and Description |
|---|---|
void |
onRspCreation(SffGraph theGraph,
RenderedServicePath rsp)
This method is invoked by the renderer in order to request the update of
the operational datastore after the successful creation of a RSP.
|
void |
onRspDeletion(RenderedServicePath rsp)
This method is invoked by the renderer in order to request the update of
the operational datastore after the successful deletion of a RSP.
|
void onRspCreation(SffGraph theGraph, RenderedServicePath rsp)
theGraph - SffGraph used during RSP renderingrsp - The rendered service pathvoid onRspDeletion(RenderedServicePath rsp)
rsp - The just-deleted rendered service pathCopyright © 2017 OpenDaylight. All rights reserved.