Package org.wildfly.clustering.singleton
Interface SingletonService<T>
- All Superinterfaces:
org.jboss.msc.Service,org.jboss.msc.service.Service<T>,Singleton,SingletonService,org.jboss.msc.value.Value<T>
@Deprecated(forRemoval=true)
public interface SingletonService<T>
extends SingletonService, org.jboss.msc.service.Service<T>
Deprecated, for removal: This API element is subject to removal in a future version.
Implemented by the instrumented singleton service.
- Author:
- Paul Ferraro
-
Field Summary
Fields inherited from interface org.jboss.msc.Service
NULLFields inherited from interface org.jboss.msc.service.Service
NULL -
Method Summary
Methods inherited from interface org.jboss.msc.Service
start, stopMethods inherited from interface org.wildfly.clustering.singleton.Singleton
getPrimaryProvider, getProviders, isPrimaryMethods inherited from interface org.jboss.msc.value.Value
getValue
SingletonService.