public interface DistributedSingletonServiceContext<T> extends org.wildfly.clustering.service.ServiceNameProvider
| Modifier and Type | Method and Description |
|---|---|
Optional<org.jboss.msc.service.Service<T>> |
getBackupService() |
org.jboss.msc.value.Value<CommandDispatcherFactory> |
getCommandDispatcherFactory() |
SingletonElectionPolicy |
getElectionPolicy() |
org.jboss.msc.service.Service<T> |
getPrimaryService() |
int |
getQuorum() |
org.jboss.msc.value.Value<ServiceProviderRegistry> |
getServiceProviderRegistry() |
getServiceNameorg.jboss.msc.value.Value<ServiceProviderRegistry> getServiceProviderRegistry()
org.jboss.msc.value.Value<CommandDispatcherFactory> getCommandDispatcherFactory()
org.jboss.msc.service.Service<T> getPrimaryService()
SingletonElectionPolicy getElectionPolicy()
int getQuorum()
Copyright © 2018 JBoss by Red Hat. All rights reserved.