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 Summary
Modifier and TypeMethodDescriptionvoidclose()com.google.common.util.concurrent.ListenableFuture<?>org.opendaylight.mdsal.singleton.api.ServiceGroupIdentifiervoidvoidonNeighborRemoved(Neighbor neighbor)  
- 
Method Details
- 
getIdentifier
public org.opendaylight.mdsal.singleton.api.ServiceGroupIdentifier getIdentifier()- Specified by:
 getIdentifierin interfaceorg.opendaylight.yangtools.concepts.Identifiable<org.opendaylight.mdsal.singleton.api.ServiceGroupIdentifier>
 - 
instantiateServiceInstance
public void instantiateServiceInstance()- Specified by:
 instantiateServiceInstancein interfaceorg.opendaylight.mdsal.singleton.api.ClusterSingletonService
 - 
closeServiceInstance
public com.google.common.util.concurrent.ListenableFuture<?> closeServiceInstance()- Specified by:
 closeServiceInstancein interfaceorg.opendaylight.mdsal.singleton.api.ClusterSingletonService
 - 
close
public void close()- Specified by:
 closein interfaceAutoCloseable
 - 
onNeighborRemoved
 
 -