com.hazelcast.spi
Interface TransactionalService
- All Known Implementing Classes:
- CollectionService, ListService, MapService, MultiMapService, QueueService, SetService
public interface TransactionalService
An interface that can be implemented by SPI services that want to deal with transactions.
createTransactionalObject
<T extends TransactionalObject> T createTransactionalObject(String name,
TransactionSupport transaction)
rollbackTransaction
void rollbackTransaction(String transactionId)
Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.