Package | Description |
---|---|
com.gigaspaces.internal.client.cache | |
com.gigaspaces.internal.client.spaceproxy | |
com.gigaspaces.internal.client.spaceproxy.transaction | |
com.j_spaces.core.client |
Provides GigaSpaces client interface services
|
net.jini.core.transaction | |
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 |
---|---|
Transaction.Created |
AbstractSpaceCacheContainer.getContextTransaction() |
Transaction.Created |
AbstractSpaceCacheContainer.replaceContextTransaction(Transaction.Created transaction) |
Transaction.Created |
AbstractSpaceCacheContainer.replaceContextTransaction(Transaction.Created transaction,
ActionListener actionListener,
boolean delegatedXa) |
Modifier and Type | Method and Description |
---|---|
Transaction.Created |
AbstractSpaceCacheContainer.replaceContextTransaction(Transaction.Created transaction) |
Transaction.Created |
AbstractSpaceCacheContainer.replaceContextTransaction(Transaction.Created transaction,
ActionListener actionListener,
boolean delegatedXa) |
Modifier and Type | Method and Description |
---|---|
Transaction.Created |
ISpaceProxy.getContextTransaction()
Returns the transaction associated with the current context, if any.
|
Transaction.Created |
SpaceProxyImpl.getContextTransaction() |
Transaction.Created |
ISpaceProxy.replaceContextTransaction(Transaction.Created transaction) |
Transaction.Created |
SpaceProxyImpl.replaceContextTransaction(Transaction.Created txn) |
Transaction.Created |
ISpaceProxy.replaceContextTransaction(Transaction.Created transaction,
ActionListener actionListener,
boolean delegatedXa) |
Transaction.Created |
SpaceProxyImpl.replaceContextTransaction(Transaction.Created transaction,
ActionListener actionListener,
boolean delegatedXa) |
Modifier and Type | Method and Description |
---|---|
Transaction.Created |
ISpaceProxy.replaceContextTransaction(Transaction.Created transaction) |
Transaction.Created |
SpaceProxyImpl.replaceContextTransaction(Transaction.Created txn) |
Transaction.Created |
ISpaceProxy.replaceContextTransaction(Transaction.Created transaction,
ActionListener actionListener,
boolean delegatedXa) |
Transaction.Created |
SpaceProxyImpl.replaceContextTransaction(Transaction.Created transaction,
ActionListener actionListener,
boolean delegatedXa) |
Modifier and Type | Method and Description |
---|---|
Transaction.Created |
SpaceProxyTransactionManager.getContextTransaction() |
Transaction.Created |
SpaceProxyTransactionManager.replaceContextTransaction(Transaction.Created txn) |
Transaction.Created |
SpaceProxyTransactionManager.replaceContextTransaction(Transaction.Created txn,
ActionListener currentActionListener,
boolean delegatedXa) |
Modifier and Type | Method and Description |
---|---|
Transaction.Created |
SpaceProxyTransactionManager.replaceContextTransaction(Transaction.Created txn) |
Transaction.Created |
SpaceProxyTransactionManager.replaceContextTransaction(Transaction.Created txn,
ActionListener currentActionListener,
boolean delegatedXa) |
Modifier and Type | Method and Description |
---|---|
static Transaction.Created |
XATransactionFactory.create(ExtendedTransactionManager mgr,
Xid xid,
long leaseTime,
boolean setAsDefault,
ISpaceProxy proxy,
XAResourceImpl resource,
boolean delegatedXa)
Creates new transaction for XA transactions.
|
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.