Class UpdatePortImpl
java.lang.Object
org.opendaylight.openflowplugin.impl.services.AbstractService<UpdatePortInput,UpdatePortOutput>
org.opendaylight.openflowplugin.impl.services.AbstractSimpleService<UpdatePortInput,UpdatePortOutput>
org.opendaylight.openflowplugin.impl.services.sal.UpdatePortImpl
- All Implemented Interfaces:
UpdatePort
,org.opendaylight.yangtools.binding.BindingContract<org.opendaylight.yangtools.binding.Rpc<UpdatePortInput,
,UpdatePortOutput>> org.opendaylight.yangtools.binding.Rpc<UpdatePortInput,
UpdatePortOutput>
public final class UpdatePortImpl
extends AbstractSimpleService<UpdatePortInput,UpdatePortOutput>
implements UpdatePort
-
Field Summary
Fields inherited from interface org.opendaylight.yang.gen.v1.urn.opendaylight.port.service.rev131107.UpdatePort
QNAME
-
Constructor Summary
ConstructorDescriptionUpdatePortImpl
(RequestContextStack requestContextStack, DeviceContext deviceContext, ConvertorExecutor convertorExecutor) -
Method Summary
Modifier and TypeMethodDescriptionprotected OfHeader
buildRequest
(Xid xid, UpdatePortInput input) com.google.common.util.concurrent.ListenableFuture
<org.opendaylight.yangtools.yang.common.RpcResult<UpdatePortOutput>> invoke
(UpdatePortInput input) Methods inherited from class org.opendaylight.openflowplugin.impl.services.AbstractSimpleService
createCallback
Methods inherited from class org.opendaylight.openflowplugin.impl.services.AbstractService
canUseSingleLayerSerialization, getDatapathId, getDeviceContext, getDeviceInfo, getDeviceRegistry, getEventIdentifier, getMessageSpy, getRequestContextStack, getTxFacade, getVersion, handleServiceCall, handleServiceCall, setEventIdentifier
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.port.service.rev131107.UpdatePort
implementedInterface
-
Constructor Details
-
UpdatePortImpl
public UpdatePortImpl(RequestContextStack requestContextStack, DeviceContext deviceContext, ConvertorExecutor convertorExecutor)
-
-
Method Details
-
invoke
public com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<UpdatePortOutput>> invoke(UpdatePortInput input) - Specified by:
invoke
in interfaceorg.opendaylight.yangtools.binding.Rpc<UpdatePortInput,
UpdatePortOutput> - Specified by:
invoke
in interfaceUpdatePort
-
buildRequest
- Specified by:
buildRequest
in classAbstractService<UpdatePortInput,
UpdatePortOutput>
-