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