Class UpdateTableImpl
java.lang.Object
org.opendaylight.openflowplugin.impl.services.sal.UpdateTableImpl
- All Implemented Interfaces:
UpdateTable
,org.opendaylight.yangtools.binding.BindingContract<org.opendaylight.yangtools.binding.Rpc<UpdateTableInput,
,UpdateTableOutput>> org.opendaylight.yangtools.binding.Rpc<UpdateTableInput,
UpdateTableOutput>
-
Field Summary
Fields inherited from interface org.opendaylight.yang.gen.v1.urn.opendaylight.table.service.rev131026.UpdateTable
QNAME
-
Constructor Summary
ConstructorDescriptionUpdateTableImpl
(RequestContextStack requestContextStack, DeviceContext deviceContext, ConvertorExecutor convertorExecutor, MultipartWriterProvider multipartWriterProvider) -
Method Summary
Modifier and TypeMethodDescriptioncom.google.common.util.concurrent.ListenableFuture
<org.opendaylight.yangtools.yang.common.RpcResult<UpdateTableOutput>> invoke
(UpdateTableInput input) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.opendaylight.yang.gen.v1.urn.opendaylight.table.service.rev131026.UpdateTable
implementedInterface
-
Constructor Details
-
UpdateTableImpl
public UpdateTableImpl(RequestContextStack requestContextStack, DeviceContext deviceContext, ConvertorExecutor convertorExecutor, MultipartWriterProvider multipartWriterProvider)
-
-
Method Details
-
invoke
public com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<UpdateTableOutput>> invoke(UpdateTableInput input) - Specified by:
invoke
in interfaceorg.opendaylight.yangtools.binding.Rpc<UpdateTableInput,
UpdateTableOutput> - Specified by:
invoke
in interfaceUpdateTable
-