Class Test

  • All Implemented Interfaces:
    TestService, org.opendaylight.yangtools.yang.binding.RpcService

    public class Test
    extends Object
    implements TestService
    Implementation of TestService.
    Author:
    msunal
    • Constructor Detail

      • Test

        public Test()
    • Method Detail

      • testFlow

        public com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<TestFlowOutput>> testFlow​(TestFlowInput input)
        Description copied from interface: TestService
        Invoke test-flow RPC.
        Specified by:
        testFlow in interface TestService
        Parameters:
        input - of test-flow
        Returns:
        output of test-flow
      • setFlowService

        public void setFlowService​(SalFlowService flowService)