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