| Package | Description |
|---|---|
| io.fabric8.api.jmx |
| Modifier and Type | Field and Description |
|---|---|
static BrokerKind |
BrokerKind.DEFAULT
The default value of a
BrokerKind is not specified |
| Modifier and Type | Method and Description |
|---|---|
static BrokerKind |
BrokerKind.fromValue(String text)
Returns the configured kind from a configuration value or returns the
DEFAULT value |
BrokerKind |
MQBrokerConfigDTO.getKind() |
BrokerKind |
MQBrokerConfigDTO.kind()
Returns the kind of the broker or the default
|
static BrokerKind |
BrokerKind.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BrokerKind[] |
BrokerKind.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MQBrokerConfigDTO.setKind(BrokerKind kind) |
Copyright © 2011–2014 Red Hat. All rights reserved.