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
ConstructorsConstructorDescriptionUpdatePortImpl(RequestContextStack requestContextStack, DeviceContext deviceContext, ConvertorExecutor convertorExecutor) -
Method Summary
Modifier and TypeMethodDescriptionprotected OfHeaderbuildRequest(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
createCallbackMethods inherited from class org.opendaylight.openflowplugin.impl.services.AbstractService
canUseSingleLayerSerialization, getDatapathId, getDeviceContext, getDeviceInfo, getDeviceRegistry, getEventIdentifier, getMessageSpy, getRequestContextStack, getTxFacade, getVersion, handleServiceCall, handleServiceCall, setEventIdentifierMethods 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.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:
invokein interfaceorg.opendaylight.yangtools.binding.Rpc<UpdatePortInput,UpdatePortOutput> - Specified by:
invokein interfaceUpdatePort
-
buildRequest
- Specified by:
buildRequestin classAbstractService<UpdatePortInput,UpdatePortOutput>
-