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