Class LispNeutronService
- java.lang.Object
-
- org.opendaylight.lispflowmapping.neutron.LispNeutronService
-
- All Implemented Interfaces:
ILispNeutronService
public class LispNeutronService extends java.lang.Object implements ILispNeutronService
-
-
Constructor Summary
Constructors Constructor Description LispNeutronService(IFlowMapping mappingService, org.opendaylight.mdsal.binding.api.DataBroker dataBroker, OdlMappingserviceService odlMappingService)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
close()
OdlMappingserviceService
getMappingDbService()
IFlowMapping
getMappingService()
void
init()
-
-
-
Constructor Detail
-
LispNeutronService
public LispNeutronService(IFlowMapping mappingService, org.opendaylight.mdsal.binding.api.DataBroker dataBroker, OdlMappingserviceService odlMappingService)
-
-
Method Detail
-
getMappingService
public IFlowMapping getMappingService()
- Specified by:
getMappingService
in interfaceILispNeutronService
-
getMappingDbService
public OdlMappingserviceService getMappingDbService()
- Specified by:
getMappingDbService
in interfaceILispNeutronService
-
init
public void init()
-
close
public void close()
-
-