Uses of Interface
org.jmonit.Repository

Packages that use Repository
org.jmonit   
org.jmonit.monitors   
org.jmonit.repositories   
org.jmonit.spi   
org.jmonit.support.aop   
org.jmonit.web   
 

Uses of Repository in org.jmonit
 

Methods in org.jmonit that return Repository
static Repository Monitoring.getRepository()
           
 

Methods in org.jmonit with parameters of type Repository
static void Monitoring.setRepository(Repository repository)
          Replace the repository by a custom one.
 

Uses of Repository in org.jmonit.monitors
 

Constructors in org.jmonit.monitors with parameters of type Repository
DefaultMonitor(java.lang.String name, Repository repository)
           
 

Uses of Repository in org.jmonit.repositories
 

Classes in org.jmonit.repositories that implement Repository
 class AbstractRepository
           
 class DefaultRepository
          Default implementation of Repository
 

Uses of Repository in org.jmonit.spi
 

Methods in org.jmonit.spi with parameters of type Repository
 void RepositoryAware.setRepository(Repository repository)
          Set the current repository
 

Uses of Repository in org.jmonit.support.aop
 

Methods in org.jmonit.support.aop that return Repository
protected  Repository PerformanceInterceptor.getRepository()
          Get the current repository
 

Methods in org.jmonit.support.aop with parameters of type Repository
 void PerformanceInterceptor.setRepository(Repository repository)
          Set a custom application-defined repository
 

Uses of Repository in org.jmonit.web
 

Methods in org.jmonit.web with parameters of type Repository
 void JMonitFilter.setRepository(Repository repository)
           
 



Copyright © 2007 Nicolas De Loof. All Rights Reserved.