Uses of Class
net.jini.core.transaction.Transaction.Created
Packages that use Transaction.Created
Package
Description
Provides GigaSpaces client interface services
A package exposing the ability to get a GigaSpaces/Jini current transaction (integrating with
Spring transaction management).
Jini and Local transaction managers using Spring abstraction for transaction managers
(PlatformTransactionManager).
-
Uses of Transaction.Created in com.gigaspaces.internal.client.cache
Methods in com.gigaspaces.internal.client.cache that return Transaction.CreatedModifier and TypeMethodDescriptionAbstractSpaceCacheContainer.getContextTransaction()AbstractSpaceCacheContainer.replaceContextTransaction(Transaction.Created transaction) AbstractSpaceCacheContainer.replaceContextTransaction(Transaction.Created transaction, ActionListener actionListener, boolean delegatedXa) Methods in com.gigaspaces.internal.client.cache with parameters of type Transaction.CreatedModifier and TypeMethodDescriptionAbstractSpaceCacheContainer.replaceContextTransaction(Transaction.Created transaction) AbstractSpaceCacheContainer.replaceContextTransaction(Transaction.Created transaction, ActionListener actionListener, boolean delegatedXa) -
Uses of Transaction.Created in com.gigaspaces.internal.client.spaceproxy
Methods in com.gigaspaces.internal.client.spaceproxy that return Transaction.CreatedModifier and TypeMethodDescriptionISpaceProxy.getContextTransaction()Returns the transaction associated with the current context, if any.SpaceProxyImpl.getContextTransaction()ISpaceProxy.replaceContextTransaction(Transaction.Created transaction) ISpaceProxy.replaceContextTransaction(Transaction.Created transaction, ActionListener actionListener, boolean delegatedXa) SpaceProxyImpl.replaceContextTransaction(Transaction.Created txn) SpaceProxyImpl.replaceContextTransaction(Transaction.Created transaction, ActionListener actionListener, boolean delegatedXa) Methods in com.gigaspaces.internal.client.spaceproxy with parameters of type Transaction.CreatedModifier and TypeMethodDescriptionISpaceProxy.replaceContextTransaction(Transaction.Created transaction) ISpaceProxy.replaceContextTransaction(Transaction.Created transaction, ActionListener actionListener, boolean delegatedXa) SpaceProxyImpl.replaceContextTransaction(Transaction.Created txn) SpaceProxyImpl.replaceContextTransaction(Transaction.Created transaction, ActionListener actionListener, boolean delegatedXa) -
Uses of Transaction.Created in com.gigaspaces.internal.client.spaceproxy.transaction
Methods in com.gigaspaces.internal.client.spaceproxy.transaction that return Transaction.CreatedModifier and TypeMethodDescriptionSpaceProxyTransactionManager.getContextTransaction()SpaceProxyTransactionManager.replaceContextTransaction(Transaction.Created txn) SpaceProxyTransactionManager.replaceContextTransaction(Transaction.Created txn, ActionListener currentActionListener, boolean delegatedXa) Methods in com.gigaspaces.internal.client.spaceproxy.transaction with parameters of type Transaction.CreatedModifier and TypeMethodDescriptionSpaceProxyTransactionManager.replaceContextTransaction(Transaction.Created txn) SpaceProxyTransactionManager.replaceContextTransaction(Transaction.Created txn, ActionListener currentActionListener, boolean delegatedXa) -
Uses of Transaction.Created in com.j_spaces.core.client
Methods in com.j_spaces.core.client that return Transaction.CreatedModifier and TypeMethodDescriptionstatic Transaction.CreatedXATransactionFactory.create(ExtendedTransactionManager mgr, Xid xid, long leaseTime, boolean setAsDefault, ISpaceProxy proxy, XAResourceImpl resource, boolean delegatedXa) Creates new transaction for XA transactions.protected Transaction.Created -
Uses of Transaction.Created in net.jini.core.transaction
Methods in net.jini.core.transaction that return Transaction.CreatedModifier and TypeMethodDescriptionstatic Transaction.CreatedTransactionFactory.create(TransactionManager mgr, long leaseTime) Create a new top-level transaction. -
Uses of Transaction.Created in org.openspaces.core.transaction
Methods in org.openspaces.core.transaction that return Transaction.CreatedModifier and TypeMethodDescriptionDefaultTransactionProvider.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).TransactionProvider.getCurrentTransaction(Object transactionalContext, IJSpace space) Returns the currently running transaction (usually managed externally/declarative). -
Uses of Transaction.Created in org.openspaces.core.transaction.manager
Methods in org.openspaces.core.transaction.manager that return Transaction.CreatedModifier and TypeMethodDescriptionJiniTransactionHolder.getTxCreated()Returns the Jini transaction created object.Constructors in org.openspaces.core.transaction.manager with parameters of type Transaction.CreatedModifierConstructorDescriptionExisitingJiniTransactionHolder(Transaction.Created txCreated, int isolationLevel, LeaseRenewalManager leaseRenewalManager) JiniTransactionHolder(Transaction.Created txCreated, int isolationLevel, LeaseRenewalManager leaseRenewalManager) Constructs a new jini transaction holder.