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