Modifier and Type | Method and Description |
---|---|
DivertConfiguration |
DivertConfiguration.setAddress(String address) |
DivertConfiguration |
DivertConfiguration.setExclusive(boolean exclusive) |
DivertConfiguration |
DivertConfiguration.setFilterString(String filterString) |
DivertConfiguration |
DivertConfiguration.setForwardingAddress(String forwardingAddress) |
DivertConfiguration |
DivertConfiguration.setName(String name) |
DivertConfiguration |
DivertConfiguration.setRoutingName(String routingName) |
DivertConfiguration |
DivertConfiguration.setTransformerClassName(String transformerClassName) |
Modifier and Type | Method and Description |
---|---|
List<DivertConfiguration> |
Configuration.getDivertConfigurations()
Returns the diverts configured for this server.
|
Modifier and Type | Method and Description |
---|---|
Configuration |
Configuration.addDivertConfiguration(DivertConfiguration config) |
Modifier and Type | Method and Description |
---|---|
Configuration |
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 |
---|---|
ConfigurationImpl |
ConfigurationImpl.addDivertConfiguration(DivertConfiguration config) |
Modifier and Type | Method and Description |
---|---|
ConfigurationImpl |
ConfigurationImpl.setDivertConfigurations(List<DivertConfiguration> configs) |
Constructor and Description |
---|
DivertControlImpl(Divert divert,
StorageManager storageManager,
DivertConfiguration configuration) |
Modifier and Type | Method and Description |
---|---|
void |
ActiveMQServer.deployDivert(DivertConfiguration config) |
Modifier and Type | Method and Description |
---|---|
void |
ActiveMQServerImpl.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 © 2017 JBoss by Red Hat. All rights reserved.