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