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 SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidsetFlowService(SalFlowService flowService) com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<TestFlowOutput>>testFlow(TestFlowInput input) Invoketest-flowRPC.
- 
Constructor Details- 
Testpublic Test()
 
- 
- 
Method Details- 
testFlowpublic com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<TestFlowOutput>> testFlow(TestFlowInput input) Description copied from interface:TestServiceInvoketest-flowRPC.- Specified by:
- testFlowin interface- TestService
- Parameters:
- input- of- test-flow
- Returns:
- output of test-flow
 
- 
setFlowService
 
-