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