lumis.portal.transaction.spi
Interface ITransactionSPI
- All Superinterfaces:
- ITransaction
- All Known Implementing Classes:
- TransactionHibernate
public interface ITransactionSPI
- extends ITransaction
The transaction interface used internally by the portal framework.
ITransaction
implementations must also implement this interface.
- Since:
- 4.2.0
Methods inherited from interface lumis.util.ITransaction |
addObserver, begin, commit, dispose, getAttribute, getByConnectionId, isActive, removeAttribute, removeObserver, rollback, setAttribute |
setTransactionProviderCallback
void setTransactionProviderCallback(ITransactionProviderCallback callback)
- Sets the transaction provider callback object to be used by this
transaction.
- Parameters:
callback
- the callback object.- Since:
- 4.2.0
Lumisportal 4.2.1.080903 - Copyright © 2001-2007, Lumis. All Rights Reserved.