Class SalEchoServiceImpl
java.lang.Object
org.opendaylight.openflowplugin.impl.services.sal.SalEchoServiceImpl
- All Implemented Interfaces:
SalEchoService
,org.opendaylight.yangtools.yang.binding.RpcService
-
Constructor Summary
ConstructorDescriptionSalEchoServiceImpl
(RequestContextStack requestContextStack, DeviceContext deviceContext) -
Method Summary
Modifier and TypeMethodDescriptioncom.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<SendEchoOutput>>
sendEcho
(SendEchoInput sendEchoInput) Invokesend-echo
RPC.
-
Constructor Details
-
SalEchoServiceImpl
-
-
Method Details
-
sendEcho
public com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<SendEchoOutput>> sendEcho(SendEchoInput sendEchoInput) Description copied from interface:SalEchoService
Invokesend-echo
RPC.Sending echo message to openflow device.
- Specified by:
sendEcho
in interfaceSalEchoService
- Parameters:
sendEchoInput
- ofsend-echo
- Returns:
- output of
send-echo
-