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 void
close()
Deprecated.OdlMappingserviceService
getMappingDbService()
Deprecated.IFlowMapping
getMappingService()
Deprecated.void
init()
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:
getMappingService
in interfaceILispNeutronService
-
getMappingDbService
public OdlMappingserviceService getMappingDbService()
Deprecated.- Specified by:
getMappingDbService
in interfaceILispNeutronService
-
init
public void init()
Deprecated.
-
close
public void close()
Deprecated.
-
-