Class Test
- java.lang.Object
-
- org.opendaylight.openflowplugin.extension.test.Test
-
- All Implemented Interfaces:
TestService
,org.opendaylight.yangtools.yang.binding.RpcService
public class Test extends Object implements TestService
Implementation of TestService.- Author:
- msunal
-
-
Constructor Summary
Constructors Constructor Description Test()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
setFlowService(SalFlowService flowService)
com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<TestFlowOutput>>
testFlow(TestFlowInput input)
-
-
-
Method Detail
-
testFlow
public com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<TestFlowOutput>> testFlow(TestFlowInput input)
- Specified by:
testFlow
in interfaceTestService
-
setFlowService
public void setFlowService(SalFlowService flowService)
-
-