- initiateCorrelation(String) - Method in interface org.hawkular.btm.client.api.SessionManager
-
This method initiates a correlation between this thread of execution and one or more based
on the supplied id.
- initInBuffer(String, Object) - Method in interface org.hawkular.btm.client.api.BusinessTransactionCollector
-
This method initialises a data buffer associated with the supplied object.
- initOutBuffer(String, Object) - Method in interface org.hawkular.btm.client.api.BusinessTransactionCollector
-
This method initialises a data buffer associated with the supplied out object.
- isActive() - Method in interface org.hawkular.btm.client.api.SessionManager
-
This method determines if there is an active session associated with
this thread of execution.
- isCorrelated(String) - Method in interface org.hawkular.btm.client.api.SessionManager
-
This method identifies whether a correlation with the supplied id is currently active
(i.e.
- isInBufferActive(String, Object) - Method in interface org.hawkular.btm.client.api.BusinessTransactionCollector
-
This method determines if there is an active in data buffer for
the supplied object.
- isInContentProcessed(String) - Method in interface org.hawkular.btm.client.api.BusinessTransactionCollector
-
This method identifies whether the in content for the current
business transaction and node will be processed to extract information.
- isInProcessed(String) - Method in interface org.hawkular.btm.client.api.BusinessTransactionCollector
-
This method identifies whether the in data (content and headers) for the current
business transaction and node will be processed to extract information.
- isOutBufferActive(String, Object) - Method in interface org.hawkular.btm.client.api.BusinessTransactionCollector
-
This method determines if there is an active out data buffer for
the supplied object.
- isOutContentProcessed(String) - Method in interface org.hawkular.btm.client.api.BusinessTransactionCollector
-
This method identifies whether the out content for the current
business transaction and node will be processed to extract information.
- isOutProcessed(String) - Method in interface org.hawkular.btm.client.api.BusinessTransactionCollector
-
This method identifies whether the out data (content and headers) for the current
business transaction and node will be processed to extract information.