| Package | Description |
|---|---|
| org.togglz.core.context | |
| org.togglz.core.logging | |
| org.togglz.core.spi | |
| org.togglz.core.util |
| Modifier and Type | Class and Description |
|---|---|
class |
BeanFinderFeatureManagerProvider
|
class |
ContextClassLoaderFeatureManagerProvider
This implementation of
FeatureManagerProvider stores one FeatureManager for each context class loader. |
class |
JNDIFeatureManagerProvider
Implementation of
FeatureManagerProvider that tries to look up a FeatureManager from JNDI using the name
java:/comp/env/FeatureManager. |
class |
StaticFeatureManagerProvider
Implementation of
FeatureManagerProvider for Java SE applications. |
class |
ThreadLocalFeatureManagerProvider
This implementation of
FeatureManagerProvider allows to store the FeatureManager in a ThreadLocal for
the current thread. |
| Modifier and Type | Class and Description |
|---|---|
class |
Jdk14LogProvider
Implementation of
LogProvider for the standard JDK logging facilities. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
FeatureManagerListener
Implementations of this SPI will be notified when the
FeatureManager is created and before it is shut down. |
interface |
FeatureManagerProvider
SPI used by
FeatureContext to lookup the FeatureManager to use. |
interface |
LogProvider
SPI for integrating with other logging frameworks.
|
| Modifier and Type | Method and Description |
|---|---|
static <E extends Weighted> |
Services.getSorted(Class<? extends E> service)
Lookup implementations of the supplied SPI.
|
| Modifier and Type | Method and Description |
|---|---|
int |
Weighted.WeightedComparator.compare(Weighted left,
Weighted right) |
Copyright © 2018. All Rights Reserved.