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

A

activate(String) - Method in class org.hawkular.btm.client.collector.DefaultBusinessTransactionCollector
 
activate(String, String) - Method in class org.hawkular.btm.client.collector.DefaultBusinessTransactionCollector
 
AddContentActionHandler - Class in org.hawkular.btm.client.collector.internal.actions
This handler is associated with the AddContent action.
AddContentActionHandler(ProcessorAction) - Constructor for class org.hawkular.btm.client.collector.internal.actions.AddContentActionHandler
This constructor initialises the action.
AddCorrelationIdActionHandler - Class in org.hawkular.btm.client.collector.internal.actions
This handler is associated with the AddCorrelationId action.
AddCorrelationIdActionHandler(ProcessorAction) - Constructor for class org.hawkular.btm.client.collector.internal.actions.AddCorrelationIdActionHandler
This constructor initialises the action.
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
 
deserialize(Object) - Static method in class org.hawkular.btm.client.collector.internal.helpers.XML
This method serializes the supplied XML object to a string.
deserializeString(String) - Static method in class org.hawkular.btm.client.collector.internal.helpers.XML
This method deserializes the supplied document.
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.

E

evaluate(String, Object) - Static method in class org.hawkular.btm.client.collector.internal.helpers.JSON
This method evaluates the jsonpath expression on the supplied node.
evaluate(String, Object) - Static method in class org.hawkular.btm.client.collector.internal.helpers.XML
This method evaluates the xpath expression on the supplied node.
EvaluateURIActionHandler - Class in org.hawkular.btm.client.collector.internal.actions
This handler is associated with the EvaluateURI action.
EvaluateURIActionHandler(ProcessorAction) - Constructor for class org.hawkular.btm.client.collector.internal.actions.EvaluateURIActionHandler
This constructor initialises the action.
ExpressionBasedActionHandler - Class in org.hawkular.btm.client.collector.internal.actions
 
ExpressionBasedActionHandler(ProcessorAction) - Constructor for class org.hawkular.btm.client.collector.internal.actions.ExpressionBasedActionHandler
This constructor initialises the action.

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

getAction() - Method in class org.hawkular.btm.client.collector.internal.actions.ProcessorActionHandler
 
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.
getExpression(String) - Static method in class org.hawkular.btm.client.collector.internal.helpers.XML
This method transforms the XPath expression to replace XPath 2.0 namespace wildcards with use of the local-name() function.
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
 
getHandler(ProcessorAction) - Static method in class org.hawkular.btm.client.collector.internal.actions.ProcessorActionHandlerFactory
This method returns an action handler for the supplied action.
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
 
getNode(Object) - Static method in class org.hawkular.btm.client.collector.internal.helpers.XML
This method converts the supplied object to a DOM node.
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
 
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.
getValue(BusinessTransaction, Node, Direction, Map<String, ?>, Object[]) - Method in class org.hawkular.btm.client.collector.internal.actions.ExpressionBasedActionHandler
This method returns the value, associated with the expression, for the supplied data.

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() - Method in class org.hawkular.btm.client.collector.internal.actions.ExpressionBasedActionHandler
This method initialises the process action handler.
init() - Method in class org.hawkular.btm.client.collector.internal.actions.ProcessorActionHandler
This method initialises the process action handler.
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
 
isOriginalURI(Node, String) - Static method in class org.hawkular.btm.client.collector.internal.NodeUtil
This method determines whether the supplied URI matches the original URI on the node.
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.
isURIRewritten(Node) - Static method in class org.hawkular.btm.client.collector.internal.NodeUtil
This method tests whether the URI has been rewritten.
isUsesContent() - Method in class org.hawkular.btm.client.collector.internal.actions.ProcessorActionHandler
 
isUsesContent() - Method in class org.hawkular.btm.client.collector.internal.ProcessorManager.ProcessorActionWrapper
 
isUsesHeaders() - Method in class org.hawkular.btm.client.collector.internal.actions.ProcessorActionHandler
 
isUsesHeaders() - Method in class org.hawkular.btm.client.collector.internal.ProcessorManager.ProcessorActionWrapper
 

J

JSON - Class in org.hawkular.btm.client.collector.internal.helpers
 
JSON() - Constructor for class org.hawkular.btm.client.collector.internal.helpers.JSON
 

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.
NodeUtil - Class in org.hawkular.btm.client.collector.internal
This class provides node utility functions.
NodeUtil() - Constructor for class org.hawkular.btm.client.collector.internal.NodeUtil
 

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
 
org.hawkular.btm.client.collector.internal.actions - package org.hawkular.btm.client.collector.internal.actions
 
org.hawkular.btm.client.collector.internal.helpers - package org.hawkular.btm.client.collector.internal.helpers
 

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.
predicate(String, Object) - Static method in class org.hawkular.btm.client.collector.internal.helpers.JSON
This method evaluates the predicate based on the jsonpath expression on the supplied node.
predicate(String, Object) - Static method in class org.hawkular.btm.client.collector.internal.helpers.XML
This method evaluates the predicate based on the xpath expression on the supplied node.
process(BusinessTransaction, Node, Direction, Map<String, ?>, Object[]) - Method in class org.hawkular.btm.client.collector.internal.actions.AddContentActionHandler
 
process(BusinessTransaction, Node, Direction, Map<String, ?>, Object[]) - Method in class org.hawkular.btm.client.collector.internal.actions.AddCorrelationIdActionHandler
 
