public class CfgXmlAccessServiceInitiator extends java.lang.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 |
|---|---|
java.lang.Class<CfgXmlAccessService> |
getServiceInitiated()
Obtains the service role initiated by this initiator.
|
CfgXmlAccessService |
initiateService(java.util.Map configurationValues,
ServiceRegistryImplementor registry)
Initiates the managed service.
|
public static final CfgXmlAccessServiceInitiator INSTANCE
public CfgXmlAccessService initiateService(java.util.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 java.lang.Class<CfgXmlAccessService> getServiceInitiated()
ServiceInitiatorgetServiceInitiated in interface ServiceInitiator<CfgXmlAccessService>Copyright © 2001-2018 Red Hat, Inc. All Rights Reserved.