A C D E F G I J L O R S U

A

AbstractAuditor - Class in org.apache.servicemix.jbi.audit
Base class for ServiceMix auditors implementations.
AbstractAuditor() - Constructor for class org.apache.servicemix.jbi.audit.AbstractAuditor
 
add(Document, String) - Method in class org.apache.servicemix.jbi.audit.lucene.LuceneIndexer
Add object to Lucene index
addMessagePropertiesToDocument(NormalizedMessage, Document, String) - Method in class org.apache.servicemix.jbi.audit.lucene.LuceneAuditor
 
afterPropertiesSet() - Method in class org.apache.servicemix.jbi.audit.jdbc.JdbcAuditor
 
AuditorException - Exception in org.apache.servicemix.jbi.audit
AuditorException is the exception that can be thrown by the AuditorMBean when an error occurs accessing the data store when performing an operation.
AuditorException(String) - Constructor for exception org.apache.servicemix.jbi.audit.AuditorException
Constructs a new AuditorException with the specified detail message.
AuditorException(String, Throwable) - Constructor for exception org.apache.servicemix.jbi.audit.AuditorException
Constructs a new AuditorException with the specified detail message and cause.
AuditorException(Throwable) - Constructor for exception org.apache.servicemix.jbi.audit.AuditorException
Constructs a new AuditorException with the specified cause and a detail message of (cause==null ?
AuditorMBean - Interface in org.apache.servicemix.jbi.audit
Main interface for ServiceMix auditor.
AuditorQueryMBean - Interface in org.apache.servicemix.jbi.audit
Main interface for ServiceMix auditor query.

C

createDocument(MessageExchange) - Method in class org.apache.servicemix.jbi.audit.lucene.LuceneAuditor
 

D

DefaultLuceneCallback - Class in org.apache.servicemix.jbi.audit.lucene
Default Lucene Callback implementation.
DefaultLuceneCallback(String, String) - Constructor for class org.apache.servicemix.jbi.audit.lucene.DefaultLuceneCallback
 
deleteAllExchanges() - Method in class org.apache.servicemix.jbi.audit.AbstractAuditor
 
deleteAllExchanges() - Method in interface org.apache.servicemix.jbi.audit.AuditorMBean
Delete all exchanges =from the data store.
deleteExchangeById(String) - Method in class org.apache.servicemix.jbi.audit.AbstractAuditor
 
deleteExchangeById(String) - Method in interface org.apache.servicemix.jbi.audit.AuditorMBean
Delete the exchange with the specified id.
deleteExchangeByIndex(int) - Method in class org.apache.servicemix.jbi.audit.AbstractAuditor
 
deleteExchangeByIndex(int) - Method in interface org.apache.servicemix.jbi.audit.AuditorMBean
Delete a message, given its index.
deleteExchangesByIds(String[]) - Method in class org.apache.servicemix.jbi.audit.AbstractAuditor
 
deleteExchangesByIds(String[]) - Method in interface org.apache.servicemix.jbi.audit.AuditorMBean
Delete exchanges given their ids.
deleteExchangesByIds(String[]) - Method in class org.apache.servicemix.jbi.audit.jdbc.JdbcAuditor
 
deleteExchangesByIds(String[]) - Method in class org.apache.servicemix.jbi.audit.lucene.LuceneAuditor
 
deleteExchangesByRange(int, int) - Method in class org.apache.servicemix.jbi.audit.AbstractAuditor
 
deleteExchangesByRange(int, int) - Method in interface org.apache.servicemix.jbi.audit.AuditorMBean
Delete exchanges ranging from fromIndex to toIndex.
deleteExchangesByRange(int, int) - Method in class org.apache.servicemix.jbi.audit.lucene.LuceneAuditor
 
directory - Variable in class org.apache.servicemix.jbi.audit.lucene.LuceneIndexer
 
doCallback(IndexSearcher) - Method in class org.apache.servicemix.jbi.audit.lucene.DefaultLuceneCallback
 
doCallback(IndexSearcher) - Method in interface org.apache.servicemix.jbi.audit.lucene.LuceneCallback
Called by the LuceneIndexer
doStart() - Method in class org.apache.servicemix.jbi.audit.AbstractAuditor
 
doStart() - Method in class org.apache.servicemix.jbi.audit.lucene.LuceneAuditor
 
doStop() - Method in class org.apache.servicemix.jbi.audit.AbstractAuditor
 
doStop() - Method in class org.apache.servicemix.jbi.audit.lucene.LuceneAuditor
 

E

exchangeAccepted(ExchangeEvent) - Method in class org.apache.servicemix.jbi.audit.AbstractAuditor
 
exchangeSent(ExchangeEvent) - Method in class org.apache.servicemix.jbi.audit.jdbc.JdbcAuditor
 
exchangeSent(ExchangeEvent) - Method in class org.apache.servicemix.jbi.audit.lucene.LuceneAuditor
 

F

findExchangesIDsByMessageContent(String, String) - Method in interface org.apache.servicemix.jbi.audit.AuditorQueryMBean
 
findExchangesIDsByMessageContent(String, String) - Method in class org.apache.servicemix.jbi.audit.lucene.LuceneAuditor
 
findExchangesIDsByMessageProperty(String, String, String) - Method in interface org.apache.servicemix.jbi.audit.AuditorQueryMBean
 
findExchangesIDsByMessageProperty(String, String, String) - Method in class org.apache.servicemix.jbi.audit.lucene.LuceneAuditor
 
findExchangesIDsByStatus(ExchangeStatus) - Method in interface org.apache.servicemix.jbi.audit.AuditorQueryMBean
 
findExchangesIDsByStatus(ExchangeStatus) - Method in class org.apache.servicemix.jbi.audit.lucene.LuceneAuditor
 

G

getAllExchangeIds() - Method in class org.apache.servicemix.jbi.audit.AbstractAuditor
 
getAllExchangeIds() - Method in interface org.apache.servicemix.jbi.audit.AuditorMBean
Retrieve all exchanges ids from the data store.
getAllExchanges() - Method in class org.apache.servicemix.jbi.audit.AbstractAuditor
 
getAllExchanges() - Method in interface org.apache.servicemix.jbi.audit.AuditorMBean
Retrieve all exchanges =from the data store.
getAttributeInfos() - Method in class org.apache.servicemix.jbi.audit.AbstractAuditor
 
getContainer() - Method in class org.apache.servicemix.jbi.audit.AbstractAuditor
 
getDataSource() - Method in class org.apache.servicemix.jbi.audit.jdbc.JdbcAuditor
 
getDelegatedAuditor() - Method in class org.apache.servicemix.jbi.audit.lucene.LuceneAuditor
 
getDescription() - Method in class org.apache.servicemix.jbi.audit.jdbc.JdbcAuditor
 
getDescription() - Method in class org.apache.servicemix.jbi.audit.lucene.LuceneAuditor
 
getDirectory() - Method in class org.apache.servicemix.jbi.audit.lucene.LuceneIndexer
 
getExchange(byte[]) - Method in class org.apache.servicemix.jbi.audit.jdbc.JdbcAuditor
 
getExchangeById(String) - Method in class org.apache.servicemix.jbi.audit.AbstractAuditor
 
getExchangeById(String) - Method in interface org.apache.servicemix.jbi.audit.AuditorMBean
Retrieve the exchange for a specified id.
getExchangeByIndex(int) - Method in class org.apache.servicemix.jbi.audit.AbstractAuditor
 
getExchangeByIndex(int) - Method in interface org.apache.servicemix.jbi.audit.AuditorMBean
Retrieve the exchange at the specified index.
getExchangeCount() - Method in class org.apache.servicemix.jbi.audit.AbstractAuditor
 
getExchangeCount() - Method in interface org.apache.servicemix.jbi.audit.AuditorMBean
Get the number of exchanges stored by this auditor.
getExchangeCount() - Method in class org.apache.servicemix.jbi.audit.jdbc.JdbcAuditor
 
getExchangeCount() - Method in class org.apache.servicemix.jbi.audit.lucene.LuceneAuditor
 
getExchangeIdByIndex(int) - Method in class org.apache.servicemix.jbi.audit.AbstractAuditor
 
getExchangeIdByIndex(int) - Method in interface org.apache.servicemix.jbi.audit.AuditorMBean
Retrieve the exchange id of the exchange at the specified index.
getExchangeIds(String, String) - Method in interface org.apache.servicemix.jbi.audit.AuditorQueryMBean
Searches for Exchanges IDs using the supplied key-field and the expected content of the field
getExchangeIds(String, String) - Method in class org.apache.servicemix.jbi.audit.lucene.LuceneAuditor
 
getExchangeIdsByRange(int, int) - Method in class org.apache.servicemix.jbi.audit.AbstractAuditor
 
getExchangeIdsByRange(int, int) - Method in interface org.apache.servicemix.jbi.audit.AuditorMBean
Retrieve a range of message exchange ids.
getExchangeIdsByRange(int, int) - Method in class org.apache.servicemix.jbi.audit.jdbc.JdbcAuditor
 
getExchangeIdsByRange(int, int) - Method in class org.apache.servicemix.jbi.audit.lucene.LuceneAuditor
 
getExchangesByIds(String[]) - Method in class org.apache.servicemix.jbi.audit.AbstractAuditor
 
getExchangesByIds(String[]) - Method in interface org.apache.servicemix.jbi.audit.AuditorMBean
Retrieve exchanges for the specified ids.
getExchangesByIds(String[]) - Method in class org.apache.servicemix.jbi.audit.jdbc.JdbcAuditor
 
getExchangesByIds(String[]) - Method in class org.apache.servicemix.jbi.audit.lucene.LuceneAuditor
 
getExchangesByRange(int, int) - Method in class org.apache.servicemix.jbi.audit.AbstractAuditor
 
getExchangesByRange(int, int) - Method in interface org.apache.servicemix.jbi.audit.AuditorMBean
Retrieve a range of message exchange.
getLuceneIndexer() - Method in class org.apache.servicemix.jbi.audit.lucene.LuceneAuditor
 
getOperationInfos() - Method in class org.apache.servicemix.jbi.audit.AbstractAuditor
 
getServiceMBean() - Method in class org.apache.servicemix.jbi.audit.AbstractAuditor
 

I

isAsContainerListener() - Method in class org.apache.servicemix.jbi.audit.AbstractAuditor
Test if Auditor should be included as a container listener
isAutoStart() - Method in class org.apache.servicemix.jbi.audit.jdbc.JdbcAuditor
 

J

JdbcAuditor - Class in org.apache.servicemix.jbi.audit.jdbc
Basic implementation of ServiceMix auditor on a jdbc store.
JdbcAuditor() - Constructor for class org.apache.servicemix.jbi.audit.jdbc.JdbcAuditor
 

L

log - Variable in class org.apache.servicemix.jbi.audit.AbstractAuditor
 
LuceneAuditor - Class in org.apache.servicemix.jbi.audit.lucene
Lucene AuditorQuery implementation.
LuceneAuditor() - Constructor for class org.apache.servicemix.jbi.audit.lucene.LuceneAuditor
 
LuceneCallback - Interface in org.apache.servicemix.jbi.audit.lucene
Lucene Callback Interface.
LuceneIndexer - Class in org.apache.servicemix.jbi.audit.lucene
Utility class for Lucene API.
LuceneIndexer() - Constructor for class org.apache.servicemix.jbi.audit.lucene.LuceneIndexer
 

O

org.apache.servicemix.jbi.audit - package org.apache.servicemix.jbi.audit
ServiceMix Auditing interfaces.
org.apache.servicemix.jbi.audit.jdbc - package org.apache.servicemix.jbi.audit.jdbc
Plain JDBC auditor.
org.apache.servicemix.jbi.audit.lucene - package org.apache.servicemix.jbi.audit.lucene
Lucene auditor query implementation.

R

remove(String) - Method in class org.apache.servicemix.jbi.audit.lucene.LuceneIndexer
Drop object from Lucene index
remove(String[]) - Method in class org.apache.servicemix.jbi.audit.lucene.LuceneIndexer
 
resendExchange(MessageExchange) - Method in class org.apache.servicemix.jbi.audit.AbstractAuditor
 
resendExchange(MessageExchange) - Method in interface org.apache.servicemix.jbi.audit.AuditorMBean
Resend an exchange on behalf of the consumer component that initiated this exchange.

S

search(LuceneCallback) - Method in class org.apache.servicemix.jbi.audit.lucene.LuceneIndexer
 
setAsContainerListener(boolean) - Method in class org.apache.servicemix.jbi.audit.AbstractAuditor
Set if Auditor should be included as a container listener.
setAutoStart(boolean) - Method in class org.apache.servicemix.jbi.audit.jdbc.JdbcAuditor
 
setContainer(JBIContainer) - Method in class org.apache.servicemix.jbi.audit.AbstractAuditor
 
setDataSource(DataSource) - Method in class org.apache.servicemix.jbi.audit.jdbc.JdbcAuditor
 
setDelegatedAuditor(AuditorMBean) - Method in class org.apache.servicemix.jbi.audit.lucene.LuceneAuditor
 
setDirectory(Directory) - Method in class org.apache.servicemix.jbi.audit.lucene.LuceneIndexer
 
setDirectoryName(File) - Method in class org.apache.servicemix.jbi.audit.lucene.LuceneIndexer
 
setLuceneIndexer(LuceneIndexer) - Method in class org.apache.servicemix.jbi.audit.lucene.LuceneAuditor
 
start() - Method in class org.apache.servicemix.jbi.audit.AbstractAuditor
 
stop() - Method in class org.apache.servicemix.jbi.audit.AbstractAuditor
 
store(Connection, String, byte[]) - Method in class org.apache.servicemix.jbi.audit.jdbc.JdbcAuditor
 

U

update(Document, String) - Method in class org.apache.servicemix.jbi.audit.lucene.LuceneIndexer
called when an existing document is updated.

A C D E F G I J L O R S U

Copyright © 2005-2007. All Rights Reserved.