public class PersisterFactoryInitiator extends java.lang.Object implements StandardServiceInitiator<PersisterFactory>
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
IMPL_NAME |
static PersisterFactoryInitiator |
INSTANCE |
Constructor and Description |
---|
PersisterFactoryInitiator() |
Modifier and Type | Method and Description |
---|---|
java.lang.Class<PersisterFactory> |
getServiceInitiated()
Obtains the service role initiated by this initiator.
|
PersisterFactory |
initiateService(java.util.Map configurationValues,
ServiceRegistryImplementor registry)
Initiates the managed service.
|
public static final PersisterFactoryInitiator INSTANCE
public static final java.lang.String IMPL_NAME
public java.lang.Class<PersisterFactory> getServiceInitiated()
ServiceInitiator
getServiceInitiated
in interface ServiceInitiator<PersisterFactory>
public PersisterFactory initiateService(java.util.Map configurationValues, ServiceRegistryImplementor registry)
StandardServiceInitiator
initiateService
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-2018 Red Hat, Inc. All Rights Reserved.