| Package | Description |
|---|---|
| io.fabric8.api.jmx |
| Modifier and Type | Method and Description |
|---|---|
static List<MQBrokerConfigDTO> |
MQManager.createConfigDTOs(io.fabric8.api.MQService mqService,
io.fabric8.api.Profile profile) |
List<MQBrokerConfigDTO> |
MQManager.loadBrokerConfiguration() |
List<MQBrokerConfigDTO> |
MQManagerMXBean.loadBrokerConfiguration()
Returns the current logical Fabric broker configuration
|
| Modifier and Type | Method and Description |
|---|---|
static List<io.fabric8.api.CreateContainerBasicOptions.Builder> |
MQManager.createContainerBuilders(MQBrokerConfigDTO dto,
io.fabric8.api.FabricService fabricService,
String containerProviderScheme,
String profileId,
String version,
String[] createContainers)
Creates container builders for the given DTO
|
static io.fabric8.api.Profile |
MQManager.createOrUpdateProfile(MQBrokerConfigDTO dto,
io.fabric8.api.FabricService fabricService)
Creates or updates the broker profile for the given DTO and updates the requirements so that the
minimum number of instances of the profile is updated
|
protected MQBrokerStatusDTO |
MQManager.createStatusDTO(io.fabric8.api.Profile profile,
MQBrokerConfigDTO configDTO,
io.fabric8.api.ProfileRequirements profileRequirements,
io.fabric8.api.Container container) |
| Modifier and Type | Method and Description |
|---|---|
void |
MQManager.saveBrokerConfiguration(List<MQBrokerConfigDTO> dtos) |
| Constructor and Description |
|---|
MQBrokerStatusDTO(MQBrokerConfigDTO configDTO) |
Copyright © 2011–2014 Red Hat. All rights reserved.