Class TransmitPacketImpl
java.lang.Object
org.opendaylight.openflowplugin.impl.services.AbstractService<TransmitPacketInput,TransmitPacketOutput>
org.opendaylight.openflowplugin.impl.services.AbstractSimpleService<TransmitPacketInput,TransmitPacketOutput>
org.opendaylight.openflowplugin.impl.services.sal.TransmitPacketImpl
- All Implemented Interfaces:
TransmitPacket
,org.opendaylight.yangtools.binding.BindingContract<org.opendaylight.yangtools.binding.Rpc<TransmitPacketInput,
,TransmitPacketOutput>> org.opendaylight.yangtools.binding.Rpc<TransmitPacketInput,
TransmitPacketOutput>
public final class TransmitPacketImpl
extends AbstractSimpleService<TransmitPacketInput,TransmitPacketOutput>
implements TransmitPacket
-
Field Summary
Fields inherited from interface org.opendaylight.yang.gen.v1.urn.opendaylight.packet.service.rev130709.TransmitPacket
QNAME
-
Constructor Summary
ConstructorDescriptionTransmitPacketImpl
(RequestContextStack requestContextStack, DeviceContext deviceContext, ConvertorExecutor convertorExecutor) -
Method Summary
Modifier and TypeMethodDescriptionprotected OfHeader
buildRequest
(Xid xid, TransmitPacketInput input) com.google.common.util.concurrent.ListenableFuture
<org.opendaylight.yangtools.yang.common.RpcResult<TransmitPacketOutput>> invoke
(TransmitPacketInput 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.packet.service.rev130709.TransmitPacket
implementedInterface
-
Constructor Details
-
TransmitPacketImpl
public TransmitPacketImpl(RequestContextStack requestContextStack, DeviceContext deviceContext, ConvertorExecutor convertorExecutor)
-
-
Method Details
-
invoke
public com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<TransmitPacketOutput>> invoke(TransmitPacketInput input) - Specified by:
invoke
in interfaceorg.opendaylight.yangtools.binding.Rpc<TransmitPacketInput,
TransmitPacketOutput> - Specified by:
invoke
in interfaceTransmitPacket
-
buildRequest
- Specified by:
buildRequest
in classAbstractService<TransmitPacketInput,
TransmitPacketOutput>
-