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
ConstructorsConstructorDescriptionTransmitPacketImpl(RequestContextStack requestContextStack, DeviceContext deviceContext, ConvertorExecutor convertorExecutor) -
Method Summary
Modifier and TypeMethodDescriptionprotected OfHeaderbuildRequest(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
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.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:
invokein interfaceorg.opendaylight.yangtools.binding.Rpc<TransmitPacketInput,TransmitPacketOutput> - Specified by:
invokein interfaceTransmitPacket
-
buildRequest
- Specified by:
buildRequestin classAbstractService<TransmitPacketInput,TransmitPacketOutput>
-