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