Class AbstractDOMRpcAction
- java.lang.Object
-
- org.opendaylight.clustering.it.karaf.cli.AbstractDOMRpcAction
-
- All Implemented Interfaces:
org.apache.karaf.shell.api.action.Action
- Direct Known Subclasses:
GetConstantCommand,GetContextedConstantCommand,GetSingletonConstantCommand
public abstract class AbstractDOMRpcAction extends Object implements org.apache.karaf.shell.api.action.Action
-
-
Constructor Summary
Constructors Constructor Description AbstractDOMRpcAction()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description Objectexecute()protected abstract com.google.common.util.concurrent.ListenableFuture<? extends org.opendaylight.mdsal.dom.api.DOMRpcResult>invokeRpc()
-
-
-
Method Detail
-
execute
public final Object execute() throws InterruptedException, ExecutionException
- Specified by:
executein interfaceorg.apache.karaf.shell.api.action.Action- Throws:
InterruptedExceptionExecutionException
-
invokeRpc
protected abstract com.google.common.util.concurrent.ListenableFuture<? extends org.opendaylight.mdsal.dom.api.DOMRpcResult> invokeRpc()
-
-