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 voidclose()OdlMappingserviceServicegetMappingDbService()IFlowMappinggetMappingService()voidinit()
-
-
-
Constructor Detail
-
LispNeutronService
public LispNeutronService(IFlowMapping mappingService, org.opendaylight.mdsal.binding.api.DataBroker dataBroker, OdlMappingserviceService odlMappingService)
-
-
Method Detail
-
getMappingService
public IFlowMapping getMappingService()
- Specified by:
getMappingServicein interfaceILispNeutronService
-
getMappingDbService
public OdlMappingserviceService getMappingDbService()
- Specified by:
getMappingDbServicein interfaceILispNeutronService
-
init
public void init()
-
close
public void close()
-
-