public class ConfigurationServiceInitiator extends Object implements BasicServiceInitiator<ConfigurationService>
Modifier and Type | Field and Description |
---|---|
static ConfigurationServiceInitiator |
INSTANCE |
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)
BasicServiceInitiator
initiateService
in interface BasicServiceInitiator<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 © 2018 JBoss by Red Hat. All rights reserved.