public class ConfigurationServiceInitiator extends Object implements StandardServiceInitiator<ConfigurationService>
Modifier and Type | Field and Description |
---|---|
static ConfigurationServiceInitiator |
INSTANCE
Singleton access
|
Constructor and Description |
---|
ConfigurationServiceInitiator() |
Modifier and Type | Method and Description |
---|---|
Class<ConfigurationService> |
getServiceInitiated()
Obtains the service role initiated by this initiator.
|
ConfigurationService |
initiateService(Map configurationValues,
ServiceRegistryImplementor registry)
Initiates the managed service.
|
public static final ConfigurationServiceInitiator INSTANCE
public ConfigurationService initiateService(Map configurationValues, ServiceRegistryImplementor registry)
StandardServiceInitiator
initiateService
in interface StandardServiceInitiator<ConfigurationService>
configurationValues
- The configuration values in effectregistry
- The service registry. Can be used to locate services needed to fulfill initiation.public Class<ConfigurationService> getServiceInitiated()
ServiceInitiator
getServiceInitiated
in interface ServiceInitiator<ConfigurationService>
Copyright © 2001-2017 Red Hat, Inc. All Rights Reserved.