Uses of Class
org.apache.servicemix.jbi.audit.AbstractAuditor

Packages that use AbstractAuditor
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 AbstractAuditor in org.apache.servicemix.jbi.audit.file
 

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

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

Subclasses of AbstractAuditor in org.apache.servicemix.jbi.audit.jdbc
 class JdbcAuditor
          Basic implementation of ServiceMix auditor on a jdbc store.
 

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

Subclasses of AbstractAuditor in org.apache.servicemix.jbi.audit.lucene
 class LuceneAuditor
          Lucene AuditorQuery implementation.
 



Copyright © 2005-2008 The Apache Software Foundation. All Rights Reserved.