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