public class BatchBuilderInitiator extends Object implements StandardServiceInitiator<BatchBuilder>
BatchBuilder service| Modifier 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()
ServiceInitiatorgetServiceInitiated in interface ServiceInitiator<BatchBuilder>public BatchBuilder initiateService(Map configurationValues, ServiceRegistryImplementor registry)
StandardServiceInitiatorinitiateService 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-2015 Red Hat, Inc. All Rights Reserved.