| Package | Description |
|---|---|
| com.j_spaces.core.client |
Provides GigaSpaces client interface services
|
| net.jini.core.transaction |
These are the transaction abstraction's interfaces and classes.
|
| org.openspaces.core.transaction |
A package exposing the ability to get a GigaSpaces/Jini current transaction (integrating with
Spring transaction management).
|
| org.openspaces.core.transaction.manager |
Jini and Local transaction managers using Spring abstraction for transaction managers
(PlatformTransactionManager).
|
| Modifier and Type | Method and Description |
|---|---|
protected Transaction.Created |
XAResourceImpl.startIn(Xid xid,
int flag,
boolean setAsDefault) |
| Modifier and Type | Method and Description |
|---|---|
static Transaction.Created |
TransactionFactory.create(TransactionManager mgr,
long leaseTime)
Create a new top-level transaction.
|
| Modifier and Type | Method and Description |
|---|---|
Transaction.Created |
DefaultTransactionProvider.getCurrentTransaction(Object transactionalContext,
IJSpace space)
Returns the current running transaction based on the constructor provided transactional
context (Note that the passed transactional context is not used).
|
Transaction.Created |
TransactionProvider.getCurrentTransaction(Object transactionalContext,
IJSpace space)
Returns the currently running transaction (usually managed externally/declarative).
|
| Modifier and Type | Method and Description |
|---|---|
Transaction.Created |
JiniTransactionHolder.getTxCreated()
Returns the Jini transaction created object.
|
| Constructor and Description |
|---|
ExisitingJiniTransactionHolder(Transaction.Created txCreated,
int isolationLevel,
LeaseRenewalManager leaseRenewalManager) |
JiniTransactionHolder(Transaction.Created txCreated,
int isolationLevel,
LeaseRenewalManager leaseRenewalManager)
Constructs a new jini transaction holder.
|
Copyright © GigaSpaces.