Class OpenflowpluginTableFeaturesTestServiceProvider
java.lang.Object
org.opendaylight.openflowplugin.test.OpenflowpluginTableFeaturesTestServiceProvider
- All Implemented Interfaces:
AutoCloseable,UpdateTable,org.opendaylight.yangtools.yang.binding.BindingContract<org.opendaylight.yangtools.yang.binding.Rpc<UpdateTableInput,,UpdateTableOutput>> org.opendaylight.yangtools.yang.binding.Rpc<UpdateTableInput,UpdateTableOutput>
public class OpenflowpluginTableFeaturesTestServiceProvider
extends Object
implements AutoCloseable, UpdateTable
-
Field Summary
Fields inherited from interface org.opendaylight.yang.gen.v1.urn.opendaylight.table.service.rev131026.UpdateTable
QNAME -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclose()org.opendaylight.mdsal.binding.api.NotificationPublishServiceGet notification service.org.opendaylight.yangtools.concepts.RegistrationGet table registration.com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<UpdateTableOutput>>invoke(UpdateTableInput input) org.opendaylight.yangtools.concepts.ObjectRegistration<OpenflowpluginTableFeaturesTestServiceProvider>register(org.opendaylight.mdsal.binding.api.RpcProviderService rpcRegistry) voidsetNotificationService(org.opendaylight.mdsal.binding.api.NotificationPublishService notificationService) SetnotificationService.voidsetTableRegistration(org.opendaylight.yangtools.concepts.Registration tableRegistration) SettableRegistration.voidstart()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.opendaylight.yang.gen.v1.urn.opendaylight.table.service.rev131026.UpdateTable
implementedInterface
-
Constructor Details
-
OpenflowpluginTableFeaturesTestServiceProvider
public OpenflowpluginTableFeaturesTestServiceProvider()
-
-
Method Details
-
getTableRegistration
public org.opendaylight.yangtools.concepts.Registration getTableRegistration()Get table registration.- Returns:
tableRegistration
-
setTableRegistration
public void setTableRegistration(org.opendaylight.yangtools.concepts.Registration tableRegistration) SettableRegistration. -
getNotificationService
public org.opendaylight.mdsal.binding.api.NotificationPublishService getNotificationService()Get notification service.- Returns:
notificationService
-
setNotificationService
public void setNotificationService(org.opendaylight.mdsal.binding.api.NotificationPublishService notificationService) SetnotificationService. -
start
public void start() -
close
public void close()- Specified by:
closein interfaceAutoCloseable
-
invoke
public com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<UpdateTableOutput>> invoke(UpdateTableInput input) - Specified by:
invokein interfaceorg.opendaylight.yangtools.yang.binding.Rpc<UpdateTableInput,UpdateTableOutput>
-
register
public org.opendaylight.yangtools.concepts.ObjectRegistration<OpenflowpluginTableFeaturesTestServiceProvider> register(org.opendaylight.mdsal.binding.api.RpcProviderService rpcRegistry)
-