public class MutableIdentifierGeneratorFactoryInitiator extends Object implements StandardServiceInitiator<MutableIdentifierGeneratorFactory>
| Modifier and Type | Field and Description |
|---|---|
static MutableIdentifierGeneratorFactoryInitiator |
INSTANCE |
| Constructor and Description |
|---|
MutableIdentifierGeneratorFactoryInitiator() |
| Modifier and Type | Method and Description |
|---|---|
Class<MutableIdentifierGeneratorFactory> |
getServiceInitiated()
Obtains the service role initiated by this initiator.
|
MutableIdentifierGeneratorFactory |
initiateService(Map configurationValues,
ServiceRegistryImplementor registry)
Initiates the managed service.
|
public static final MutableIdentifierGeneratorFactoryInitiator INSTANCE
public MutableIdentifierGeneratorFactoryInitiator()
public Class<MutableIdentifierGeneratorFactory> getServiceInitiated()
ServiceInitiatorgetServiceInitiated in interface ServiceInitiator<MutableIdentifierGeneratorFactory>public MutableIdentifierGeneratorFactory initiateService(Map configurationValues, ServiceRegistryImplementor registry)
StandardServiceInitiatorinitiateService in interface StandardServiceInitiator<MutableIdentifierGeneratorFactory>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.