public class OperDsUpdateHandlerLSFFImpl extends Object implements OperDsUpdateHandlerInterface
OperDsUpdateHandlerInterface for the Logical SFF.| Constructor and Description |
|---|
OperDsUpdateHandlerLSFFImpl(org.opendaylight.controller.md.sal.binding.api.DataBroker dataBroker) |
| 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.
|
public OperDsUpdateHandlerLSFFImpl(org.opendaylight.controller.md.sal.binding.api.DataBroker dataBroker)
public void onRspCreation(SffGraph theGraph, RenderedServicePath rsp)
OperDsUpdateHandlerInterfaceonRspCreation in interface OperDsUpdateHandlerInterfacetheGraph - SffGraph used during RSP renderingrsp - The rendered service pathpublic void onRspDeletion(RenderedServicePath rsp)
OperDsUpdateHandlerInterfaceonRspDeletion in interface OperDsUpdateHandlerInterfacersp - The just-deleted rendered service pathCopyright © 2017 OpenDaylight. All rights reserved.