public class RegionFactoryInitiator extends Object implements BasicServiceInitiator<RegionFactory>
RegionFactory
service.Modifier and Type | Field and Description |
---|---|
static String |
IMPL_NAME
Property name to use to configure the full qualified class name for the
RegionFactory |
static RegionFactoryInitiator |
INSTANCE |
Constructor and Description |
---|
RegionFactoryInitiator() |
Modifier and Type | Method and Description |
---|---|
Class<RegionFactory> |
getServiceInitiated()
Obtains the service role initiated by this initiator.
|
RegionFactory |
initiateService(Map configurationValues,
ServiceRegistryImplementor registry)
Initiates the managed service.
|
static String |
mapLegacyNames(String name) |
public static final RegionFactoryInitiator INSTANCE
public static final String IMPL_NAME
RegionFactory
public Class<RegionFactory> getServiceInitiated()
ServiceInitiator
getServiceInitiated
in interface ServiceInitiator<RegionFactory>
public RegionFactory initiateService(Map configurationValues, ServiceRegistryImplementor registry)
BasicServiceInitiator
initiateService
in interface BasicServiceInitiator<RegionFactory>
configurationValues
- The configuration values in effectregistry
- The service registry. Can be used to locate services needed to fulfill initiation.Copyright © 2012 JBoss by Red Hat. All Rights Reserved.