public class OpenflowpluginTableFeaturesTestServiceProvider extends Object implements AutoCloseable, SalTableService
Constructor and Description |
---|
OpenflowpluginTableFeaturesTestServiceProvider() |
Modifier and Type | Method and Description |
---|---|
void |
close() |
org.opendaylight.controller.sal.binding.api.NotificationProviderService |
getNotificationService()
Get notification service.
|
org.opendaylight.controller.sal.binding.api.BindingAwareBroker.RoutedRpcRegistration<SalTableService> |
getTableRegistration()
Get table registration.
|
org.opendaylight.yangtools.concepts.ObjectRegistration<OpenflowpluginTableFeaturesTestServiceProvider> |
register(org.opendaylight.controller.sal.binding.api.RpcProviderRegistry rpcRegistry) |
void |
setNotificationService(org.opendaylight.controller.sal.binding.api.NotificationProviderService notificationService)
Set
notificationService . |
void |
setTableRegistration(org.opendaylight.controller.sal.binding.api.BindingAwareBroker.RoutedRpcRegistration<SalTableService> tableRegistration)
Set
tableRegistration . |
void |
start() |
com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<UpdateTableOutput>> |
updateTable(UpdateTableInput input)
Configuring openflow table.
|
public OpenflowpluginTableFeaturesTestServiceProvider()
public org.opendaylight.controller.sal.binding.api.BindingAwareBroker.RoutedRpcRegistration<SalTableService> getTableRegistration()
tableRegistration
public void setTableRegistration(org.opendaylight.controller.sal.binding.api.BindingAwareBroker.RoutedRpcRegistration<SalTableService> tableRegistration)
tableRegistration
.public org.opendaylight.controller.sal.binding.api.NotificationProviderService getNotificationService()
notificationService
public void setNotificationService(org.opendaylight.controller.sal.binding.api.NotificationProviderService notificationService)
notificationService
.public void start()
public void close() throws Exception
close
in interface AutoCloseable
Exception
public com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<UpdateTableOutput>> updateTable(UpdateTableInput input)
SalTableService
updateTable
in interface SalTableService
public org.opendaylight.yangtools.concepts.ObjectRegistration<OpenflowpluginTableFeaturesTestServiceProvider> register(org.opendaylight.controller.sal.binding.api.RpcProviderRegistry rpcRegistry)
Copyright © 2019 OpenDaylight. All rights reserved.