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
ConstructorsConstructorDescriptionTest(org.opendaylight.mdsal.binding.api.RpcService rpcService, org.opendaylight.mdsal.binding.api.RpcProviderService rpcProviderService) -
Method Summary
Modifier and TypeMethodDescriptionvoidclose()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, waitMethods 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:
closein interfaceAutoCloseable
-
invoke
public com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<TestFlowOutput>> invoke(TestFlowInput input) - Specified by:
invokein interfaceorg.opendaylight.yangtools.binding.Rpc<TestFlowInput,TestFlowOutput> - Specified by:
invokein interfaceTestFlow
-