public interface ManagementBatchIdManager
Modifier and Type | Interface and Description |
---|---|
static class |
ManagementBatchIdManager.DefaultManagementBatchIdManager |
Modifier and Type | Method and Description |
---|---|
int |
createBatchId()
Creates a batch id.
|
void |
freeBatchId(int id)
Frees a batch id.
|
boolean |
lockBatchId(int id)
Block a given batch id, when using shared transports.
|
boolean lockBatchId(int id)
id
- the idint createBatchId()
freeBatchId(int)
must be called.void freeBatchId(int id)
id
- the batch id to be freed.Copyright © 2023 JBoss by Red Hat. All rights reserved.