Uses of Interface
org.jmonit.spi.Factory

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
<T> Factory<T>
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
<T> Factory<T>
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
 



Copyright © 2007 Nicolas De Loof. All Rights Reserved.