Class SingletonGetConstantService

java.lang.Object
org.opendaylight.controller.clustering.it.provider.impl.SingletonGetConstantService
All Implemented Interfaces:
org.opendaylight.mdsal.dom.api.DOMRpcImplementation, org.opendaylight.mdsal.singleton.common.api.ClusterSingletonService, org.opendaylight.yangtools.concepts.Identifiable<org.opendaylight.mdsal.singleton.common.api.ServiceGroupIdentifier>

public final class SingletonGetConstantService extends Object implements org.opendaylight.mdsal.dom.api.DOMRpcImplementation, org.opendaylight.mdsal.singleton.common.api.ClusterSingletonService
  • Method Summary

    Modifier and Type
    Method
    Description
    com.google.common.util.concurrent.ListenableFuture<Void>
     
    org.opendaylight.mdsal.singleton.common.api.ServiceGroupIdentifier
     
    void
     
    com.google.common.util.concurrent.ListenableFuture<org.opendaylight.mdsal.dom.api.DOMRpcResult>
    invokeRpc(org.opendaylight.mdsal.dom.api.DOMRpcIdentifier rpc, org.opendaylight.yangtools.yang.data.api.schema.NormalizedNode input)
     
    static org.opendaylight.mdsal.singleton.common.api.ClusterSingletonServiceRegistration
    registerNew(org.opendaylight.mdsal.singleton.common.api.ClusterSingletonServiceProvider singletonService, org.opendaylight.mdsal.dom.api.DOMRpcProviderService rpcProviderService, String constant)
     

    Methods inherited from class java.lang.Object

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

    Methods inherited from interface org.opendaylight.mdsal.dom.api.DOMRpcImplementation

    invocationCost
  • Method Details

    • registerNew

      public static org.opendaylight.mdsal.singleton.common.api.ClusterSingletonServiceRegistration registerNew(org.opendaylight.mdsal.singleton.common.api.ClusterSingletonServiceProvider singletonService, org.opendaylight.mdsal.dom.api.DOMRpcProviderService rpcProviderService, String constant)
    • invokeRpc

      public com.google.common.util.concurrent.ListenableFuture<org.opendaylight.mdsal.dom.api.DOMRpcResult> invokeRpc(org.opendaylight.mdsal.dom.api.DOMRpcIdentifier rpc, org.opendaylight.yangtools.yang.data.api.schema.NormalizedNode input)
      Specified by:
      invokeRpc in interface org.opendaylight.mdsal.dom.api.DOMRpcImplementation
    • instantiateServiceInstance

      public void instantiateServiceInstance()
      Specified by:
      instantiateServiceInstance in interface org.opendaylight.mdsal.singleton.common.api.ClusterSingletonService
    • closeServiceInstance

      public com.google.common.util.concurrent.ListenableFuture<Void> closeServiceInstance()
      Specified by:
      closeServiceInstance in interface org.opendaylight.mdsal.singleton.common.api.ClusterSingletonService
    • getIdentifier

      public org.opendaylight.mdsal.singleton.common.api.ServiceGroupIdentifier getIdentifier()
      Specified by:
      getIdentifier in interface org.opendaylight.yangtools.concepts.Identifiable<org.opendaylight.mdsal.singleton.common.api.ServiceGroupIdentifier>