| Package | Description |
|---|---|
| org.hawkular.btm.api.model.config.instrumentation |
| Modifier and Type | Class and Description |
|---|---|
class |
AssertComplete
This type represents the session action for asserting that
the business transaction fragment for the current thread
is complete.
|
class |
CollectorAction
This type represents instrumentation of an invocation.
|
class |
CompleteCorrelation
This type represents the session action for correlating the current
thread of execution with another, identified by an id.
|
class |
Correlate
This type represents the session action for correlating the current
thread of execution with another, identified by an id.
|
class |
FreeFormAction
This action can be used to perform any legal action permitted by byteman.
|
class |
InitiateCorrelation
This type represents the session action for establishing a correlation, associated
with the current thread, identified by an id.
|
class |
InstrumentComponent
This type represents instrumentation of a component.
|
class |
InstrumentConsumer
This type represents instrumentation of a consumer.
|
class |
InstrumentProducer
This type represents instrumentation of a producer.
|
class |
ProcessContent
This type represents processing of a request/in or response/out data content.
|
class |
ProcessHeaders
This type represents processing of a request/in or response/out headers.
|
class |
SessionAction
This abstract type represents actions performed on the session.
|
class |
SetDetail
This type represents the action for setting the detail name and value.
|
class |
SetFault
This type represents the action for setting the fault name and description.
|
class |
SetLevel
This type represents the action for setting the reporting level.
|
class |
SetName
This type represents the action for setting the business transaction name.
|
class |
SetPrincipal
This type represents the action for setting the principal associated
with the business transaction.
|
class |
SetProperty
This type represents the action for setting the property name and value.
|
class |
Suppress
This type represents the session action for suppressing any
further child nodes associated with the current business transaction
fragment node for this thread.
|
class |
Unlink
This type represents the session action for disassociating the
recorded thread of execution (business transaction fragment)
from the current thread.
|
| Modifier and Type | Method and Description |
|---|---|
List<InstrumentAction> |
InstrumentRule.getActions() |
| Modifier and Type | Method and Description |
|---|---|
void |
InstrumentRule.setActions(List<InstrumentAction> actions) |
Copyright © 2015–2016 Red Hat, Inc.. All rights reserved.