java.lang.Object
org.opendaylight.openflowplugin.extension.test.Test
All Implemented Interfaces:
AutoCloseable, TestFlow, org.opendaylight.yangtools.yang.binding.BindingContract<org.opendaylight.yangtools.yang.binding.Rpc<TestFlowInput,TestFlowOutput>>, org.opendaylight.yangtools.yang.binding.Rpc<TestFlowInput,TestFlowOutput>

@Singleton public final class Test extends Object implements TestFlow, AutoCloseable
Implementation of TestService.
Author:
msunal
  • Field Summary

    Fields inherited from interface org.opendaylight.yang.gen.v1.urn.opendaylight.test.rev130819.TestFlow

    QNAME
  • Constructor Summary

    Constructors
    Constructor
    Description
    Test(org.opendaylight.mdsal.binding.api.RpcService rpcService, org.opendaylight.mdsal.binding.api.RpcProviderService rpcProviderService)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
    com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<TestFlowOutput>>
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.opendaylight.yang.gen.v1.urn.opendaylight.test.rev130819.TestFlow

    implementedInterface
  • Constructor Details

    • Test

      @Inject public Test(org.opendaylight.mdsal.binding.api.RpcService rpcService, org.opendaylight.mdsal.binding.api.RpcProviderService rpcProviderService)
  • Method Details