Skip navigation links
A B C D F G H I M N O P R S T U W 

A

activate(String) - Method in class org.hawkular.btm.client.collector.DefaultBusinessTransactionCollector
 
activate(String, String) - Method in class org.hawkular.btm.client.collector.DefaultBusinessTransactionCollector
 
appendInBuffer(String, Object, byte[], int, int) - Method in class org.hawkular.btm.client.collector.DefaultBusinessTransactionCollector
 
appendOutBuffer(String, Object, byte[], int, int) - Method in class org.hawkular.btm.client.collector.DefaultBusinessTransactionCollector
 
assertComplete() - Method in class org.hawkular.btm.client.collector.DefaultBusinessTransactionCollector
 

B

BusinessTransactionReporter - Class in org.hawkular.btm.client.collector.internal
This class is responsible for managing a set of business transactions and reporting them to the server.
BusinessTransactionReporter() - Constructor for class org.hawkular.btm.client.collector.internal.BusinessTransactionReporter
 

C

checkForCompletion(FragmentBuilder, Node) - Method in class org.hawkular.btm.client.collector.DefaultBusinessTransactionCollector
This method checks whether the supplied fragment has been completed and therefore should be processed.
clear() - Method in class org.hawkular.btm.client.collector.internal.FragmentManager
This method clears the business transaction fragment builder for the current thread of execution.
completeCorrelation(String) - Method in class org.hawkular.btm.client.collector.DefaultBusinessTransactionCollector
 
componentEnd(String, String, String, String) - Method in class org.hawkular.btm.client.collector.DefaultBusinessTransactionCollector
 
componentStart(String, String, String, String) - Method in class org.hawkular.btm.client.collector.DefaultBusinessTransactionCollector
 
consumerEnd(String, String, String) - Method in class org.hawkular.btm.client.collector.DefaultBusinessTransactionCollector
 
consumerStart(String, String, String, String) - Method in class org.hawkular.btm.client.collector.DefaultBusinessTransactionCollector
 
correlate(String) - Method in class org.hawkular.btm.client.collector.DefaultBusinessTransactionCollector
 

D

DefaultBusinessTransactionCollector - Class in org.hawkular.btm.client.collector
 
DefaultBusinessTransactionCollector() - Constructor for class org.hawkular.btm.client.collector.DefaultBusinessTransactionCollector
 
diagnostics() - Method in class org.hawkular.btm.client.collector.DefaultBusinessTransactionCollector
This method reports diagnostic information to the log.
diagnostics() - Method in class org.hawkular.btm.client.collector.internal.FragmentManager
This method reports diagnostic information to the log.

F

FilterManager - Class in org.hawkular.btm.client.collector.internal
This class manages the filtering of URIs.
FilterManager(CollectorConfiguration) - Constructor for class org.hawkular.btm.client.collector.internal.FilterManager
This constructor initialises the filter manager with the configuration.
FilterProcessor - Class in org.hawkular.btm.client.collector.internal
This class is responsible for applying a filter to a supplied node.
FilterProcessor() - Constructor for class org.hawkular.btm.client.collector.internal.FilterProcessor
The default constructor.
FilterProcessor(String, BusinessTxnConfig) - Constructor for class org.hawkular.btm.client.collector.internal.FilterProcessor
This constructor initialises the processor with the business transaction name and configuration.
FragmentBuilder - Class in org.hawkular.btm.client.collector.internal
This class represents the builder for a business transaction fragment.
FragmentBuilder() - Constructor for class org.hawkular.btm.client.collector.internal.FragmentBuilder
 
FragmentManager - Class in org.hawkular.btm.client.collector.internal
This class manages the set of business fragment builders.
FragmentManager() - Constructor for class org.hawkular.btm.client.collector.internal.FragmentManager
 

G

getBtxnFilters() - Method in class org.hawkular.btm.client.collector.internal.FilterManager
 
getBusinessTransaction() - Method in class org.hawkular.btm.client.collector.internal.FilterProcessor
 
getBusinessTransaction() - Method in class org.hawkular.btm.client.collector.internal.FragmentBuilder
 
getBusinessTransactionPublisher() - Method in class org.hawkular.btm.client.collector.DefaultBusinessTransactionCollector
 
getBusinessTransactionPublisher() - Method in class org.hawkular.btm.client.collector.internal.BusinessTransactionReporter
 
