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

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

Methods in org.apache.servicemix.jbi.audit that throw AuditorException
 int AbstractAuditor.deleteAllExchanges()
           
 int AuditorMBean.deleteAllExchanges()
          Delete all exchanges =from the data store.
 boolean AbstractAuditor.deleteExchangeById(String id)
           
 boolean AuditorMBean.deleteExchangeById(String id)
          Delete the exchange with the specified id.
 boolean AbstractAuditor.deleteExchangeByIndex(int index)
           
 boolean AuditorMBean.deleteExchangeByIndex(int index)
          Delete a message, given its index.
abstract  int AbstractAuditor.deleteExchangesByIds(String[] ids)
           
 int AuditorMBean.deleteExchangesByIds(String[] ids)
          Delete exchanges given their ids.
 int AbstractAuditor.deleteExchangesByRange(int fromIndex, int toIndex)
           
 int AuditorMBean.deleteExchangesByRange(int fromIndex, int toIndex)
          Delete exchanges ranging from fromIndex to toIndex.
 String[] AuditorQueryMBean.findExchangesIDsByMessageContent(String type, String content)
           
 String[] AuditorQueryMBean.findExchangesIDsByMessageProperty(String type, String property, String value)
           
 String[] AuditorQueryMBean.findExchangesIDsByStatus(javax.jbi.messaging.ExchangeStatus status)
           
 String[] AbstractAuditor.getAllExchangeIds()
           
 String[] AuditorMBean.getAllExchangeIds()
          Retrieve all exchanges ids from the data store.
 javax.jbi.messaging.MessageExchange[] AbstractAuditor.getAllExchanges()
           
 javax.jbi.messaging.MessageExchange[] AuditorMBean.getAllExchanges()
          Retrieve all exchanges =from the data store.
 javax.jbi.messaging.MessageExchange AbstractAuditor.getExchangeById(String id)
           
 javax.jbi.messaging.MessageExchange AuditorMBean.getExchangeById(String id)
          Retrieve the exchange for a specified id.
 javax.jbi.messaging.MessageExchange AbstractAuditor.getExchangeByIndex(int index)
           
 javax.jbi.messaging.MessageExchange AuditorMBean.getExchangeByIndex(int index)
          Retrieve the exchange at the specified index.
abstract  int AbstractAuditor.getExchangeCount()
           
 int AuditorMBean.getExchangeCount()
          Get the number of exchanges stored by this auditor.
 String AbstractAuditor.getExchangeIdByIndex(int index)
           
 String AuditorMBean.getExchangeIdByIndex(int index)
          Retrieve the exchange id of the exchange at the specified index.
 String[] AuditorQueryMBean.getExchangeIds(String field, String fieldValue)
          Searches for Exchanges IDs using the supplied key-field and the expected content of the field
abstract  String[] AbstractAuditor.getExchangeIdsByRange(int fromIndex, int toIndex)
           
 String[] AuditorMBean.getExchangeIdsByRange(int fromIndex, int toIndex)
          Retrieve a range of message exchange ids.
abstract  javax.jbi.messaging.MessageExchange[] AbstractAuditor.getExchangesByIds(String[] ids)
           
 javax.jbi.messaging.MessageExchange[] AuditorMBean.getExchangesByIds(String[] ids)
          Retrieve exchanges for the specified ids.
 javax.jbi.messaging.MessageExchange[] AbstractAuditor.getExchangesByRange(int fromIndex, int toIndex)
           
 javax.jbi.messaging.MessageExchange[] AuditorMBean.getExchangesByRange(int fromIndex, int toIndex)
          Retrieve a range of message exchange.
 

Uses of AuditorException in org.apache.servicemix.jbi.audit.file
 

Methods in org.apache.servicemix.jbi.audit.file that throw AuditorException
 int FileAuditor.deleteExchangesByIds(String[] ids)
           
 int FileAuditor.getExchangeCount()
           
 String[] FileAuditor.getExchangeIdsByRange(int fromIndex, int toIndex)
           
 javax.jbi.messaging.MessageExchange[] FileAuditor.getExchangesByIds(String[] ids)
           
 

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

Methods in org.apache.servicemix.jbi.audit.jdbc that throw AuditorException
 int JdbcAuditor.deleteExchangesByIds(String[] ids)
           
protected  javax.jbi.messaging.MessageExchange JdbcAuditor.getExchange(byte[] data)
           
 int JdbcAuditor.getExchangeCount()
           
 String[] JdbcAuditor.getExchangeIdsByRange(int fromIndex, int toIndex)
           
 javax.jbi.messaging.MessageExchange[] JdbcAuditor.getExchangesByIds(String[] ids)
           
 

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

Methods in org.apache.servicemix.jbi.audit.lucene that throw AuditorException
 int LuceneAuditor.deleteExchangesByIds(String[] ids)
           
 int LuceneAuditor.deleteExchangesByRange(int fromIndex, int toIndex)
           
 String[] LuceneAuditor.findExchangesIDsByMessageContent(String type, String content)
           
 String[] LuceneAuditor.findExchangesIDsByMessageProperty(String type, String property, String value)
           
 String[] LuceneAuditor.findExchangesIDsByStatus(javax.jbi.messaging.ExchangeStatus status)
           
 int LuceneAuditor.getExchangeCount()
           
 String[] LuceneAuditor.getExchangeIds(String queryContent, String field)
           
 String[] LuceneAuditor.getExchangeIdsByRange(int fromIndex, int toIndex)
           
 javax.jbi.messaging.MessageExchange[] LuceneAuditor.getExchangesByIds(String[] ids)
           
 



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