public class PersisterFactoryInitiator extends Object implements BasicServiceInitiator<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()
ServiceInitiator
getServiceInitiated
in interface ServiceInitiator<PersisterFactory>
public PersisterFactory initiateService(Map configurationValues, ServiceRegistryImplementor registry)
BasicServiceInitiator
initiateService
in interface BasicServiceInitiator<PersisterFactory>
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.