|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Factory | |
---|---|
org.jmonit.features | |
org.jmonit.spi |
Uses of Factory in org.jmonit.features |
---|
Fields in org.jmonit.features declared as Factory | |
---|---|
static Factory<Statistics> |
Statistics.FACTORY
|
static Factory<Stopwatch> |
LocalStopwatch.FACTORY
|
static Factory<HttpStatus> |
HttpStatus.FACTORY
|
static Factory<Concurrency> |
Concurrency.FACTORY
|
Methods in org.jmonit.features that return Factory | ||
---|---|---|
|
DefaultPluginManager.getFactory(java.lang.Class<T> feature)
|
Methods in org.jmonit.features with parameters of type Factory | |
---|---|
void |
DefaultPluginManager.registerPlugin(Factory factory,
java.lang.Class role)
Register a plugin factory |
Uses of Factory in org.jmonit.spi |
---|
Methods in org.jmonit.spi that return Factory | ||
---|---|---|
|
PluginManager.getFactory(java.lang.Class<T> feature)
|
Methods in org.jmonit.spi with parameters of type Factory | |
---|---|
void |
PluginManager.registerPlugin(Factory factory,
java.lang.Class role)
Register a plugin factory |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |