| Package | Description |
|---|---|
| org.apache.camel.management |
Camel management
|
| org.apache.camel.management.mbean |
Camel management JMX MBeans
|
| Modifier and Type | Method and Description |
|---|---|
Statistic |
DefaultManagementStrategy.createStatistic(String name,
Object owner,
Statistic.UpdateMode updateMode) |
| Modifier and Type | Method and Description |
|---|---|
static Statistic.UpdateMode |
Statistic.UpdateMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Statistic.UpdateMode[] |
Statistic.UpdateMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
Statistic(String name,
Object owner,
Statistic.UpdateMode updateMode)
Instantiates a new statistic.
|
Apache Camel