Modifier and Type | Method and Description |
---|---|
List<DivertConfiguration> |
Configuration.getDivertConfigurations()
Returns the diverts configured for this server.
|
Modifier and Type | Method and Description |
---|---|
void |
Configuration.setDivertConfigurations(List<DivertConfiguration> configs)
Sets the diverts configured for this server.
|
Modifier and Type | Field and Description |
---|---|
protected List<DivertConfiguration> |
ConfigurationImpl.divertConfigurations |
Modifier and Type | Method and Description |
---|---|
List<DivertConfiguration> |
ConfigurationImpl.getDivertConfigurations() |
Modifier and Type | Method and Description |
---|---|
void |
ConfigurationImpl.setDivertConfigurations(List<DivertConfiguration> configs) |
Constructor and Description |
---|
DivertControlImpl(Divert divert,
StorageManager storageManager,
DivertConfiguration configuration) |
Modifier and Type | Method and Description |
---|---|
void |
HornetQServer.deployDivert(DivertConfiguration config) |
Modifier and Type | Method and Description |
---|---|
void |
HornetQServerImpl.deployDivert(DivertConfiguration config) |
Modifier and Type | Method and Description |
---|---|
void |
ManagementService.registerDivert(Divert divert,
DivertConfiguration config) |
Modifier and Type | Method and Description |
---|---|
void |
ManagementServiceImpl.registerDivert(Divert divert,
DivertConfiguration config) |
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.