public class ImportSqlCommandExtractorInitiator extends Object implements StandardServiceInitiator<ImportSqlCommandExtractor>
Instantiates and configures an appropriate ImportSqlCommandExtractor. By default
SingleLineSqlCommandExtractor is used.
| Modifier and Type | Field and Description |
|---|---|
static ImportSqlCommandExtractor |
DEFAULT_EXTRACTOR |
static ImportSqlCommandExtractorInitiator |
INSTANCE |
| Constructor and Description |
|---|
ImportSqlCommandExtractorInitiator() |
| Modifier and Type | Method and Description |
|---|---|
Class<ImportSqlCommandExtractor> |
getServiceInitiated()
Obtains the service role initiated by this initiator.
|
ImportSqlCommandExtractor |
initiateService(Map configurationValues,
ServiceRegistryImplementor registry)
Initiates the managed service.
|
public static final ImportSqlCommandExtractorInitiator INSTANCE
public static final ImportSqlCommandExtractor DEFAULT_EXTRACTOR
public ImportSqlCommandExtractor initiateService(Map configurationValues, ServiceRegistryImplementor registry)
StandardServiceInitiatorInitiates the managed service.
initiateService in interface StandardServiceInitiator<ImportSqlCommandExtractor>configurationValues - The configuration values in effectregistry - The service registry. Can be used to locate services needed to fulfill initiation.public Class<ImportSqlCommandExtractor> getServiceInitiated()
ServiceInitiatorObtains the service role initiated by this initiator. Should be unique within a registry
getServiceInitiated in interface ServiceInitiator<ImportSqlCommandExtractor>Copyright © 2001-2018 Red Hat, Inc. All Rights Reserved.