Modifier and Type | Class and Description |
---|---|
static class |
SpringLifecycle.SpringArtifactFactory |
Modifier and Type | Interface and Description |
---|---|
interface |
BatchKernelService |
interface |
JobStatusManagerService |
Modifier and Type | Method and Description |
---|---|
<T extends BatchService> |
ServicesManager.service(Class<T> clazz) |
Modifier and Type | Class and Description |
---|---|
class |
SimpleJobExecutionCallbackService |
Modifier and Type | Class and Description |
---|---|
class |
DefaultDataRepresentationService
Default implementation of the
DataRepresentationService |
Modifier and Type | Class and Description |
---|---|
class |
AbstractThreadPoolService |
class |
BoundedThreadPoolService |
class |
DefaultThreadPoolService |
class |
JNDIThreadPoolService |
Modifier and Type | Class and Description |
---|---|
class |
CDIBatchArtifactFactory |
class |
DefaultBatchArtifactFactory |
Modifier and Type | Class and Description |
---|---|
class |
DefaultBatchKernel |
Modifier and Type | Class and Description |
---|---|
class |
DefaultJobXMLLoaderService |
Modifier and Type | Class and Description |
---|---|
class |
JDBCPersistenceManagerService |
class |
JPAPersistenceManagerService |
class |
MemoryPersistenceManagerService |
Modifier and Type | Class and Description |
---|---|
class |
DefaultJobStatusManager |
Modifier and Type | Class and Description |
---|---|
class |
DefaultBatchTransactionService |
class |
NoTxMgrBatchTransactionService |
Modifier and Type | Interface and Description |
---|---|
interface |
BatchArtifactFactory |
interface |
BatchThreadPoolService |
interface |
DataRepresentationService
This SPI takes Data Objects from a JBatch artifact and transfers it into something
which can be stored in a Blob in the Database (byte[] in Java).
|
interface |
JobExecutionCallbackService |
interface |
JobXMLLoaderService |
interface |
PersistenceManagerService |
interface |
TransactionManagementService |
Modifier and Type | Class and Description |
---|---|
class |
AsyncEjbBatchThreadPoolService
This is an implementation of a
BatchThreadPoolService
which uses an @Asynchronous EJB method to spawn new Threads. |
class |
UserTransactionTransactionService
Implementation of the
TransactionManagementService which controls
the transaction via UserTransaction . |
Copyright © 2021 The Apache Software Foundation. All rights reserved.