Class SetConfigImpl
java.lang.Object
org.opendaylight.openflowplugin.impl.services.AbstractService<SetConfigInput,SetConfigOutput>
org.opendaylight.openflowplugin.impl.services.AbstractSimpleService<SetConfigInput,SetConfigOutput>
org.opendaylight.openflowplugin.impl.services.sal.SetConfigImpl
- All Implemented Interfaces:
SetConfig
,org.opendaylight.yangtools.binding.BindingContract<org.opendaylight.yangtools.binding.Rpc<SetConfigInput,
,SetConfigOutput>> org.opendaylight.yangtools.binding.Rpc<SetConfigInput,
SetConfigOutput>
public final class SetConfigImpl
extends AbstractSimpleService<SetConfigInput,SetConfigOutput>
implements SetConfig
-
Field Summary
-
Constructor Summary
ConstructorDescriptionSetConfigImpl
(RequestContextStack requestContextStack, DeviceContext deviceContext) -
Method Summary
Modifier and TypeMethodDescriptionprotected OfHeader
buildRequest
(Xid xid, SetConfigInput input) com.google.common.util.concurrent.ListenableFuture
<org.opendaylight.yangtools.yang.common.RpcResult<SetConfigOutput>> invoke
(SetConfigInput 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.module.config.rev141015.SetConfig
implementedInterface
-
Constructor Details
-
SetConfigImpl
-
-
Method Details
-
invoke
public com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<SetConfigOutput>> invoke(SetConfigInput input) - Specified by:
invoke
in interfaceorg.opendaylight.yangtools.binding.Rpc<SetConfigInput,
SetConfigOutput> - Specified by:
invoke
in interfaceSetConfig
-
buildRequest
- Specified by:
buildRequest
in classAbstractService<SetConfigInput,
SetConfigOutput>
-