Class SendBarrierImpl
java.lang.Object
org.opendaylight.openflowplugin.impl.services.AbstractService<SendBarrierInput,SendBarrierOutput>
org.opendaylight.openflowplugin.impl.services.AbstractSimpleService<SendBarrierInput,SendBarrierOutput>
org.opendaylight.openflowplugin.impl.services.sal.SendBarrierImpl
- All Implemented Interfaces:
SendBarrier,org.opendaylight.yangtools.binding.BindingContract<org.opendaylight.yangtools.binding.Rpc<SendBarrierInput,,SendBarrierOutput>> org.opendaylight.yangtools.binding.Rpc<SendBarrierInput,SendBarrierOutput>
public final class SendBarrierImpl
extends AbstractSimpleService<SendBarrierInput,SendBarrierOutput>
implements SendBarrier
-
Field Summary
Fields inherited from interface org.opendaylight.yang.gen.v1.urn.opendaylight.flow.transaction.rev150304.SendBarrier
QNAME -
Constructor Summary
ConstructorsConstructorDescriptionSendBarrierImpl(RequestContextStack requestContextStack, DeviceContext deviceContext) -
Method Summary
Modifier and TypeMethodDescriptionprotected OfHeaderbuildRequest(Xid xid, SendBarrierInput input) com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<SendBarrierOutput>> invoke(SendBarrierInput 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.flow.transaction.rev150304.SendBarrier
implementedInterface
-
Constructor Details
-
SendBarrierImpl
-
-
Method Details
-
invoke
public com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<SendBarrierOutput>> invoke(SendBarrierInput input) - Specified by:
invokein interfaceorg.opendaylight.yangtools.binding.Rpc<SendBarrierInput,SendBarrierOutput> - Specified by:
invokein interfaceSendBarrier
-
buildRequest
- Specified by:
buildRequestin classAbstractService<SendBarrierInput,SendBarrierOutput>
-