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