Class Test
java.lang.Object
org.opendaylight.openflowplugin.extension.test.Test
- All Implemented Interfaces:
AutoCloseable
,TestFlow
,org.opendaylight.yangtools.binding.BindingContract<org.opendaylight.yangtools.binding.Rpc<TestFlowInput,
,TestFlowOutput>> org.opendaylight.yangtools.binding.Rpc<TestFlowInput,
TestFlowOutput>
Implementation of TestService.
- Author:
- msunal
-
Field Summary
-
Constructor Summary
ConstructorDescriptionTest
(org.opendaylight.mdsal.binding.api.RpcService rpcService, org.opendaylight.mdsal.binding.api.RpcProviderService rpcProviderService) -
Method Summary
Modifier and TypeMethodDescriptionvoid
close()
com.google.common.util.concurrent.ListenableFuture
<org.opendaylight.yangtools.yang.common.RpcResult<TestFlowOutput>> invoke
(TestFlowInput input) 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
-
close
@PreDestroy public void close()- Specified by:
close
in interfaceAutoCloseable
-
invoke
public com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<TestFlowOutput>> invoke(TestFlowInput input) - Specified by:
invoke
in interfaceorg.opendaylight.yangtools.binding.Rpc<TestFlowInput,
TestFlowOutput> - Specified by:
invoke
in interfaceTestFlow
-