getCode(Object) - Method in class org.hawkular.btm.client.collector.DefaultBusinessTransactionCollector
This method returns a code associated with the supplied object.
getConfig() - Method in class org.hawkular.btm.client.collector.internal.FilterProcessor
 
getCurrentNode() - Method in class org.hawkular.btm.client.collector.internal.FragmentBuilder
This method returns the current node providing the scope for further levels of detail.
getFilterMap() - Method in class org.hawkular.btm.client.collector.internal.FilterManager
 
getFilterProcessor(String) - Method in class org.hawkular.btm.client.collector.internal.FilterManager
This method determines whether the supplied URI is associated with a defined business transaction, or valid due to global inclusion criteria.
getFragmentBuilder() - Method in class org.hawkular.btm.client.collector.internal.FragmentManager
This method returns the appropriate fragment builder for the current thread.
getFragmentManager() - Method in class org.hawkular.btm.client.collector.DefaultBusinessTransactionCollector
This method provides access to the fragment manager.
getGlobalExclusionFilters() - Method in class org.hawkular.btm.client.collector.internal.FilterManager
 
getHeaderValueText(Object) - Method in class org.hawkular.btm.client.collector.DefaultBusinessTransactionCollector
This method returns a textual representation of the supplied header value.
getInData(int) - Method in class org.hawkular.btm.client.collector.internal.FragmentBuilder
This method returns the data associated with the in buffer and resets the buffer to be inactive.
getLatestNode(String, boolean) - Method in class org.hawkular.btm.client.collector.internal.FragmentBuilder
This method returns the latest node of the specified type, either on the stack, or on the 'popped' nodes.
getLevel() - Method in class org.hawkular.btm.client.collector.DefaultBusinessTransactionCollector
 
getLevel() - Method in class org.hawkular.btm.client.collector.internal.FragmentBuilder
 
getName() - Method in class org.hawkular.btm.client.collector.DefaultBusinessTransactionCollector
 
getNodeStack() - Method in class org.hawkular.btm.client.collector.internal.FragmentBuilder
 
getOutData(int) - Method in class org.hawkular.btm.client.collector.internal.FragmentBuilder
This method returns the data associated with the out buffer and resets the buffer to be inactive.
getPoppedNodes() - Method in class org.hawkular.btm.client.collector.internal.FragmentBuilder
 
getPrincipal() - Method in class org.hawkular.btm.client.collector.DefaultBusinessTransactionCollector
 
getProcessor() - Method in class org.hawkular.btm.client.collector.internal.ProcessorManager.ProcessorWrapper
This method returns the processor.
getProcessors() - Method in class org.hawkular.btm.client.collector.internal.ProcessorManager
 
getTenantId() - Method in class org.hawkular.btm.client.collector.DefaultBusinessTransactionCollector
 
getTenantId() - Method in class org.hawkular.btm.client.collector.internal.BusinessTransactionReporter
 
getThreadCounter() - Method in class org.hawkular.btm.client.collector.internal.FragmentManager
 
getUncompletedCorrelationIds() - Method in class org.hawkular.btm.client.collector.internal.FragmentBuilder
This method returns the un-completed correlation ids list.

H

hasFragmentBuilder() - Method in class org.hawkular.btm.client.collector.internal.FragmentManager
This method returns whether the current thread has a fragment builder.

I

init(CollectorConfiguration) - Method in class org.hawkular.btm.client.collector.internal.BusinessTransactionReporter
This method initialises the reporter with the collector configuration.
init(CollectorConfiguration) - Method in class org.hawkular.btm.client.collector.internal.FilterManager
This method initialises the filter manager.
init(String, BusinessTxnConfig) - Method in class org.hawkular.btm.client.collector.internal.FilterManager
This method initialises the filter manager with the supplied business transaction configuration.
init() - Method in class org.hawkular.btm.client.collector.internal.FilterProcessor
This method initialises the filter.
init(CollectorConfiguration) - Method in class org.hawkular.btm.client.collector.internal.ProcessorManager
This method initialises the filter manager.
init(String, BusinessTxnConfig) - Method in class org.hawkular.btm.client.collector.internal.ProcessorManager
This method initialises the processors associated with the supplied business transaction configuration.
init() - Method in class org.hawkular.btm.client.collector.internal.ProcessorManager.ProcessorWrapper
This method initialises the processor.
initiateCorrelation(String) - Method in class org.hawkular.btm.client.collector.DefaultBusinessTransactionCollector
 
