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.file   
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.file
 

Classes in org.apache.servicemix.jbi.audit.file that implement AuditorMBean
 class FileAuditor
          Simple implementation of a ServiceMix auditor that stores messages in files in a directory.
 

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-2009 Apache Software Foundation. All Rights Reserved.