Class Test
java.lang.Object
org.opendaylight.openflowplugin.extension.test.Test
- All Implemented Interfaces:
TestService
,org.opendaylight.yangtools.yang.binding.RpcService
Implementation of TestService.
- Author:
- msunal
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
setFlowService
(SalFlowService flowService) com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<TestFlowOutput>>
testFlow
(TestFlowInput input) Invoketest-flow
RPC.
-
Constructor Details
-
Test
public Test()
-
-
Method Details
-
testFlow
public com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<TestFlowOutput>> testFlow(TestFlowInput input) Description copied from interface:TestService
Invoketest-flow
RPC.- Specified by:
testFlow
in interfaceTestService
- Parameters:
input
- oftest-flow
- Returns:
- output of
test-flow
-
setFlowService
-