Modifier and Type | Method and Description |
---|---|
ConnectorServiceConfiguration |
ConnectorServiceConfiguration.setFactoryClassName(String factoryClassName) |
ConnectorServiceConfiguration |
ConnectorServiceConfiguration.setName(String name) |
ConnectorServiceConfiguration |
ConnectorServiceConfiguration.setParams(Map<String,Object> params) |
Modifier and Type | Method and Description |
---|---|
List<ConnectorServiceConfiguration> |
Configuration.getConnectorServiceConfigurations() |
Modifier and Type | Method and Description |
---|---|
Configuration |
Configuration.addConnectorServiceConfiguration(ConnectorServiceConfiguration config) |
Modifier and Type | Method and Description |
---|---|
Configuration |
Configuration.setConnectorServiceConfigurations(List<ConnectorServiceConfiguration> configs) |
Modifier and Type | Field and Description |
---|---|
protected List<ConnectorServiceConfiguration> |
ConfigurationImpl.connectorServiceConfigurations |
Modifier and Type | Method and Description |
---|---|
List<ConnectorServiceConfiguration> |
ConfigurationImpl.getConnectorServiceConfigurations() |
Modifier and Type | Method and Description |
---|---|
ConfigurationImpl |
ConfigurationImpl.addConnectorServiceConfiguration(ConnectorServiceConfiguration config) |
Modifier and Type | Method and Description |
---|---|
ConfigurationImpl |
ConfigurationImpl.setConnectorServiceConfigurations(List<ConnectorServiceConfiguration> configs) |
Modifier and Type | Method and Description |
---|---|
Collection<Pair<ConnectorServiceFactory,ConnectorServiceConfiguration>> |
ServiceRegistry.getConnectorServices(List<ConnectorServiceConfiguration> configs)
Get a collection of paired org.apache.activemq.artemis.core.server.ConnectorServiceFactory and
org.apache.activemq.artemis.core.config.ConnectorServiceConfiguration instances.
|
Modifier and Type | Method and Description |
---|---|
void |
ServiceRegistry.addConnectorService(ConnectorServiceFactory connectorServiceFactory,
ConnectorServiceConfiguration configuration) |
ConnectorServiceFactory |
ServiceRegistry.getConnectorService(ConnectorServiceConfiguration configuration)
Get connector service for a given configuration.
|
void |
ServiceRegistry.removeConnectorService(ConnectorServiceConfiguration configuration) |
Modifier and Type | Method and Description |
---|---|
Collection<Pair<ConnectorServiceFactory,ConnectorServiceConfiguration>> |
ServiceRegistry.getConnectorServices(List<ConnectorServiceConfiguration> configs)
Get a collection of paired org.apache.activemq.artemis.core.server.ConnectorServiceFactory and
org.apache.activemq.artemis.core.config.ConnectorServiceConfiguration instances.
|
Modifier and Type | Method and Description |
---|---|
Collection<Pair<ConnectorServiceFactory,ConnectorServiceConfiguration>> |
ServiceRegistryImpl.getConnectorServices(List<ConnectorServiceConfiguration> configs) |
Modifier and Type | Method and Description |
---|---|
void |
ServiceRegistryImpl.addConnectorService(ConnectorServiceFactory connectorServiceFactory,
ConnectorServiceConfiguration configuration) |
void |
ConnectorsService.createService(ConnectorServiceConfiguration info,
ConnectorServiceFactory factory) |
ConnectorServiceFactory |
ServiceRegistryImpl.getConnectorService(ConnectorServiceConfiguration configuration) |
void |
ServiceRegistryImpl.removeConnectorService(ConnectorServiceConfiguration configuration) |
Modifier and Type | Method and Description |
---|---|
Collection<Pair<ConnectorServiceFactory,ConnectorServiceConfiguration>> |
ServiceRegistryImpl.getConnectorServices(List<ConnectorServiceConfiguration> configs) |
Copyright © 2018 JBoss by Red Hat. All rights reserved.