| Package | Description |
|---|---|
| io.fabric8.api.jmx |
| Modifier and Type | Method and Description |
|---|---|
static java.util.List<MQBrokerConfigDTO> |
MQManager.createConfigDTOs(MQService mqService,
Profile profile) |
java.util.List<MQBrokerConfigDTO> |
MQManagerMXBean.loadBrokerConfiguration()
Returns the current logical Fabric broker configuration
|
java.util.List<MQBrokerConfigDTO> |
MQManager.loadBrokerConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
static java.util.List<CreateContainerBasicOptions.Builder> |
MQManager.createContainerBuilders(MQBrokerConfigDTO dto,
FabricService fabricService,
java.lang.String containerProviderScheme,
java.lang.String profileId,
java.lang.String version,
java.lang.String[] createContainers)
Creates container builders for the given DTO
|
static Profile |
MQManager.createOrUpdateProfile(MQBrokerConfigDTO dto,
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(Profile profile,
MQBrokerConfigDTO configDTO,
ProfileRequirements profileRequirements,
Container container) |
| Modifier and Type | Method and Description |
|---|---|
void |
MQManager.saveBrokerConfiguration(java.util.List<MQBrokerConfigDTO> dtos) |
| Constructor and Description |
|---|
MQBrokerStatusDTO(MQBrokerConfigDTO configDTO) |
Copyright © 2014 Red Hat. All Rights Reserved.