Skip navigation links
A B D E G H L M O P Q R S 

A

AbstractBusinessTransactionService - Class in org.hawkular.btm.server.api.services
This abstract class provides the base implementation of the Business Transaction Service.
AbstractBusinessTransactionService() - Constructor for class org.hawkular.btm.server.api.services.AbstractBusinessTransactionService
 

B

BTxnFragmentHandlerInjector - Class in org.hawkular.btm.server.api.internal.processors
This class produces the list of business transaction fragment handlers.
BTxnFragmentHandlerInjector() - Constructor for class org.hawkular.btm.server.api.internal.processors.BTxnFragmentHandlerInjector
 
BTxnTraceHandlerInjector - Class in org.hawkular.btm.server.api.internal.processors
This class produces the list of business transaction trace handlers.
BTxnTraceHandlerInjector() - Constructor for class org.hawkular.btm.server.api.internal.processors.BTxnTraceHandlerInjector
 
BusinessTransactionBus - Interface in org.hawkular.btm.server.api.processors
This interface represents a bus used to distribute business transaction fragments and traces to modules interested in processing the information.
BusinessTransactionFragmentHandler - Interface in org.hawkular.btm.server.api.processors
This interface represents a module that will process a list of business transaction fragments to derive additional information.
BusinessTransactionTraceHandler - Interface in org.hawkular.btm.server.api.processors
This interface represents a processor invoked to handle business transaction traces.

D

doGet(String, String) - Method in class org.hawkular.btm.server.api.services.AbstractBusinessTransactionService
This method is overridden by the concrete business transaction service to implement retrieval of the business transaction.
doQuery(String, BusinessTransactionCriteria) - Method in class org.hawkular.btm.server.api.services.AbstractBusinessTransactionService
This method is overridden by the concrete business transaction service to implement querying for a set of business transactions.
doStore(String, BusinessTransaction) - Method in class org.hawkular.btm.server.api.services.AbstractBusinessTransactionService
This method is overridden by the concrete business transaction service to implement storing a business transaction.

E

errorConvertingPropertyToType(String, String, Throwable) - Method in interface org.hawkular.btm.server.api.internal.log.MsgLogger
 
errorConvertingPropertyToType(String, String, Throwable) - Method in class org.hawkular.btm.server.api.internal.log.MsgLogger_$logger
 
errorConvertingPropertyToType$str() - Method in class org.hawkular.btm.server.api.internal.log.MsgLogger_$logger
 
errorFailedToDeserializeJson(String, Throwable) - Method in interface org.hawkular.btm.server.api.internal.log.MsgLogger
 
errorFailedToDeserializeJson(String, Throwable) - Method in class org.hawkular.btm.server.api.internal.log.MsgLogger_$logger
 
errorFailedToDeserializeJson$str() - Method in class org.hawkular.btm.server.api.internal.log.MsgLogger_$logger
 
errorFailedToSerializeToJson(Throwable) - Method in interface org.hawkular.btm.server.api.internal.log.MsgLogger
 
errorFailedToSerializeToJson(Throwable) - Method in class org.hawkular.btm.server.api.internal.log.MsgLogger_$logger
 
errorFailedToSerializeToJson$str() - Method in class org.hawkular.btm.server.api.internal.log.MsgLogger_$logger
 
errorProcessingBusinessTransaction(Throwable) - Method in interface org.hawkular.btm.server.api.internal.log.MsgLogger
 
errorProcessingBusinessTransaction(Throwable) - Method in class org.hawkular.btm.server.api.internal.log.MsgLogger_$logger
 
errorProcessingBusinessTransaction$str() - Method in class org.hawkular.btm.server.api.internal.log.MsgLogger_$logger
 
errorSendingMessage(Throwable) - Method in interface org.hawkular.btm.server.api.internal.log.MsgLogger
 
errorSendingMessage(Throwable) - Method in class org.hawkular.btm.server.api.internal.log.MsgLogger_$logger
 
errorSendingMessage$str() - Method in class org.hawkular.btm.server.api.internal.log.MsgLogger_$logger
 

G

get(String, String) - Method in class org.hawkular.btm.server.api.services.AbstractBusinessTransactionService
 
getBTxnFragmentProcessors() - Method in class org.hawkular.btm.server.api.internal.processors.BTxnFragmentHandlerInjector
 
getTenantId(SecurityContext) - Method in interface org.hawkular.btm.server.api.services.SecurityProvider
This method returns the tenant id.
getTraceHandlers() - Method in class org.hawkular.btm.server.api.internal.processors.BTxnTraceHandlerInjector
 

H

handle(String, List<BusinessTransaction>, RetryHandler<BusinessTransaction>) - Method in interface org.hawkular.btm.server.api.processors.BusinessTransactionFragmentHandler
This method is invoked to process a list of business transaction fragments.
handle(String, List<BusinessTransactionTrace>, RetryHandler<BusinessTransactionTrace>) - Method in interface org.hawkular.btm.server.api.processors.BusinessTransactionTraceHandler
This method is invoked to process a list of business transaction traces.

L

LOGGER - Static variable in interface org.hawkular.btm.server.api.internal.log.MsgLogger
 

M

MsgLogger - Interface in org.hawkular.btm.server.api.internal.log
Log for INFO, WARN, ERROR and FATAL messages.
MsgLogger_$logger - Class in org.hawkular.btm.server.api.internal.log
Warning this class consists of generated code.
MsgLogger_$logger(Logger) - Constructor for class org.hawkular.btm.server.api.internal.log.MsgLogger_$logger
 

O

org.hawkular.btm.server.api.internal.log - package org.hawkular.btm.server.api.internal.log
 
org.hawkular.btm.server.api.internal.processors - package org.hawkular.btm.server.api.internal.processors
 
org.hawkular.btm.server.api.processors - package org.hawkular.btm.server.api.processors
 
org.hawkular.btm.server.api.services - package org.hawkular.btm.server.api.services
 

P

processFragments(String, List<BusinessTransaction>) - Method in interface org.hawkular.btm.server.api.processors.BusinessTransactionBus
This method is invoked to process a list of business transaction fragments.
processTraces(String, List<BusinessTransactionTrace>) - Method in interface org.hawkular.btm.server.api.processors.BusinessTransactionBus
This method is invoked to process a list of business transaction traces.

Q

query(String, BusinessTransactionCriteria) - Method in class org.hawkular.btm.server.api.services.AbstractBusinessTransactionService
 

R

retry(List<T>) - Method in interface org.hawkular.btm.server.api.processors.RetryHandler
This method initiates a retry for a list of failed entries.
RetryHandler<T> - Interface in org.hawkular.btm.server.api.processors
This interface represents a retry handler.

S

SecurityProvider - Interface in org.hawkular.btm.server.api.services
This interface represents a security provider responsible for identifying the current tenant id.
store(String, List<BusinessTransaction>) - Method in class org.hawkular.btm.server.api.services.AbstractBusinessTransactionService
 
A B D E G H L M O P Q R S 
Skip navigation links

Copyright © 2015 Red Hat, Inc.. All rights reserved.