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
ConstructorsConstructorDescriptionSetConfigImpl(RequestContextStack requestContextStack, DeviceContext deviceContext) -
Method Summary
Modifier and TypeMethodDescriptionprotected OfHeaderbuildRequest(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
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.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:
invokein interfaceorg.opendaylight.yangtools.binding.Rpc<SetConfigInput,SetConfigOutput> - Specified by:
invokein interfaceSetConfig
-
buildRequest
- Specified by:
buildRequestin classAbstractService<SetConfigInput,SetConfigOutput>
-