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