Uses of Interface
org.apache.servicemix.jbi.audit.AuditorMBean

Packages that use AuditorMBean
org.apache.servicemix.jbi.audit ServiceMix Auditing interfaces. 
org.apache.servicemix.jbi.audit.jdbc Plain JDBC auditor. 
org.apache.servicemix.jbi.audit.lucene Lucene auditor query implementation. 
 

Uses of AuditorMBean in org.apache.servicemix.jbi.audit
 

Subinterfaces of AuditorMBean in org.apache.servicemix.jbi.audit
 interface AuditorQueryMBean
          Main interface for ServiceMix auditor query.
 

Classes in org.apache.servicemix.jbi.audit that implement AuditorMBean
 class AbstractAuditor
          Base class for ServiceMix auditors implementations.
 

Uses of AuditorMBean in org.apache.servicemix.jbi.audit.jdbc
 

Classes in org.apache.servicemix.jbi.audit.jdbc that implement AuditorMBean
 class JdbcAuditor
          Basic implementation of ServiceMix auditor on a jdbc store.
 

Uses of AuditorMBean in org.apache.servicemix.jbi.audit.lucene
 

Classes in org.apache.servicemix.jbi.audit.lucene that implement AuditorMBean
 class LuceneAuditor
          Lucene AuditorQuery implementation.
 

Methods in org.apache.servicemix.jbi.audit.lucene that return AuditorMBean
 AuditorMBean LuceneAuditor.getDelegatedAuditor()
           
 

Methods in org.apache.servicemix.jbi.audit.lucene with parameters of type AuditorMBean
 void LuceneAuditor.setDelegatedAuditor(AuditorMBean delegatedAuditor)
           
 



Copyright © 2005-2007. All Rights Reserved.