initInBuffer(String, Object) - Method in class org.hawkular.btm.client.collector.DefaultBusinessTransactionCollector
 
initInBuffer(int) - Method in class org.hawkular.btm.client.collector.internal.FragmentBuilder
This method initialises the in data buffer.
initOutBuffer(String, Object) - Method in class org.hawkular.btm.client.collector.DefaultBusinessTransactionCollector
 
initOutBuffer(int) - Method in class org.hawkular.btm.client.collector.internal.FragmentBuilder
This method initialises the out data buffer.
isActive() - Method in class org.hawkular.btm.client.collector.DefaultBusinessTransactionCollector
 
isComplete() - Method in class org.hawkular.btm.client.collector.internal.FragmentBuilder
This method determines if the fragment is complete.
isContentProcessed(BusinessTransaction, Node, Direction) - Method in class org.hawkular.btm.client.collector.internal.ProcessorManager
This method determines whether the business transaction, for the supplied node and in/out direction, will process content information.
isCorrelated(String) - Method in class org.hawkular.btm.client.collector.DefaultBusinessTransactionCollector
 
isExcluded(String) - Method in class org.hawkular.btm.client.collector.internal.FilterProcessor
This method determines whether the supplied URI should be excluded.
isInBufferActive(String, Object) - Method in class org.hawkular.btm.client.collector.DefaultBusinessTransactionCollector
 
isInBufferActive(int) - Method in class org.hawkular.btm.client.collector.internal.FragmentBuilder
This method determines if the in data buffer is active.
isIncludeAll() - Method in class org.hawkular.btm.client.collector.internal.FilterProcessor
This method determines whether all URIs are included.
isIncluded(String) - Method in class org.hawkular.btm.client.collector.internal.FilterProcessor
This method determines whether the supplied URI should be included.
isInContentProcessed(String) - Method in class org.hawkular.btm.client.collector.DefaultBusinessTransactionCollector
 
isInProcessed(String) - Method in class org.hawkular.btm.client.collector.DefaultBusinessTransactionCollector
 
isOutBufferActive(String, Object) - Method in class org.hawkular.btm.client.collector.DefaultBusinessTransactionCollector
 
isOutBufferActive(int) - Method in class org.hawkular.btm.client.collector.internal.FragmentBuilder
This method determines if the out data buffer is active.
isOutContentProcessed(String) - Method in class org.hawkular.btm.client.collector.DefaultBusinessTransactionCollector
 
isOutProcessed(String) - Method in class org.hawkular.btm.client.collector.DefaultBusinessTransactionCollector
 
isProcessed(BusinessTransaction, Node, Direction) - Method in class org.hawkular.btm.client.collector.internal.ProcessorManager
This method determines whether the business transaction, for the supplied node and in/out direction, will process available information.
isProcessed(BusinessTransaction, Node, Direction) - Method in class org.hawkular.btm.client.collector.internal.ProcessorManager.ProcessorWrapper
This method checks that this processor matches the supplied business txn name and node details.
isSuppressed() - Method in class org.hawkular.btm.client.collector.internal.FragmentBuilder
This method returns whether the fragment is in suppression mode.
isUsesContent() - Method in class org.hawkular.btm.client.collector.internal.ProcessorManager.ProcessorActionWrapper
 
isUsesHeaders() - Method in class org.hawkular.btm.client.collector.internal.ProcessorManager.ProcessorActionWrapper
 

M

mergeProducer(Producer, Producer) - Method in class org.hawkular.btm.client.collector.DefaultBusinessTransactionCollector
This method merges an inner Producer node information into its containing Producer node, before removing the inner node.

N

nodeMatches(Node, Class<? extends Node>, String) - Method in class org.hawkular.btm.client.collector.internal.FragmentBuilder
This method determines whether the supplied node matches the specified class and optional URI.

O

org.hawkular.btm.client.collector - package org.hawkular.btm.client.collector
 
org.hawkular.btm.client.collector.internal - package org.hawkular.btm.client.collector.internal
 

P

