public class JdbcServicesInitiator extends java.lang.Object implements StandardServiceInitiator<JdbcServices>
JdbcServices
service
TODO : should this maybe be a SessionFactory service?Modifier and Type | Field and Description |
---|---|
static JdbcServicesInitiator |
INSTANCE
Singleton access
|
Constructor and Description |
---|
JdbcServicesInitiator() |
Modifier and Type | Method and Description |
---|---|
java.lang.Class<JdbcServices> |
getServiceInitiated()
Obtains the service role initiated by this initiator.
|
JdbcServices |
initiateService(java.util.Map configurationValues,
ServiceRegistryImplementor registry)
Initiates the managed service.
|
public static final JdbcServicesInitiator INSTANCE
public java.lang.Class<JdbcServices> getServiceInitiated()
ServiceInitiator
getServiceInitiated
in interface ServiceInitiator<JdbcServices>
public JdbcServices initiateService(java.util.Map configurationValues, ServiceRegistryImplementor registry)
StandardServiceInitiator
initiateService
in interface StandardServiceInitiator<JdbcServices>
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.