| Modifier and Type | Method and Description |
|---|---|
static StatisticsSetting |
StatisticsSetting.fromValue(String value) |
StatisticsSetting |
StatisticsControlResponse.getDatasources()
The desired state of the statistics enabled flag.
|
StatisticsSetting |
StatisticsControlRequest.getDatasources()
The desired state of the statistics enabled flag.
|
StatisticsSetting |
StatisticsControlResponse.getEjb3()
The desired state of the statistics enabled flag.
|
StatisticsSetting |
StatisticsControlRequest.getEjb3()
The desired state of the statistics enabled flag.
|
StatisticsSetting |
StatisticsControlResponse.getInfinispan()
The desired state of the statistics enabled flag.
|
StatisticsSetting |
StatisticsControlRequest.getInfinispan()
The desired state of the statistics enabled flag.
|
StatisticsSetting |
StatisticsControlResponse.getMessaging()
The desired state of the statistics enabled flag.
|
StatisticsSetting |
StatisticsControlRequest.getMessaging()
The desired state of the statistics enabled flag.
|
StatisticsSetting |
StatisticsControlResponse.getTransactions()
The desired state of the statistics enabled flag.
|
StatisticsSetting |
StatisticsControlRequest.getTransactions()
The desired state of the statistics enabled flag.
|
StatisticsSetting |
StatisticsControlResponse.getWeb()
The desired state of the statistics enabled flag.
|
StatisticsSetting |
StatisticsControlRequest.getWeb()
The desired state of the statistics enabled flag.
|
static StatisticsSetting |
StatisticsSetting.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StatisticsSetting[] |
StatisticsSetting.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StatisticsControlResponse.setDatasources(StatisticsSetting datasources)
The desired state of the statistics enabled flag.
|
void |
StatisticsControlRequest.setDatasources(StatisticsSetting datasources)
The desired state of the statistics enabled flag.
|
void |
StatisticsControlResponse.setEjb3(StatisticsSetting ejb3)
The desired state of the statistics enabled flag.
|
void |
StatisticsControlRequest.setEjb3(StatisticsSetting ejb3)
The desired state of the statistics enabled flag.
|
void |
StatisticsControlResponse.setInfinispan(StatisticsSetting infinispan)
The desired state of the statistics enabled flag.
|
void |
StatisticsControlRequest.setInfinispan(StatisticsSetting infinispan)
The desired state of the statistics enabled flag.
|
void |
StatisticsControlResponse.setMessaging(StatisticsSetting messaging)
The desired state of the statistics enabled flag.
|
void |
StatisticsControlRequest.setMessaging(StatisticsSetting messaging)
The desired state of the statistics enabled flag.
|
void |
StatisticsControlResponse.setTransactions(StatisticsSetting transactions)
The desired state of the statistics enabled flag.
|
void |
StatisticsControlRequest.setTransactions(StatisticsSetting transactions)
The desired state of the statistics enabled flag.
|
void |
StatisticsControlResponse.setWeb(StatisticsSetting web)
The desired state of the statistics enabled flag.
|
void |
StatisticsControlRequest.setWeb(StatisticsSetting web)
The desired state of the statistics enabled flag.
|
Copyright © 2014–2016 Red Hat, Inc.. All rights reserved.