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 AuditorMBean.deleteAllExchanges()
          Delete all exchanges =from the data store.
 int AbstractAuditor.deleteAllExchanges()
           
 boolean AuditorMBean.deleteExchangeById(String id)
          Delete the exchange with the specified id.
 boolean AbstractAuditor.deleteExchangeById(String id)
           
 boolean AuditorMBean.deleteExchangeByIndex(int index)
          Delete a message, given its index.
 boolean AbstractAuditor.deleteExchangeByIndex(int index)
           
 int AuditorMBean.deleteExchangesByIds(String[] ids)
          Delete exchanges given their ids.
abstract  int AbstractAuditor.deleteExchangesByIds(String[] ids)
           
 int AuditorMBean.deleteExchangesByRange(int fromIndex, int toIndex)
          Delete exchanges ranging from fromIndex to toIndex.
 int AbstractAuditor.deleteExchangesByRange(int fromIndex, int 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[] AuditorMBean.getAllExchangeIds()
          Retrieve all exchanges ids from the data store.
 String[] AbstractAuditor.getAllExchangeIds()
           
 javax.jbi.messaging.MessageExchange[] AuditorMBean.getAllExchanges()
          Retrieve all exchanges =from the data store.
 javax.jbi.messaging.MessageExchange[] AbstractAuditor.getAllExchanges()
           
 javax.jbi.messaging.MessageExchange AuditorMBean.getExchangeById(String id)
          Retrieve the exchange for a specified id.
 javax.jbi.messaging.MessageExchange AbstractAuditor.getExchangeById(String id)
           
 javax.jbi.messaging.MessageExchange AuditorMBean.getExchangeByIndex(int index)
          Retrieve the exchange at the specified index.
 javax.jbi.messaging.MessageExchange AbstractAuditor.getExchangeByIndex(int index)
           
 int AuditorMBean.getExchangeCount()
          Get the number of exchanges stored by this auditor.
abstract  int AbstractAuditor.getExchangeCount()
           
 String AuditorMBean.getExchangeIdByIndex(int index)
          Retrieve the exchange id of the exchange at the specified index.
 String AbstractAuditor.getExchangeIdByIndex(int index)
           
 String[] AuditorQueryMBean.getExchangeIds(String field, String fieldValue)
          Searches for Exchanges IDs using the supplied key-field and the expected content of the field
 String[] AuditorMBean.getExchangeIdsByRange(int fromIndex, int toIndex)
          Retrieve a range of message exchange ids.
abstract  String[] AbstractAuditor.getExchangeIdsByRange(int fromIndex, int toIndex)
           
 javax.jbi.messaging.MessageExchange[] AuditorMBean.getExchangesByIds(String[] ids)
          Retrieve exchanges for the specified ids.
abstract  javax.jbi.messaging.MessageExchange[] AbstractAuditor.getExchangesByIds(String[] ids)
           
 javax.jbi.messaging.MessageExchange[] AuditorMBean.getExchangesByRange(int fromIndex, int toIndex)
          Retrieve a range of message exchange.
 javax.jbi.messaging.MessageExchange[] AbstractAuditor.getExchangesByRange(int fromIndex, int toIndex)
           
 

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