Class SalEchoServiceImpl
java.lang.Object
org.opendaylight.openflowplugin.impl.services.sal.SalEchoServiceImpl
- All Implemented Interfaces:
SalEchoService,org.opendaylight.yangtools.yang.binding.RpcService
-
Constructor Summary
ConstructorsConstructorDescriptionSalEchoServiceImpl(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-echoRPC.
-
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:SalEchoServiceInvokesend-echoRPC.Sending echo message to openflow device.- Specified by:
sendEchoin interfaceSalEchoService- Parameters:
sendEchoInput- ofsend-echo- Returns:
- output of
send-echo
-