Uses of Interface
org.togglz.core.util.Weighted
-
Packages that use Weighted Package Description org.togglz.core.context org.togglz.core.repository.listener org.togglz.core.spi org.togglz.core.util -
-
Uses of Weighted in org.togglz.core.context
Classes in org.togglz.core.context that implement Weighted Modifier and Type Class Description classBeanFinderFeatureManagerProviderclassContextClassLoaderFeatureManagerProviderThis implementation ofFeatureManagerProviderstores oneFeatureManagerfor each context class loader.classJNDIFeatureManagerProviderImplementation ofFeatureManagerProviderthat tries to look up aFeatureManagerfrom JNDI using the namejava:/comp/env/FeatureManager.classStaticFeatureManagerProviderImplementation ofFeatureManagerProviderfor Java SE applications.classThreadLocalFeatureManagerProviderThis implementation ofFeatureManagerProviderallows to store theFeatureManagerin aThreadLocalfor the current thread. -
Uses of Weighted in org.togglz.core.repository.listener
Subinterfaces of Weighted in org.togglz.core.repository.listener Modifier and Type Interface Description interfaceFeatureStateChangedListenerA listener for feature-state changes. -
Uses of Weighted in org.togglz.core.spi
Subinterfaces of Weighted in org.togglz.core.spi Modifier and Type Interface Description interfaceFeatureManagerListenerImplementations of this SPI will be notified when theFeatureManageris created and before it is shut down.interfaceFeatureManagerProviderSPI used byFeatureContextto lookup theFeatureManagerto use. -
Uses of Weighted in org.togglz.core.util
Methods in org.togglz.core.util with type parameters of type Weighted Modifier and Type Method Description static <E extends Weighted>
List<E>Services. getSorted(Class<? extends E> service)Lookup implementations of the supplied SPI.Methods in org.togglz.core.util with parameters of type Weighted Modifier and Type Method Description intWeighted.WeightedComparator. compare(Weighted left, Weighted right)
-