process(BusinessTransaction, Node, Direction, Map<String, ?>, Object[]) - Method in class org.hawkular.btm.client.collector.internal.actions.EvaluateURIActionHandler
 
process(BusinessTransaction, Node, Direction, Map<String, ?>, Object[]) - Method in class org.hawkular.btm.client.collector.internal.actions.ProcessorActionHandler
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.actions.SetDetailActionHandler
 
process(BusinessTransaction, Node, Direction, Map<String, ?>, Object[]) - Method in class org.hawkular.btm.client.collector.internal.actions.SetFaultActionHandler
 
process(BusinessTransaction, Node, Direction, Map<String, ?>, Object[]) - Method in class org.hawkular.btm.client.collector.internal.actions.SetFaultDescriptionActionHandler
 
process(BusinessTransaction, Node, Direction, Map<String, ?>, Object[]) - Method in class org.hawkular.btm.client.collector.internal.actions.SetPropertyActionHandler
 
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.
ProcessorActionHandler - Class in org.hawkular.btm.client.collector.internal.actions
 
ProcessorActionHandler(ProcessorAction) - Constructor for class org.hawkular.btm.client.collector.internal.actions.ProcessorActionHandler
 
ProcessorActionHandlerFactory - Class in org.hawkular.btm.client.collector.internal.actions
This class provides a factory for creating handlers associated with processor actions.
ProcessorActionHandlerFactory() - Constructor for class org.hawkular.btm.client.collector.internal.actions.ProcessorActionHandlerFactory
 
ProcessorActionWrapper(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.
processQueryParameters(BusinessTransaction, Node) - Method in class org.hawkular.btm.client.collector.internal.actions.EvaluateURIActionHandler
This method processes the query parameters associated with the supplied node to extract templated named values as properties on the business transaction.
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.
rewriteURI(Node, String) - Static method in class org.hawkular.btm.client.collector.internal.NodeUtil
This method rewrites the URI associated with the supplied node and stores the original in the node's details.

S

selectNode(String, Object) - Static method in class org.hawkular.btm.client.collector.internal.helpers.XML
This method obtains the node, identified by the xpath expression, from the supplied node.
serialize(Object) - Static method in class org.hawkular.btm.client.collector.internal.helpers.JSON
This method serializes the supplied object to a JSON document.
serialize(Object) - Static method in class org.hawkular.btm.client.collector.internal.helpers.Text
This method converts the supplied object to a string.
serialize(Object) - Static method in class org.hawkular.btm.client.collector.internal.helpers.XML
This method serializes the supplied XML object to a string.
serializeDOMSource(DOMSource) - Static method in class org.hawkular.btm.client.collector.internal.helpers.XML
This method serializes the supplied DOM node to a string.
serializeNode(Node) - Static method in class org.hawkular.btm.client.collector.internal.helpers.XML
This method serializes the supplied DOM node to a string.
session() - Method in class org.hawkular.btm.client.collector.DefaultBusinessTransactionCollector
 
setAction(ProcessorAction) - Method in class org.hawkular.btm.client.collector.internal.actions.ProcessorActionHandler
 
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
 
SetDetailActionHandler - Class in org.hawkular.btm.client.collector.internal.actions
This handler is associated with the SetDetail action.
SetDetailActionHandler(ProcessorAction) - Constructor for class org.hawkular.btm.client.collector.internal.actions.SetDetailActionHandler
This constructor initialises the action.
setFault(String, String, String) - Method in class org.hawkular.btm.client.collector.DefaultBusinessTransactionCollector
 
SetFaultActionHandler - Class in org.hawkular.btm.client.collector.internal.actions
This handler is associated with the SetFault action.
SetFaultActionHandler(ProcessorAction) - Constructor for class org.hawkular.btm.client.collector.internal.actions.SetFaultActionHandler
This constructor initialises the action.
SetFaultDescriptionActionHandler - Class in org.hawkular.btm.client.collector.internal.actions
This handler is associated with the SetFaultDescription action.
SetFaultDescriptionActionHandler(ProcessorAction) - Constructor for class org.hawkular.btm.client.collector.internal.actions.SetFaultDescriptionActionHandler
This constructor initialises the action.
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
 
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
 
SetPropertyActionHandler - Class in org.hawkular.btm.client.collector.internal.actions
This handler is associated with the SetProperty action.
SetPropertyActionHandler(ProcessorAction) - Constructor for class org.hawkular.btm.client.collector.internal.actions.SetPropertyActionHandler
This constructor initialises the action.
setTenantId(String) - Method in class org.hawkular.btm.client.collector.DefaultBusinessTransactionCollector
 
setTenantId(String) - Method in class org.hawkular.btm.client.collector.internal.BusinessTransactionReporter
 
setUsesContent(boolean) - Method in class org.hawkular.btm.client.collector.internal.actions.ProcessorActionHandler
 
setUsesHeaders(boolean) - Method in class org.hawkular.btm.client.collector.internal.actions.ProcessorActionHandler
 
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

Text - Class in org.hawkular.btm.client.collector.internal.helpers
This class represents helper functions for processing Text.
Text() - Constructor for class org.hawkular.btm.client.collector.internal.helpers.Text
 
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.

X

XML - Class in org.hawkular.btm.client.collector.internal.helpers
 
XML() - Constructor for class org.hawkular.btm.client.collector.internal.helpers.XML
 
A B C D E F G H I J M N O P R S T U W X 
Skip navigation links

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