Class BGPClusterSingletonService

java.lang.Object
org.opendaylight.protocol.bgp.rib.impl.config.BGPClusterSingletonService
All Implemented Interfaces:
AutoCloseable, org.opendaylight.mdsal.singleton.api.ClusterSingletonService, org.opendaylight.yangtools.concepts.Identifiable<org.opendaylight.mdsal.singleton.api.ServiceGroupIdentifier>

public class BGPClusterSingletonService extends Object implements org.opendaylight.mdsal.singleton.api.ClusterSingletonService, AutoCloseable
  • Method Details

    • getIdentifier

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

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

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

      public void close()
      Specified by:
      close in interface AutoCloseable
    • onNeighborRemoved

      @Holding("this") public void onNeighborRemoved(Neighbor neighbor)