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
ConstructorDescriptionSendBarrierImpl
(RequestContextStack requestContextStack, DeviceContext deviceContext) -
Method Summary
Modifier and TypeMethodDescriptionprotected OfHeader
buildRequest
(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
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.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:
invoke
in interfaceorg.opendaylight.yangtools.binding.Rpc<SendBarrierInput,
SendBarrierOutput> - Specified by:
invoke
in interfaceSendBarrier
-
buildRequest
- Specified by:
buildRequest
in classAbstractService<SendBarrierInput,
SendBarrierOutput>
-