public final class TransmitPacketRpc extends NodeRpcInvocation<org.opendaylight.yang.gen.v1.urn.opendaylight.packet.service.rev130709.TransmitPacketInput,Void>
TransmitPacketRpc
describes an invocation of transmit-packet RPC
provided by the MD-SAL packet-processing service.Constructor and Description |
---|
TransmitPacketRpc(NodeRpcWatcher w,
org.opendaylight.yang.gen.v1.urn.opendaylight.packet.service.rev130709.PacketProcessingService pps,
org.opendaylight.yang.gen.v1.urn.opendaylight.packet.service.rev130709.TransmitPacketInput in)
Issue an transmit-packet RPC request.
|
Modifier and Type | Method and Description |
---|---|
String |
getInputForLog()
Return an object that indicates an RPC input.
|
String |
getName()
Return the name of the RPC.
|
complete, getNode, getNodeRpcWatcher, getResult, isDisconnected, isNodeRemoved, needErrorLog, needErrorLog, onNodeRemoved, start
getFuture, getInput
public TransmitPacketRpc(NodeRpcWatcher w, org.opendaylight.yang.gen.v1.urn.opendaylight.packet.service.rev130709.PacketProcessingService pps, org.opendaylight.yang.gen.v1.urn.opendaylight.packet.service.rev130709.TransmitPacketInput in)
w
- The node RPC watcher.pps
- MD-SAL packet-processing service.in
- The RPC input.public String getName()
public String getInputForLog()
Returned object is embedded into a log message.
getInputForLog
in interface RpcRequest
getInputForLog
in class RpcInvocation<org.opendaylight.yang.gen.v1.urn.opendaylight.packet.service.rev130709.TransmitPacketInput,Void>
Copyright © 2018 OpenDaylight. All rights reserved.