public class BatchBuilderImpl extends java.lang.Object implements BatchBuilder, Configurable, Manageable, BatchBuilderMXBean
Batch instances.| Constructor and Description |
|---|
BatchBuilderImpl()
Constructs a BatchBuilderImpl
|
BatchBuilderImpl(int jdbcBatchSize)
Constructs a BatchBuilderImpl
|
| Modifier and Type | Method and Description |
|---|---|
Batch |
buildBatch(BatchKey key,
JdbcCoordinator jdbcCoordinator)
Build a batch.
|
void |
configure(java.util.Map configurationValues)
Configure the service.
|
int |
getJdbcBatchSize() |
java.lang.Object |
getManagementBean()
The the management bean (MBean) for this service.
|
java.lang.String |
getManagementDomain()
Get the domain name to be used in registering the management bean.
|
java.lang.String |
getManagementServiceType()
Allows the service to specify a special 'serviceType' portion of the object name.
|
void |
setJdbcBatchSize(int jdbcBatchSize) |
public BatchBuilderImpl()
public BatchBuilderImpl(int jdbcBatchSize)
jdbcBatchSize - The batch jdbcBatchSize to use.public void configure(java.util.Map configurationValues)
Configurableconfigure in interface ConfigurableconfigurationValues - The configuration properties.public int getJdbcBatchSize()
getJdbcBatchSize in interface BatchBuilderMXBeanpublic void setJdbcBatchSize(int jdbcBatchSize)
setJdbcBatchSize in interface BatchBuilderMXBeanpublic Batch buildBatch(BatchKey key, JdbcCoordinator jdbcCoordinator)
BatchBuilderbuildBatch in interface BatchBuilderkey - Value to uniquely identify a batchjdbcCoordinator - The JDBC coordinator with which to coordinate effortspublic java.lang.String getManagementDomain()
Manageablenull to indicate Hibernate's
default domain (org.hibernate.core) should be used.getManagementDomain in interface Manageablepublic java.lang.String getManagementServiceType()
Manageablenull indicates
we should use the default scheme, which is to use the name of the service impl class for this purpose.getManagementServiceType in interface Manageablepublic java.lang.Object getManagementBean()
ManageablegetManagementBean in interface ManageableCopyright © 2001-2018 Red Hat, Inc. All Rights Reserved.