- CollectorAction - Class in org.hawkular.btm.api.model.admin
-
This type represents instrumentation of an invocation.
- CollectorAction() - Constructor for class org.hawkular.btm.api.model.admin.CollectorAction
-
- CollectorConfiguration - Class in org.hawkular.btm.api.model.admin
-
This is the top level configuration object used to define how information should
be collected from a business transaction execution environment.
- CollectorConfiguration() - Constructor for class org.hawkular.btm.api.model.admin.CollectorConfiguration
-
- CompleteCorrelation - Class in org.hawkular.btm.api.model.admin
-
This type represents the session action for correlating the current
thread of execution with another, identified by an id.
- CompleteCorrelation() - Constructor for class org.hawkular.btm.api.model.admin.CompleteCorrelation
-
- completedDuration() - Method in class org.hawkular.btm.api.model.btxn.Node
-
This method calculates the duration when all work initiated by this node
has been completed.
- completedTime() - Method in class org.hawkular.btm.api.model.btxn.Node
-
This method calculates the time (in nanoseconds) when all work initiated
by this node has been completed.
- Component - Class in org.hawkular.btm.api.model.btxn
-
This class represents the invocation of a component.
- Component() - Constructor for class org.hawkular.btm.api.model.btxn.Component
-
- Component(String, String) - Constructor for class org.hawkular.btm.api.model.btxn.Component
-
- ConfigurationLoader - Class in org.hawkular.btm.api.services
-
This class provides the capability to load the base collector configuration
which includes the instrumentation rules for various technologies.
- ConfigurationLoader() - Constructor for class org.hawkular.btm.api.services.ConfigurationLoader
-
- Consumer - Class in org.hawkular.btm.api.model.btxn
-
This class represents the situation where the business transaction flow
is triggered by a communication from an external participant.
- Consumer() - Constructor for class org.hawkular.btm.api.model.btxn.Consumer
-
- Consumer(String, String) - Constructor for class org.hawkular.btm.api.model.btxn.Consumer
-
- ContainerNode - Class in org.hawkular.btm.api.model.btxn
-
This abstract class represents the base for all nodes that can contain
other nodes within the business transaction instance.
- ContainerNode(NodeType) - Constructor for class org.hawkular.btm.api.model.btxn.ContainerNode
-
- ContainerNode(NodeType, String) - Constructor for class org.hawkular.btm.api.model.btxn.ContainerNode
-
- Content - Class in org.hawkular.btm.api.model.btxn
-
This class represents content associated with an exchanged message.
- Content() - Constructor for class org.hawkular.btm.api.model.btxn.Content
-
- Content(String, String) - Constructor for class org.hawkular.btm.api.model.btxn.Content
-
- Correlate - Class in org.hawkular.btm.api.model.admin
-
This type represents the session action for correlating the current
thread of execution with another, identified by an id.
- Correlate() - Constructor for class org.hawkular.btm.api.model.admin.Correlate
-
- CorrelationIdentifier - Class in org.hawkular.btm.api.model.btxn
-
This class represents a Correlation Identifier.
- CorrelationIdentifier() - Constructor for class org.hawkular.btm.api.model.btxn.CorrelationIdentifier
-
- CorrelationIdentifier(CorrelationIdentifier.Scope, String) - Constructor for class org.hawkular.btm.api.model.btxn.CorrelationIdentifier
-
- CorrelationIdentifier.Scope - Enum in org.hawkular.btm.api.model.btxn
-
This enumerated value represents the scope of the correlation identifier.
- get(String, String) - Method in interface org.hawkular.btm.api.services.BusinessTransactionService
-
This method returns the business transaction associated with the
supplied id.
- getAction() - Method in class org.hawkular.btm.api.model.admin.FreeFormAction
-
- getActions() - Method in class org.hawkular.btm.api.model.admin.InstrumentRule
-
- getActions() - Method in class org.hawkular.btm.api.model.admin.Processor
-
- getActionType() - Method in class org.hawkular.btm.api.model.admin.ProcessorAction
-
- getBaseTime() - Method in class org.hawkular.btm.api.model.btxn.Node
-
- getBinds() - Method in class org.hawkular.btm.api.model.admin.InstrumentRule
-
- getBusinessTransactions() - Method in class org.hawkular.btm.api.model.admin.CollectorConfiguration
-
- getClassName() - Method in class org.hawkular.btm.api.model.admin.InstrumentRule
-
- getComponentType() - Method in class org.hawkular.btm.api.model.btxn.Component
-
- getComponentTypeExpression() - Method in class org.hawkular.btm.api.model.admin.InstrumentComponent
-
- getCondition() - Method in class org.hawkular.btm.api.model.admin.InstrumentRule
-
- getConfiguration(String, String, String) - Method in interface org.hawkular.btm.api.services.AdminService
-
This method returns the collector configuration, used by the
collector within an execution environment to instrument and filter
information to be reported to the server, based on the optional
host and server names.
- getConfiguration() - Static method in class org.hawkular.btm.api.services.ConfigurationLoader
-
This method returns the collector configuration.
- getContent() - Method in class org.hawkular.btm.api.model.btxn.Message
-
- getCorrelatedNodes(CorrelationIdentifier) - Method in class org.hawkular.btm.api.model.btxn.BusinessTransaction
-
This method locates any node within the business transaction that
is associated with the supplied correlation id.
- getCorrelationIds() - Method in class org.hawkular.btm.api.model.btxn.Node
-
- getCorrelationIds() - Method in class org.hawkular.btm.api.services.BusinessTransactionCriteria
-
- getCorrelationTime() - Method in class org.hawkular.btm.api.services.BusinessTransactionCriteria
-
- getDescription() - Method in class org.hawkular.btm.api.model.admin.BusinessTxnConfig
-
- getDescription() - Method in class org.hawkular.btm.api.model.admin.Instrumentation
-
- getDescriptionExpression() - Method in class org.hawkular.btm.api.model.admin.SetFault
-
- getDetails() - Method in class org.hawkular.btm.api.model.btxn.Node
-
This method returns the specific details about the node.
- getDirection() - Method in class org.hawkular.btm.api.model.admin.CollectorAction
-
- getDirection() - Method in class org.hawkular.btm.api.model.admin.ProcessContent
-
- getDirection() - Method in class org.hawkular.btm.api.model.admin.ProcessHeaders
-
- getDirection() - Method in class org.hawkular.btm.api.model.admin.Processor
-
- getDuration() - Method in class org.hawkular.btm.api.model.btxn.Node
-
- getEndpointType() - Method in class org.hawkular.btm.api.model.btxn.Consumer
-
- getEndpointType() - Method in class org.hawkular.btm.api.model.btxn.Producer
-
- getEndpointTypeExpression() - Method in class org.hawkular.btm.api.model.admin.InstrumentConsumer
-
- getEndpointTypeExpression() - Method in class org.hawkular.btm.api.model.admin.InstrumentProducer
-
- getEndTime() - Method in class org.hawkular.btm.api.services.BusinessTransactionCriteria
-
- getExclusions() - Method in class org.hawkular.btm.api.model.admin.Filter
-
- getExpression() - Method in class org.hawkular.btm.api.model.admin.InstrumentBind
-
- getExpression() - Method in class org.hawkular.btm.api.model.admin.ProcessorAction
-
- getFault() - Method in class org.hawkular.btm.api.model.btxn.Node
-
- getFaultDescription() - Method in class org.hawkular.btm.api.model.btxn.Node
-
- getFaultFilter() - Method in class org.hawkular.btm.api.model.admin.Processor
-
- getFilter() - Method in class org.hawkular.btm.api.model.admin.BusinessTxnConfig
-
- getFromVersion() - Method in class org.hawkular.btm.api.model.admin.InstrumentRule
-
- getHeaders() - Method in class org.hawkular.btm.api.model.btxn.Message
-
- getHeadersExpression() - Method in class org.hawkular.btm.api.model.admin.ProcessHeaders
-
- getHelper() - Method in class org.hawkular.btm.api.model.admin.InstrumentRule
-
- getHostAddress() - Method in class org.hawkular.btm.api.model.btxn.BusinessTransaction
-
- getHostName() - Method in class org.hawkular.btm.api.model.btxn.BusinessTransaction
-
- getId() - Method in class org.hawkular.btm.api.model.btxn.BusinessTransaction
-
- getIdExpression() - Method in class org.hawkular.btm.api.model.admin.CollectorAction
-
- getIdExpression() - Method in class org.hawkular.btm.api.model.admin.CompleteCorrelation
-
- getIdExpression() - Method in class org.hawkular.btm.api.model.admin.Correlate
-
- getIdExpression() - Method in class org.hawkular.btm.api.model.admin.InitiateCorrelation
-
- getIn() - Method in class org.hawkular.btm.api.model.btxn.InteractionNode
-
- getInclusions() - Method in class org.hawkular.btm.api.model.admin.Filter
-
- getInstrumentation() - Method in class org.hawkular.btm.api.model.admin.CollectorConfiguration
-
- getInterfaceName() - Method in class org.hawkular.btm.api.model.admin.InstrumentRule
-
- getLocation() - Method in class org.hawkular.btm.api.model.admin.InstrumentRule
-
- getLogger(String) - Static method in class org.hawkular.btm.api.logging.Logger
-
This method returns a logger associated with the supplied class name.
- getMethodName() - Method in class org.hawkular.btm.api.model.admin.InstrumentRule
-
- getName() - Method in class org.hawkular.btm.api.model.admin.InstrumentBind
-
- getName() - Method in class org.hawkular.btm.api.model.admin.ProcessorAction
-
- getName() - Method in class org.hawkular.btm.api.model.admin.SetDetail
-
- getName() - Method in class org.hawkular.btm.api.model.admin.SetProperty
-
- getName() - Method in class org.hawkular.btm.api.model.btxn.BusinessTransaction
-
- getNameExpression() - Method in class org.hawkular.btm.api.model.admin.SetFault
-
- getNameExpression() - Method in class org.hawkular.btm.api.model.admin.SetName
-
- getNodes() - Method in class org.hawkular.btm.api.model.btxn.BusinessTransaction
-
- getNodes() - Method in class org.hawkular.btm.api.model.btxn.ContainerNode
-
- getNodeType() - Method in class org.hawkular.btm.api.model.admin.Processor
-
- getNodeType() - Method in class org.hawkular.btm.api.model.admin.SetDetail
-
- getNotes() - Method in class org.hawkular.btm.api.model.admin.InstrumentRule
-
- getOperation() - Method in class org.hawkular.btm.api.model.admin.Processor
-
- getOperation() - Method in class org.hawkular.btm.api.model.btxn.Component
-
- getOperationExpression() - Method in class org.hawkular.btm.api.model.admin.InstrumentComponent
-
- getOriginalType() - Method in class org.hawkular.btm.api.model.admin.ProcessHeaders
-
- getOut() - Method in class org.hawkular.btm.api.model.btxn.InteractionNode
-
- getParameterTypes() - Method in class org.hawkular.btm.api.model.admin.InstrumentRule
-
- getPath(int, String[]) - Static method in class org.hawkular.btm.api.services.ConfigurationLoader
-
This method constructs a path based on potentially accessing
one or more archive files (jar/war).
- getPredicate() - Method in class org.hawkular.btm.api.model.admin.ProcessorAction
-
- getProcessors() - Method in class org.hawkular.btm.api.model.admin.BusinessTxnConfig
-
- getProperties() - Method in class org.hawkular.btm.api.model.admin.CollectorConfiguration
-
- getProperties() - Method in class org.hawkular.btm.api.model.btxn.BusinessTransaction
-
This method returns properties that can be used to search for
the business transaction.
- getProperties() - Method in class org.hawkular.btm.api.services.BusinessTransactionCriteria
-
- getProperty(String, String) - Method in class org.hawkular.btm.api.model.admin.CollectorConfiguration
-
This method returns the property associated with the supplied name.
- getRuleName() - Method in class org.hawkular.btm.api.model.admin.InstrumentRule
-
- getRules() - Method in class org.hawkular.btm.api.model.admin.Instrumentation
-
- getScope() - Method in class org.hawkular.btm.api.model.admin.ProcessorAction
-
- getScope() - Method in class org.hawkular.btm.api.model.btxn.CorrelationIdentifier
-
- getServices(Class<T>) - Static method in class org.hawkular.btm.api.services.ServiceResolver
-
This method returns the list of service implementations that implement
the supplied interface.
- getSingletonService(Class<T>) - Static method in class org.hawkular.btm.api.services.ServiceResolver
-
This method identifies a service implementation that implements
the supplied interface, and returns it as a singleton, so that subsequent
calls for the same service will get the same instance.
- getStartTime() - Method in class org.hawkular.btm.api.model.btxn.BusinessTransaction
-
- getStartTime() - Method in class org.hawkular.btm.api.services.BusinessTransactionCriteria
-
- getToVersion() - Method in class org.hawkular.btm.api.model.admin.InstrumentRule
-
- getTrace() - Method in class org.hawkular.btm.api.model.trace.BusinessTransactionTrace
-
- getType() - Method in class org.hawkular.btm.api.model.admin.InstrumentBind
-
- getType() - Method in class org.hawkular.btm.api.model.admin.ProcessorAction
-
- getType() - Method in class org.hawkular.btm.api.model.btxn.Content
-
- getType() - Method in class org.hawkular.btm.api.model.btxn.Node
-
- getUri() - Method in class org.hawkular.btm.api.model.btxn.Node
-
- getUriExpression() - Method in class org.hawkular.btm.api.model.admin.CollectorAction
-
- getUriFilter() - Method in class org.hawkular.btm.api.model.admin.Processor
-
- getValue() - Method in class org.hawkular.btm.api.model.btxn.Content
-
- getValue() - Method in class org.hawkular.btm.api.model.btxn.CorrelationIdentifier
-
- getValueExpression() - Method in class org.hawkular.btm.api.model.admin.SetDetail
-
- getValueExpression() - Method in class org.hawkular.btm.api.model.admin.SetProperty
-
- getValueExpressions() - Method in class org.hawkular.btm.api.model.admin.ProcessContent
-
- info(String) - Method in class org.hawkular.btm.api.logging.Logger
-
This method logs a message at the INFO level.
- InitiateCorrelation - Class in org.hawkular.btm.api.model.admin
-
This type represents the session action for establishing a correlation, associated
with the current thread, identified by an id.
- InitiateCorrelation() - Constructor for class org.hawkular.btm.api.model.admin.InitiateCorrelation
-
- InstrumentAction - Class in org.hawkular.btm.api.model.admin
-
This abstract class represents the base type for all instrumentation based actions.
- InstrumentAction() - Constructor for class org.hawkular.btm.api.model.admin.InstrumentAction
-
- Instrumentation - Class in org.hawkular.btm.api.model.admin
-
This class describes the instrumentation requirements for a particular environment.
- Instrumentation() - Constructor for class org.hawkular.btm.api.model.admin.Instrumentation
-
- InstrumentBind - Class in org.hawkular.btm.api.model.admin
-
This class represents the bind information for an instrumentation rule.
- InstrumentBind() - Constructor for class org.hawkular.btm.api.model.admin.InstrumentBind
-
- InstrumentComponent - Class in org.hawkular.btm.api.model.admin
-
This type represents instrumentation of a component.
- InstrumentComponent() - Constructor for class org.hawkular.btm.api.model.admin.InstrumentComponent
-
- InstrumentConsumer - Class in org.hawkular.btm.api.model.admin
-
This type represents instrumentation of a consumer.
- InstrumentConsumer() - Constructor for class org.hawkular.btm.api.model.admin.InstrumentConsumer
-
- InstrumentProducer - Class in org.hawkular.btm.api.model.admin
-
This type represents instrumentation of a producer.
- InstrumentProducer() - Constructor for class org.hawkular.btm.api.model.admin.InstrumentProducer
-
- InstrumentRule - Class in org.hawkular.btm.api.model.admin
-
This class represents an instrumentation rule.
- InstrumentRule() - Constructor for class org.hawkular.btm.api.model.admin.InstrumentRule
-
- InteractionNode - Class in org.hawkular.btm.api.model.btxn
-
This abstract class represents an invocation.
- InteractionNode(NodeType) - Constructor for class org.hawkular.btm.api.model.btxn.InteractionNode
-
- InteractionNode(NodeType, String) - Constructor for class org.hawkular.btm.api.model.btxn.InteractionNode
-
- interactionNode() - Method in class org.hawkular.btm.api.model.btxn.InteractionNode
-
This method indicates whether this is an interaction based node.
- interactionNode() - Method in class org.hawkular.btm.api.model.btxn.Node
-
This method indicates whether this is an interaction based node.
- isComplete() - Method in class org.hawkular.btm.api.model.trace.BusinessTransactionTrace
-
This method determines whether the trace is complete.
- isCorrelated(CorrelationIdentifier) - Method in class org.hawkular.btm.api.model.btxn.Node
-
This method determines whether the node is correlated to the supplied
identifier.
- isLoggable(Logger.Level) - Method in class org.hawkular.btm.api.logging.Logger
-
This method determines whether the supplied logging level is loggable.
- isOnStack() - Method in class org.hawkular.btm.api.model.admin.SetDetail
-
- isValid(BusinessTransaction) - Method in class org.hawkular.btm.api.services.BusinessTransactionCriteria
-
This method determines whether the supplied business transaction
meets the criteria.
- isVersionValid(String) - Method in class org.hawkular.btm.api.model.admin.InstrumentRule
-
This method determines if the rule is valid for the
supplied version.
- valueOf(String) - Static method in enum org.hawkular.btm.api.logging.Logger.Level
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.hawkular.btm.api.model.admin.Direction
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.hawkular.btm.api.model.admin.ProcessorAction.ActionType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.hawkular.btm.api.model.btxn.CorrelationIdentifier.Scope
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.hawkular.btm.api.model.btxn.NodeType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.hawkular.btm.api.model.Level
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum org.hawkular.btm.api.logging.Logger.Level
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.hawkular.btm.api.model.admin.Direction
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.hawkular.btm.api.model.admin.ProcessorAction.ActionType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.hawkular.btm.api.model.btxn.CorrelationIdentifier.Scope
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.hawkular.btm.api.model.btxn.NodeType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.hawkular.btm.api.model.Level
-
Returns an array containing the constants of this enum type, in
the order they are declared.