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