| Package | Description |
|---|---|
| org.hawkular.btm.api.model.config | |
| org.hawkular.btm.api.services |
| Modifier and Type | Method and Description |
|---|---|
Map<String,BusinessTxnConfig> |
CollectorConfiguration.getBusinessTransactions() |
| Modifier and Type | Method and Description |
|---|---|
void |
CollectorConfiguration.setBusinessTransactions(Map<String,BusinessTxnConfig> businessTransactions) |
| Modifier and Type | Method and Description |
|---|---|
BusinessTxnConfig |
ConfigurationService.getBusinessTransaction(String tenantId,
String name)
This method retrieves a business transaction configuration.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,BusinessTxnConfig> |
ConfigurationService.getBusinessTransactions(String tenantId,
long updated)
This method retrieves the list of business transaction configurations updated
after the specified time.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ConfigurationService.updateBusinessTransaction(String tenantId,
String name,
BusinessTxnConfig config)
This method adds (if does not exist) or updates (if exists) a business transaction
configuration.
|
Copyright © 2015 Red Hat, Inc.. All rights reserved.