pop(String, FragmentBuilder, Class<T>, String) - Method in class org.hawkular.btm.client.collector.DefaultBusinessTransactionCollector
This method pops an existing node from the business transaction fragment.
popNode(Class<? extends Node>, String) - Method in class org.hawkular.btm.client.collector.internal.FragmentBuilder
This method pops the latest node from the business transaction fragment hierarchy.
popNode(Stack<Node>, Class<? extends Node>, String) - Method in class org.hawkular.btm.client.collector.internal.FragmentBuilder
This method pops a node of the defined class and optional uri from the stack.
process(BusinessTransaction, Node, Direction, Map<String, ?>, Object...) - Method in class org.hawkular.btm.client.collector.internal.ProcessorManager
This method processes the supplied information against the configured processor details for the business transaction.
process(BusinessTransaction, Node, Direction, Map<String, ?>, Object[]) - Method in class org.hawkular.btm.client.collector.internal.ProcessorManager.ProcessorActionWrapper
This method processes the supplied information to extract the relevant details.
process(BusinessTransaction, Node, Direction, Map<String, ?>, Object[]) - Method in class org.hawkular.btm.client.collector.internal.ProcessorManager.ProcessorWrapper
This method processes the supplied information to extract the relevant details.
processIn(String, Map<String, ?>, Object...) - Method in class org.hawkular.btm.client.collector.DefaultBusinessTransactionCollector
 
processInContent(String, FragmentBuilder, int) - Method in class org.hawkular.btm.client.collector.DefaultBusinessTransactionCollector
This method processes the in content if available.
ProcessorActionWrapper(Processor, ProcessorAction) - Constructor for class org.hawkular.btm.client.collector.internal.ProcessorManager.ProcessorActionWrapper
This constructor is initialised with the processor action.
ProcessorManager - Class in org.hawkular.btm.client.collector.internal
This class manages the processors.
ProcessorManager(CollectorConfiguration) - Constructor for class org.hawkular.btm.client.collector.internal.ProcessorManager
This constructor initialises the processor manager with the configuration.
ProcessorManager.ProcessorActionWrapper - Class in org.hawkular.btm.client.collector.internal
This class provides the execution behaviour associated with the information defined in the collector configuration processor definition.
ProcessorManager.ProcessorWrapper - Class in org.hawkular.btm.client.collector.internal
This class provides the execution behaviour associated with the information defined in the collector configuration processor definition.
ProcessorWrapper(Processor) - Constructor for class org.hawkular.btm.client.collector.internal.ProcessorManager.ProcessorWrapper
This constructor is initialised with the processor.
processOut(String, Map<String, ?>, Object...) - Method in class org.hawkular.btm.client.collector.DefaultBusinessTransactionCollector
 
processOutContent(String, FragmentBuilder, int) - Method in class org.hawkular.btm.client.collector.DefaultBusinessTransactionCollector
This method processes the out content if available.
processValues(BusinessTransaction, Node, Direction, Map<String, ?>, Object[]) - Method in class org.hawkular.btm.client.collector.DefaultBusinessTransactionCollector
This method processes the values associated with the start or end of a scoped activity.
producerEnd(String, String, String) - Method in class org.hawkular.btm.client.collector.DefaultBusinessTransactionCollector
 
producerStart(String, String, String, String) - Method in class org.hawkular.btm.client.collector.DefaultBusinessTransactionCollector
 
push(String, FragmentBuilder, Node) - Method in class org.hawkular.btm.client.collector.DefaultBusinessTransactionCollector
This method pushes a new node into the business transaction fragment.
pushNode(Node) - Method in class org.hawkular.btm.client.collector.internal.FragmentBuilder
This method pushes a new node into the business transaction fragment hierarchy.

R

recordInBuffer(String, Object) - Method in class org.hawkular.btm.client.collector.DefaultBusinessTransactionCollector
 
recordOutBuffer(String, Object) - Method in class org.hawkular.btm.client.collector.DefaultBusinessTransactionCollector
 
releaseNode(String) - Method in class org.hawkular.btm.client.collector.DefaultBusinessTransactionCollector
 
releaseNode(String) - Method in class org.hawkular.btm.client.collector.internal.FragmentBuilder
This method indicates that the identified node, for this thread of execution, should be released.
remove(String) - Method in class org.hawkular.btm.client.collector.internal.FilterManager
This method removes the business transaction.
remove(String) - Method in class org.hawkular.btm.client.collector.internal.ProcessorManager
This method removes the business transaction configuration.
report(BusinessTransaction) - Method in class org.hawkular.btm.client.collector.internal.BusinessTransactionReporter
This method reports the business transaction to the server.
retainNode(String) - Method in class org.hawkular.btm.client.collector.DefaultBusinessTransactionCollector
 
