Documentation for Ice 3.4. The latest release is Ice 3.7. Refer to the space directory for other releases.

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »


Freeze::TransactionalEvictor

Overview

local interface TransactionalEvictor extends Freeze::Evictor

A transactional evictor is an evictor that performs every single read-write operation within its own transaction.

Operation Index

getCurrentTransaction — Get the transaction associated with the calling thread.
setCurrentTransaction — Associate a transaction with the calling thread.

Operations

Freeze::Transaction getCurrentTransaction()

Get the transaction associated with the calling thread.

Return Value

The transaction associated with the calling thread.

void setCurrentTransaction(Freeze::Transaction tx)

Associate a transaction with the calling thread.

Parameters

tx — The transaction to associate with the calling thread.


  • No labels