| Package | Description |
|---|---|
| org.apache.batchee.container.services |
This interfaces are tightly coupled to the existing
batch implementation.
|
| org.apache.batchee.container.services.callback | |
| org.apache.batchee.container.services.data | |
| org.apache.batchee.container.services.executor | |
| org.apache.batchee.container.services.factory | |
| org.apache.batchee.container.services.kernel | |
| org.apache.batchee.container.services.loader | |
| org.apache.batchee.container.services.persistence | |
| org.apache.batchee.container.services.status | |
| org.apache.batchee.container.services.transaction | |
| org.apache.batchee.spi |
| 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 |
Copyright © 2022 The Apache Software Foundation. All rights reserved.