retainNode(String) - Method in class org.hawkular.btm.client.collector.internal.FragmentBuilder
This method indicates that the current node, for this thread of execution, should be retained temporarily pending further changes.
retrieveNode(String) - Method in class org.hawkular.btm.client.collector.DefaultBusinessTransactionCollector
 
retrieveNode(String) - Method in class org.hawkular.btm.client.collector.internal.FragmentBuilder
This method returns the node associated, for this thread of execution, identified by the supplied id.

S

session() - Method in class org.hawkular.btm.client.collector.DefaultBusinessTransactionCollector
 
setBtxnFilters(List<FilterProcessor>) - Method in class org.hawkular.btm.client.collector.internal.FilterManager
 
setBusinessTransaction(String) - Method in class org.hawkular.btm.client.collector.internal.FilterProcessor
 
setBusinessTransactionPublisher(BusinessTransactionPublisher) - Method in class org.hawkular.btm.client.collector.DefaultBusinessTransactionCollector
 
setBusinessTransactionPublisher(BusinessTransactionPublisher) - Method in class org.hawkular.btm.client.collector.internal.BusinessTransactionReporter
This method sets the business transaction publisher.
setConfig(BusinessTxnConfig) - Method in class org.hawkular.btm.client.collector.internal.FilterProcessor
 
setConfigurationService(ConfigurationService) - Method in class org.hawkular.btm.client.collector.DefaultBusinessTransactionCollector
This method sets the configuration service.
setDetail(String, String, String, String, boolean) - Method in class org.hawkular.btm.client.collector.DefaultBusinessTransactionCollector
 
setFault(String, String, String) - Method in class org.hawkular.btm.client.collector.DefaultBusinessTransactionCollector
 
setFilterMap(Map<String, FilterProcessor>) - Method in class org.hawkular.btm.client.collector.internal.FilterManager
 
setFragmentBuilder(FragmentBuilder) - Method in class org.hawkular.btm.client.collector.internal.FragmentManager
This method sets the builder for this thread of execution.
setGlobalExclusionFilters(List<FilterProcessor>) - Method in class org.hawkular.btm.client.collector.internal.FilterManager
 
setLevel(String, String) - Method in class org.hawkular.btm.client.collector.DefaultBusinessTransactionCollector
 
setLevel(ReportingLevel) - Method in class org.hawkular.btm.client.collector.internal.FragmentBuilder
 
setName(String, String) - Method in class org.hawkular.btm.client.collector.DefaultBusinessTransactionCollector
 
setPrincipal(String, String) - Method in class org.hawkular.btm.client.collector.DefaultBusinessTransactionCollector
 
setProcessors(Map<String, List<ProcessorManager.ProcessorWrapper>>) - Method in class org.hawkular.btm.client.collector.internal.ProcessorManager
 
setProperty(String, String, String) - Method in class org.hawkular.btm.client.collector.DefaultBusinessTransactionCollector
 
setTenantId(String) - Method in class org.hawkular.btm.client.collector.DefaultBusinessTransactionCollector
 
setTenantId(String) - Method in class org.hawkular.btm.client.collector.internal.BusinessTransactionReporter
 
submitBusinessTransactions() - Method in class org.hawkular.btm.client.collector.internal.BusinessTransactionReporter
This method submits the current list of business transactions
suppress() - Method in class org.hawkular.btm.client.collector.DefaultBusinessTransactionCollector
 
suppress() - Method in class org.hawkular.btm.client.collector.internal.FragmentBuilder
This method initiates suppression of any child node.

T

toString() - Method in class org.hawkular.btm.client.collector.internal.FragmentBuilder
toString() - Method in class org.hawkular.btm.client.collector.internal.ProcessorManager.ProcessorWrapper
 

U

unlink() - Method in class org.hawkular.btm.client.collector.DefaultBusinessTransactionCollector
 
usesContent() - Method in class org.hawkular.btm.client.collector.internal.ProcessorManager.ProcessorWrapper
This method indicates whether the process action uses content values.
usesHeaders() - Method in class org.hawkular.btm.client.collector.internal.ProcessorManager.ProcessorWrapper
This method indicates whether the process action uses headers.

W

writeInData(int, byte[], int, int) - Method in class org.hawkular.btm.client.collector.internal.FragmentBuilder
This method writes data to the in buffer.
writeOutData(int, byte[], int, int) - Method in class org.hawkular.btm.client.collector.internal.FragmentBuilder
This method writes data to the out buffer.
A B C D F G H I M N O P R S T U W 
Skip navigation links

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