Uses of Class
net.jini.core.transaction.TransactionException
Packages that use TransactionException
Package
Description
Deprecated: use
org.openspaces.core instead.Provides Space properties and security context services
Provides GigaSpaces JDBC interfaces
JavaSpaces(TM) servers provide a place on the network, a space,
for clients to store and exchange objects.
Top level core package holding main OpenSpaces API for Space (GigaSpace) and Map (GigaMap) and
the ability to create it.
-
Uses of TransactionException in com.gigaspaces.client
Methods in com.gigaspaces.client that throw TransactionExceptionModifier and TypeMethodDescriptionvoidIPojoSpace.clear(Object template, Transaction transaction) Deprecated.intIPojoSpace.clear(Object template, Transaction transaction, int modifiers) Deprecated.Since 8.0 - UseGigaSpaceinstead.intIPojoSpace.count(Object template, Transaction transaction) Deprecated.Since 8.0 - UseGigaSpaceinstead.intIPojoSpace.count(Object template, Transaction transaction, int modifiers) Deprecated.Since 8.0 - UseGigaSpaceinstead.IPojoSpace.read(Object template, Transaction transaction, long timeout) Deprecated.Since 8.0 - UseGigaSpaceinstead.IPojoSpace.read(Object template, Transaction transaction, long timeout, int modifiers) Deprecated.Since 8.0 - UseGigaSpaceinstead.IPojoSpace.readIfExists(Object template, Transaction transaction, long timeout) Deprecated.Since 8.0 - UseGigaSpaceinstead.IPojoSpace.readIfExists(Object template, Transaction transaction, long timeout, int modifiers) Deprecated.Since 8.0 - UseGigaSpaceinstead.Object[]IPojoSpace.readMultiple(Object template, Transaction transaction, int limit) Deprecated.Since 8.0 - UseGigaSpaceinstead.Object[]IPojoSpace.readMultiple(Object template, Transaction transaction, int limit, int modifiers) Deprecated.Since 8.0 - UseGigaSpaceinstead.IPojoSpace.take(Object template, Transaction transaction, long timeout) Deprecated.Since 8.0 - UseGigaSpaceinstead.IPojoSpace.take(Object template, Transaction transaction, long timeout, int modifiers) Deprecated.Since 8.0 - UseGigaSpaceinstead.IPojoSpace.takeIfExists(Object template, Transaction transaction, long timeout) Deprecated.Since 8.0 - UseGigaSpaceinstead.Object[]IPojoSpace.takeMultiple(Object template, Transaction transaction, int limit) Deprecated.Since 8.0 - UseGigaSpaceinstead.Object[]IPojoSpace.takeMultiple(Object template, Transaction txn, int limit, int modifiers) Deprecated.Since 8.0 - UseGigaSpaceinstead.IPojoSpace.update(Object updatedEntry, Transaction transaction, long lease, long timeout) Deprecated.Since 8.0 - UseGigaSpaceinstead.IPojoSpace.update(Object updatedEntry, Transaction transaction, long lease, long timeout, int modifiers) Deprecated.Since 8.0 - UseGigaSpaceinstead.Object[]IPojoSpace.updateMultiple(Object[] entries, Transaction transaction, long[] leases) Deprecated.Since 8.0 - UseGigaSpaceinstead.Object[]IPojoSpace.updateMultiple(Object[] objects, Transaction transaction, long[] leases, int modifiers) Deprecated.Since 8.0 - UseGigaSpaceinstead.IPojoSpace.write(Object object, Transaction transaction, long lease) Deprecated.Since 8.0 - UseGigaSpaceinstead.IPojoSpace.write(Object object, Transaction transaction, long lease, long timeout, int modifiers) Deprecated.Since 8.0 - UseGigaSpaceinstead.IPojoSpace.writeMultiple(Object[] objects, Transaction transaction, long lease) Deprecated.Since 8.0 - UseGigaSpaceinstead.IPojoSpace.writeMultiple(Object[] objects, Transaction transaction, long[] leases, int modifiers) Deprecated.Since 8.0 - UseGigaSpaceinstead.IPojoSpace.writeMultiple(Object[] objects, Transaction transaction, long lease, int modifiers) Deprecated.Since 8.0 - UseGigaSpaceinstead. -
Uses of TransactionException in com.gigaspaces.client.iterator.cursor
Methods in com.gigaspaces.client.iterator.cursor that throw TransactionExceptionModifier and TypeMethodDescriptionvoidSpaceIteratorBatchResultProvider.triggerSinglePartitionBatchTask(int partitionId, int batchNumber) -
Uses of TransactionException in com.gigaspaces.client.transaction
Methods in com.gigaspaces.client.transaction that throw TransactionExceptionModifier and TypeMethodDescriptionstatic ITransactionManagerProviderTransactionManagerProviderFactory.newInstance(IJSpace space, TransactionManagerConfiguration transactionManagerConfiguration) Constructors in com.gigaspaces.client.transaction that throw TransactionExceptionModifierConstructorDescription -
Uses of TransactionException in com.gigaspaces.internal.client.cache
Methods in com.gigaspaces.internal.client.cache that throw TransactionExceptionModifier and TypeMethodDescriptionAbstractSpaceCacheContainer.readById(ReadTakeProxyActionInfo actionInfo) AbstractSpaceCacheContainer.readById(String className, Object id, Object routing, Transaction txn, long timeout, int modifiers, boolean ifExists, QueryResultTypeInternal resultType, String[] projections) -
Uses of TransactionException in com.gigaspaces.internal.client.cache.localcache.actions
Methods in com.gigaspaces.internal.client.cache.localcache.actions that throw TransactionExceptionModifier and TypeMethodDescriptionLocalCacheImplAggregateAction.aggregate(LocalCacheContainer spaceProxy, AggregateProxyActionInfo actionInfo) ChangeResult<?>LocalCacheImplChangeAction.change(LocalCacheContainer spaceProxy, ChangeProxyActionInfo actionInfo) LocalCacheImplAdminAction.execute(LocalCacheContainer spaceProxy, SpaceTask task, Object routing, Transaction txn, AsyncFutureListener listener, Map<String, byte[]> classes) intLocalCacheImplCountClearAction.execute(LocalCacheContainer spaceProxy, CountClearProxyActionInfo actionInfo) LocalCacheImplReadTakeAction.read(LocalCacheContainer spaceProxy, ReadTakeProxyActionInfo actionInfo) Object[]LocalCacheImplReadTakeByIdsAction.readByIds(LocalCacheContainer spaceProxy, ReadTakeByIdsProxyActionInfo actionInfo, boolean returnPackets) Object[]LocalCacheImplReadTakeMultipleAction.readMultiple(LocalCacheContainer spaceProxy, ReadTakeMultipleProxyActionInfo actionInfo) LocalCacheImplReadTakeEntriesUidsAction.readTakeEntriesUids(LocalCacheContainer spaceProxy, ReadTakeEntriesUidsSpaceOperationRequest request) LocalCacheImplReadTakeAction.take(LocalCacheContainer spaceProxy, ReadTakeProxyActionInfo actionInfo) Object[]LocalCacheImplReadTakeByIdsAction.takeByIds(LocalCacheContainer spaceProxy, ReadTakeByIdsProxyActionInfo actionInfo, boolean returnPackets) Object[]LocalCacheImplReadTakeMultipleAction.takeMultiple(LocalCacheContainer spaceProxy, ReadTakeMultipleProxyActionInfo actionInfo) LeaseContext<?>LocalCacheImplWriteAction.write(LocalCacheContainer spaceProxy, WriteProxyActionInfo actionInfo) LeaseContext<?>[]LocalCacheImplWriteAction.writeMultiple(LocalCacheContainer spaceProxy, WriteMultipleProxyActionInfo actionInfo) -
Uses of TransactionException in com.gigaspaces.internal.client.cache.localview.actions
Methods in com.gigaspaces.internal.client.cache.localview.actions that throw TransactionExceptionModifier and TypeMethodDescriptionLocalViewImplAggregateAction.aggregate(LocalViewContainer spaceProxy, AggregateProxyActionInfo actionInfo) LocalViewImplAdminAction.execute(LocalViewContainer spaceProxy, SpaceTask task, Object routing, Transaction txn, AsyncFutureListener listener, Map<String, byte[]> classes) intLocalViewImplCountClearAction.execute(LocalViewContainer spaceProxy, CountClearProxyActionInfo actionInfo) LocalViewImplReadTakeAction.read(LocalViewContainer spaceProxy, ReadTakeProxyActionInfo actionInfo) Object[]LocalViewImplReadTakeByIdsAction.readByIds(LocalViewContainer spaceProxy, ReadTakeByIdsProxyActionInfo actionInfo, boolean returnPackets) Object[]LocalViewImplReadTakeMultipleAction.readMultiple(LocalViewContainer spaceProxy, ReadTakeMultipleProxyActionInfo actionInfo) LocalViewImplReadTakeEntriesUidsAction.readTakeEntriesUids(LocalViewContainer spaceProxy, ReadTakeEntriesUidsSpaceOperationRequest request) Object[]LocalViewImplReadTakeByIdsAction.takeByIds(LocalViewContainer spaceProxy, ReadTakeByIdsProxyActionInfo actionInfo, boolean returnPackets) Object[]LocalViewImplReadTakeMultipleAction.takeMultiple(LocalViewContainer spaceProxy, ReadTakeMultipleProxyActionInfo actionInfo) LeaseContext<?>LocalViewImplWriteAction.write(LocalViewContainer spaceProxy, WriteProxyActionInfo actionInfo) LeaseContext<?>[]LocalViewImplWriteAction.writeMultiple(LocalViewContainer spaceProxy, WriteMultipleProxyActionInfo actionInfo) -
Uses of TransactionException in com.gigaspaces.internal.client.spaceproxy
Methods in com.gigaspaces.internal.client.spaceproxy that throw TransactionExceptionModifier and TypeMethodDescriptionAbstractSpaceProxy.aggregate(Object template, AggregationSet aggregationSet, Transaction txn, int readModifiers) ISpaceProxy.aggregate(Object template, AggregationSet aggregationSet, Transaction txn, int readModifiers) <T> ChangeResult<T>AbstractSpaceProxy.change(Object template, ChangeSet changeSet, Transaction txn, long timeout, ChangeModifiers modifiers) <T> ChangeResult<T>ISpaceProxy.change(Object template, ChangeSet changeSet, Transaction txn, long timeout, ChangeModifiers modifiers) Change entry in spacevoidAbstractSpaceProxy.clear(Object template, Transaction txn) intAbstractSpaceProxy.clear(Object template, Transaction txn, int modifiers) intAbstractSpaceProxy.count(Object template, Transaction txn) intAbstractSpaceProxy.count(Object template, Transaction txn, int modifiers) AbstractSpaceProxy.execute(SpaceTask task, Object routing, Transaction tx, AsyncFutureListener listener) AbstractSpaceProxy.execute(SpaceTask task, Object routing, Transaction tx, AsyncFutureListener listener, Map<String, byte[]> classes) ISpaceProxy.execute(SpaceTask task, Object routing, Transaction tx, AsyncFutureListener listener) Executes a task on a single space.ISpaceProxy.execute(SpaceTask task, Object routing, Transaction tx, AsyncFutureListener listener, Map<String, byte[]> classes) Executes a task on a single space.AbstractSpaceProxy.notify(Entry template, Transaction txn, RemoteEventListener listener, long lease, MarshalledObject handback) AbstractSpaceProxy.read(Object template, Transaction txn, long timeout) AbstractSpaceProxy.read(Object template, Transaction txn, long timeout, int modifiers) AbstractSpaceProxy.read(Object template, Transaction txn, long timeout, int modifiers, boolean ifExists) AbstractSpaceProxy.read(Entry template, Transaction txn, long timeout) ISpaceProxy.read(Object template, Transaction txn, long timeout, int modifiers, boolean ifExists) AbstractSpaceProxy.readById(ReadTakeProxyActionInfo actionInfo) AbstractSpaceProxy.readById(String className, Object id, Object routing, Transaction txn, long timeout, int modifiers, boolean ifExists, QueryResultTypeInternal resultType, String[] projections) ISpaceProxy.readById(ReadTakeProxyActionInfo actionInfo) ISpaceProxy.readById(String className, Object id, Object routing, Transaction txn, long timeout, int modifiers, boolean ifExists, QueryResultTypeInternal resultType, String[] projections) Object[]AbstractSpaceProxy.readByIds(ReadTakeByIdsProxyActionInfo actionInfo, boolean returnPackets) Object[]AbstractSpaceProxy.readByIds(String className, Object[] ids, Object[] routings, Transaction txn, int modifiers, QueryResultTypeInternal resultType, boolean returnPackets, String[] projections) Object[]AbstractSpaceProxy.readByIds(String className, Object[] ids, Object routing, Transaction txn, int modifiers, QueryResultTypeInternal resultType, boolean returnPackets, String[] projections) Object[]ISpaceProxy.readByIds(ReadTakeByIdsProxyActionInfo actionInfo, boolean returnPackets) Object[]ISpaceProxy.readByIds(String className, Object[] ids, Object[] routings, Transaction txn, int modifiers, QueryResultTypeInternal resultType, boolean returnPackets, String[] projections) Object[]ISpaceProxy.readByIds(String className, Object[] ids, Object routing, Transaction txn, int modifiers, QueryResultTypeInternal resultType, boolean returnPackets, String[] projections) AbstractSpaceProxy.readByUid(String uid, Transaction txn, int modifiers, QueryResultTypeInternal resultType, boolean returnPacket) ISpaceProxy.readByUid(String uid, Transaction txn, int modifiers, QueryResultTypeInternal resultType, boolean returnPacket) AbstractSpaceProxy.readEntriesUids(ITemplatePacket template, Transaction transaction, int entriesLimit, int modifiers) ISpaceProxy.readEntriesUids(ITemplatePacket template, Transaction transaction, int entriesLimit, int modifiers) Read entries UIDs from space.AbstractSpaceProxy.readIfExists(Object template, Transaction txn, long timeout) AbstractSpaceProxy.readIfExists(Object template, Transaction txn, long timeout, int modifiers) AbstractSpaceProxy.readIfExists(Entry template, Transaction txn, long timeout) Object[]AbstractSpaceProxy.readMultiple(Object template, Transaction txn, int maxEntries) Object[]AbstractSpaceProxy.readMultiple(Object template, Transaction txn, int maxEntries, int modifiers) Object[]AbstractSpaceProxy.readMultiple(Object template, Transaction txn, int maxEntries, int modifiers, boolean returnOnlyUids) Object[]AbstractSpaceProxy.readMultiple(Object template, Transaction txn, long timeout, int maxEntries, int minEntriesToWaitFor, int modifiers, boolean returnOnlyUids, boolean ifExist) Object[]ISpaceProxy.readMultiple(Object template, Transaction transaction, int limit, int modifiers, boolean returnOnlyUids) Object[]ISpaceProxy.readMultiple(Object template, Transaction transaction, long timeout, int limit, int minEntriesToWaitFor, int modifiers, boolean returnOnlyUids, boolean ifExist) AbstractSpaceProxy.take(Object template, Transaction txn, long timeout) AbstractSpaceProxy.take(Object template, Transaction txn, long timeout, int modifiers) AbstractSpaceProxy.take(Object template, Transaction txn, long timeout, int modifiers, boolean ifExists) AbstractSpaceProxy.take(Entry template, Transaction txn, long timeout) ISpaceProxy.take(Object template, Transaction txn, long timeout, int modifiers, boolean ifExists) AbstractSpaceProxy.takeById(ReadTakeProxyActionInfo actionInfo) AbstractSpaceProxy.takeById(String className, Object id, Object routing, int version, Transaction txn, long timeout, int modifiers, boolean ifExists, QueryResultTypeInternal resultType, String[] projections) ISpaceProxy.takeById(ReadTakeProxyActionInfo actionInfo) ISpaceProxy.takeById(String className, Object id, Object routing, int version, Transaction txn, long timeout, int modifiers, boolean ifExists, QueryResultTypeInternal resultType, String[] projections) Object[]AbstractSpaceProxy.takeByIds(ReadTakeByIdsProxyActionInfo actionInfo, boolean returnPackets) Object[]AbstractSpaceProxy.takeByIds(String className, Object[] ids, Object[] routings, Transaction txn, int modifiers, QueryResultTypeInternal resultType, boolean returnPackets, String[] projections) Object[]AbstractSpaceProxy.takeByIds(String className, Object[] ids, Object routing, Transaction txn, int modifiers, QueryResultTypeInternal resultType, boolean returnPackets, String[] projections) Object[]ISpaceProxy.takeByIds(ReadTakeByIdsProxyActionInfo actionInfo, boolean returnPackets) Object[]ISpaceProxy.takeByIds(String className, Object[] ids, Object[] routings, Transaction txn, int modifiers, QueryResultTypeInternal resultType, boolean returnPackets, String[] projections) Object[]ISpaceProxy.takeByIds(String className, Object[] ids, Object routing, Transaction txn, int modifiers, QueryResultTypeInternal resultType, boolean returnPackets, String[] projections) AbstractSpaceProxy.takeByUid(String uid, Transaction txn, int modifiers, QueryResultTypeInternal resultType, boolean returnPacket) ISpaceProxy.takeByUid(String uid, Transaction txn, int modifiers, QueryResultTypeInternal resultType, boolean returnPacket) AbstractSpaceProxy.takeIfExists(Object template, Transaction txn, long timeout) AbstractSpaceProxy.takeIfExists(Object template, Transaction txn, long timeout, int modifiers) AbstractSpaceProxy.takeIfExists(Entry template, Transaction txn, long timeout) Object[]AbstractSpaceProxy.takeMultiple(Object template, Transaction txn, int maxEntries) Object[]AbstractSpaceProxy.takeMultiple(Object template, Transaction txn, int maxEntries, int modifiers) Object[]AbstractSpaceProxy.takeMultiple(Object template, Transaction txn, int maxEntries, int modifiers, boolean returnOnlyUids) Object[]AbstractSpaceProxy.takeMultiple(Object template, Transaction txn, long timeout, int maxEntries, int minEntriesToWaitFor, int modifiers, boolean returnOnlyUids, boolean ifExist) Object[]ISpaceProxy.takeMultiple(Object template, Transaction transaction, int limit, int modifiers, boolean returnOnlyUids) Object[]ISpaceProxy.takeMultiple(Object template, Transaction transaction, long timeout, int limit, int minEntriesToWaitFor, int modifiers, boolean returnOnlyUids, boolean ifExist) AbstractSpaceProxy.update(Object updatedEntry, Transaction transaction, long lease, long timeout) AbstractSpaceProxy.update(Object entry, Transaction txn, long lease, long timeout, int modifiers) Object[]AbstractSpaceProxy.updateMultiple(Object[] entries, Transaction txn, long[] leases) Object[]AbstractSpaceProxy.updateMultiple(Object[] entries, Transaction txn, long[] leases, int modifiers) LeaseContext<?>AbstractSpaceProxy.write(Object entry, Transaction txn, long lease) LeaseContext<?>AbstractSpaceProxy.write(Object entry, Transaction txn, long lease, long timeout, int modifiers) AbstractSpaceProxy.write(Entry entry, Transaction txn, long lease) LeaseContext<?>[]AbstractSpaceProxy.writeMultiple(Object[] objects, Transaction txn, long lease) LeaseContext<?>[]AbstractSpaceProxy.writeMultiple(Object[] objects, Transaction txn, long[] leases, int modifiers) LeaseContext<?>[]AbstractSpaceProxy.writeMultiple(Object[] objects, Transaction txn, long lease, int modifiers) LeaseContext<?>[]AbstractSpaceProxy.writeMultiple(Object[] objects, Transaction txn, long lease, long[] leases, int modifiers) LeaseContext<?>[]AbstractSpaceProxy.writeMultiple(Object[] objects, Transaction txn, long lease, long[] leases, long timeout, int modifiers) ISpaceProxy.writeMultiple(Object[] objects, Transaction txn, long lease, long[] leases, long timeout, int modifiers) -
Uses of TransactionException in com.gigaspaces.internal.client.spaceproxy.actions
Methods in com.gigaspaces.internal.client.spaceproxy.actions that throw TransactionExceptionModifier and TypeMethodDescriptionAbstractSpaceProxyActionManager.aggregate(Object query, AggregationSet aggregationSet, Transaction txn, int modifiers) abstract AggregationResultAggregateProxyAction.aggregate(TSpaceProxy spaceProxy, AggregateProxyActionInfo actionInfo) SpaceProxyImplAggregateAction.aggregate(SpaceProxyImpl spaceProxy, AggregateProxyActionInfo actionInfo) abstract AsyncFuture<?>ReadTakeProxyAction.asyncRead(TSpaceProxy spaceProxy, ReadTakeAsyncProxyActionInfo actionInfo) AsyncFuture<?>SpaceProxyImplReadTakeAction.asyncRead(SpaceProxyImpl spaceProxy, ReadTakeAsyncProxyActionInfo actionInfo) abstract AsyncFuture<?>ReadTakeProxyAction.asyncTake(TSpaceProxy spaceProxy, ReadTakeAsyncProxyActionInfo actionInfo) AsyncFuture<?>SpaceProxyImplReadTakeAction.asyncTake(SpaceProxyImpl spaceProxy, ReadTakeAsyncProxyActionInfo actionInfo) <T> ChangeResult<T>AbstractSpaceProxyActionManager.change(Object template, ChangeSet changeSet, Transaction txn, long timeout, ChangeModifiers modifiers) abstract ChangeResult<?>ChangeProxyAction.change(TSpaceProxy spaceProxy, ChangeProxyActionInfo actionInfo) ChangeResult<?>SpaceProxyImplChangeAction.change(SpaceProxyImpl spaceProxy, ChangeProxyActionInfo actionInfo) intAbstractSpaceProxyActionManager.count(Object template, Transaction txn, int modifiers) abstract AsyncFutureAdminProxyAction.execute(TSpaceProxy spaceProxy, SpaceTask task, Object routing, Transaction txn, AsyncFutureListener listener, Map<String, byte[]> classes) abstract intCountClearProxyAction.execute(TSpaceProxy spaceProxy, CountClearProxyActionInfo actionInfo) SpaceProxyImplAdminAction.execute(SpaceProxyImpl spaceProxy, SpaceTask task, Object routing, Transaction txn, AsyncFutureListener listener, Map<String, byte[]> classes) intSpaceProxyImplCountClearAction.execute(SpaceProxyImpl spaceProxy, CountClearProxyActionInfo actionInfo) AbstractSpaceProxyActionManager.executeTask(SpaceTask task, Object routing, Transaction tx, AsyncFutureListener listener, Map<String, byte[]> classes) AbstractSpaceProxyActionManager.read(ReadTakeProxyActionInfo actionInfo) AbstractSpaceProxyActionManager.read(Object template, Transaction txn, long timeout, int modifiers, boolean ifExists) abstract ObjectReadTakeProxyAction.read(TSpaceProxy spaceProxy, ReadTakeProxyActionInfo actionInfo) SpaceProxyImplReadTakeAction.read(SpaceProxyImpl spaceProxy, ReadTakeProxyActionInfo actionInfo) AbstractSpaceProxyActionManager.readById(String className, Object id, Object routing, Transaction txn, long timeout, int modifiers, boolean ifExists, QueryResultTypeInternal resultType, String[] projections) Object[]AbstractSpaceProxyActionManager.readByIds(ReadTakeByIdsProxyActionInfo actionInfo, boolean returnPackets) Object[]AbstractSpaceProxyActionManager.readByIds(String className, Object[] ids, Object[] routings, Transaction txn, int modifiers, QueryResultTypeInternal resultType, boolean returnPackets, String[] projections) Object[]AbstractSpaceProxyActionManager.readByIds(String className, Object[] ids, Object routing, Transaction txn, int modifiers, QueryResultTypeInternal resultType, boolean returnPackets, String[] projections) abstract Object[]ReadTakeByIdsProxyAction.readByIds(TSpaceProxy spaceProxy, ReadTakeByIdsProxyActionInfo actionInfo, boolean returnPackets) Object[]SpaceProxyImplReadTakeByIdsAction.readByIds(SpaceProxyImpl spaceProxy, ReadTakeByIdsProxyActionInfo actionInfo, boolean returnPackets) AbstractSpaceProxyActionManager.readByUid(String uid, Transaction txn, int modifiers, QueryResultTypeInternal resultType, boolean returnPacket) AbstractSpaceProxyActionManager.readEntriesUids(ITemplatePacket template, Transaction transaction, int entriesLimit, int modifiers) Object[]AbstractSpaceProxyActionManager.readMultiple(Object template, Transaction txn, long timeout, int maxEntries, int minEntriesToWaitFor, int modifiers, boolean returnOnlyUids, boolean ifExist) abstract Object[]ReadTakeMultipleProxyAction.readMultiple(TSpaceProxy spaceProxy, ReadTakeMultipleProxyActionInfo actionInfo) Object[]SpaceProxyImplReadTakeMultipleAction.readMultiple(SpaceProxyImpl spaceProxy, ReadTakeMultipleProxyActionInfo actionInfo) abstract ReadTakeEntriesUidsResultReadTakeEntriesUidsProxyAction.readTakeEntriesUids(TSpaceProxy spaceProxy, ReadTakeEntriesUidsSpaceOperationRequest request) protected voidReadTakeMultipleProxyAction.rethrowException(Throwable exception) Rethrow Exception as typed exception.AbstractSpaceProxyActionManager.take(ReadTakeProxyActionInfo actionInfo) AbstractSpaceProxyActionManager.take(Object template, Transaction txn, long timeout, int modifiers, boolean ifExists) abstract ObjectReadTakeProxyAction.take(TSpaceProxy spaceProxy, ReadTakeProxyActionInfo actionInfo) SpaceProxyImplReadTakeAction.take(SpaceProxyImpl spaceProxy, ReadTakeProxyActionInfo actionInfo) AbstractSpaceProxyActionManager.takeById(String className, Object id, Object routing, int version, Transaction txn, long timeout, int modifiers, boolean ifExists, QueryResultTypeInternal resultType, String[] projections) Object[]AbstractSpaceProxyActionManager.takeByIds(ReadTakeByIdsProxyActionInfo actionInfo, boolean returnPackets) Object[]AbstractSpaceProxyActionManager.takeByIds(String className, Object[] ids, Object[] routings, Transaction txn, int modifiers, QueryResultTypeInternal resultType, boolean returnPackets, String[] projections) Object[]AbstractSpaceProxyActionManager.takeByIds(String className, Object[] ids, Object routing, Transaction txn, int modifiers, QueryResultTypeInternal resultType, boolean returnPackets, String[] projections) abstract Object[]ReadTakeByIdsProxyAction.takeByIds(TSpaceProxy spaceProxy, ReadTakeByIdsProxyActionInfo actionInfo, boolean returnPackets) Object[]SpaceProxyImplReadTakeByIdsAction.takeByIds(SpaceProxyImpl spaceProxy, ReadTakeByIdsProxyActionInfo actionInfo, boolean returnPackets) AbstractSpaceProxyActionManager.takeByUid(String uid, Transaction txn, int modifiers, QueryResultTypeInternal resultType, boolean returnPacket) Object[]AbstractSpaceProxyActionManager.takeMultiple(Object template, Transaction txn, long timeout, int maxEntries, int minEntriesToWaitFor, int modifiers, boolean returnOnlyUids, boolean ifExist) abstract Object[]ReadTakeMultipleProxyAction.takeMultiple(TSpaceProxy spaceProxy, ReadTakeMultipleProxyActionInfo actionInfo) Object[]SpaceProxyImplReadTakeMultipleAction.takeMultiple(SpaceProxyImpl spaceProxy, ReadTakeMultipleProxyActionInfo actionInfo) LeaseContext<?>AbstractSpaceProxyActionManager.write(Object entry, Transaction txn, long lease, long timeout, int modifiers) LeaseContext<?>SpaceProxyImplWriteAction.write(SpaceProxyImpl spaceProxy, WriteProxyActionInfo actionInfo) abstract LeaseContext<?>WriteProxyAction.write(TSpaceProxy spaceProxy, WriteProxyActionInfo actionInfo) LeaseContext<?>[]AbstractSpaceProxyActionManager.writeMultiple(Object[] objects, Transaction txn, long lease, long[] leases, long timeout, int modifiers) LeaseContext<?>[]SpaceProxyImplWriteAction.writeMultiple(SpaceProxyImpl spaceProxy, WriteMultipleProxyActionInfo actionInfo) abstract LeaseContext<?>[]WriteProxyAction.writeMultiple(TSpaceProxy spaceProxy, WriteMultipleProxyActionInfo actionInfo) -
Uses of TransactionException in com.gigaspaces.internal.client.spaceproxy.operations
Methods in com.gigaspaces.internal.client.spaceproxy.operations that throw TransactionExceptionModifier and TypeMethodDescriptionAggregateEntriesSpaceOperationRequest.getFinalResult(IJSpace spaceProxy, ITemplatePacket queryPacket, boolean returnEntryPacket) ChangeResult<?>ChangeEntriesSpaceOperationRequest.getFinalResult()intCountClearEntriesSpaceOperationRequest.getFinalResult()ReadTakeEntriesByIdsSpaceOperationRequest.getFinalResult()ReadTakeEntriesSpaceOperationRequest.getFinalResult()ReadTakeEntriesUidsSpaceOperationRequest.getFinalResult()ReadTakeEntrySpaceOperationRequest.getFinalResult()voidAbortPreparedTransactionSpaceOperationResult.processExecutionException()voidChangeEntriesSpaceOperationResult.processExecutionException()voidCommitPreparedTransactionSpaceOperationResult.processExecutionException()voidCountClearEntriesSpaceOperationResult.processExecutionException()voidPrepareAndCommitTransactionSpaceOperationResult.processExecutionException()voidReadTakeEntriesByIdsSpaceOperationResult.processExecutionException()voidReadTakeEntriesSpaceOperationResult.processExecutionException()voidReadTakeEntriesUidsSpaceOperationResult.processExecutionException()voidWriteEntrySpaceOperationResult.processExecutionException() -
Uses of TransactionException in com.gigaspaces.internal.cluster.node.impl.handlers
Methods in com.gigaspaces.internal.cluster.node.impl.handlers that throw TransactionExceptionModifier and TypeMethodDescriptionprotected ExtendedAnswerHolderAbstractSpaceReplicationEntryEventHandler.executeUpdateOperation(IReplicationInContext context, Transaction txn, IEntryPacket entry, IEntryPacket previousEntry, boolean partialUpdate, boolean overrideVersion, long lease, boolean twoPhaseCommit, int updateModifiers) protected ExtendedAnswerHolderPrimaryBackupSpaceReplicationEvictionProtectionEntryEventHandler.executeUpdateOperation(IReplicationInContext context, Transaction txn, IEntryPacket entry, IEntryPacket previousEntry, boolean partialUpdate, boolean overrideVersion, long lease, boolean twoPhaseCommit, int updateModifiers) protected voidAbstractSpaceReplicationEntryEventHandler.removeEntryFromSpace(IReplicationInContext context, Transaction txn, ITemplatePacket template, boolean twoPhaseCommit) protected voidBlobstorePrimaryBackupSpaceReplicationEntryEventHandler.removeEntryFromSpace(IReplicationInContext context, Transaction txn, ITemplatePacket template, boolean twoPhaseCommit) protected voidPrimaryBackupSpaceReplicationEntryEventHandler.removeEntryFromSpace(IReplicationInContext context, Transaction txn, ITemplatePacket template, boolean twoPhaseCommit) protected voidAbstractSpaceReplicationEntryEventHandler.updateEntryInSpace(IReplicationInContext context, Transaction txn, IEntryPacket entry, IEntryPacket previousEntry, boolean partialUpdate, boolean overrideVersion, long lease, boolean twoPhaseCommit) protected voidBlobstorePrimaryBackupSpaceReplicationEntryEventHandler.updateEntryInSpace(IReplicationInContext context, Transaction txn, IEntryPacket entry, IEntryPacket previousEntry, boolean partialUpdate, boolean overrideVersion, long lease, boolean twoPhaseCommit) protected voidPrimaryBackupSpaceReplicationEntryEventHandler.updateEntryInSpace(IReplicationInContext context, Transaction txn, IEntryPacket entry, IEntryPacket previousEntry, boolean partialUpdate, boolean overrideVersion, long lease, boolean twoPhaseCommit) protected abstract ExtendedAnswerHolderAbstractSpaceReplicationEntryEventHandler.updateOrWrite(IReplicationInContext context, Transaction txn, IEntryPacket entry, long lease, int modifiers) protected ExtendedAnswerHolderActiveActiveSpaceReplicationEntryEventHandler.updateOrWrite(IReplicationInContext context, Transaction transaction, IEntryPacket entryPacket, long lease, int updateModifiers) protected ExtendedAnswerHolderPrimaryBackupSpaceReplicationEntryEventHandler.updateOrWrite(IReplicationInContext context, Transaction transaction, IEntryPacket entryPacket, long lease, int updateModifiers) -
Uses of TransactionException in com.gigaspaces.internal.server.space
Methods in com.gigaspaces.internal.server.space that throw TransactionExceptionModifier and TypeMethodDescriptionSpaceImpl.asyncRead(ITemplatePacket template, Transaction txn, long timeout, boolean ifExists, boolean take, IJSpaceProxyListener listener, SpaceContext sc, boolean returnOnlyUid, int modifiers, IFuture result) SpaceEngine.attachToXtn(ServerTransaction txn, boolean fromReplication) Join the specified transaction, if not already joined.SpaceEngine.change(ITemplatePacket template, Transaction txn, long lease, long timeout, SpaceContext sc, boolean fromReplication, boolean origin, Collection<SpaceEntryMutator> mutators, int operationModifiers, boolean returnOnlyUid) perform an update in place using mutatorsSpaceEngine.clear(ITemplatePacket template, Transaction txn, SpaceContext sc, int operationModifiers) SpaceImpl.clear(ITemplatePacket template, Transaction txn, int modifiers, SpaceContext sc) SpaceEngine.count(ITemplatePacket template, Transaction txn, SpaceContext sc, int operationModifiers) SpaceImpl.count(ITemplatePacket template, Transaction txn, SpaceContext sc, int modifiers) voidSpaceEngine.executeOnMatchingEntries(Context context, ITemplateHolder template, boolean makeWaitForInfo) Searches the engine for a matching entry using the BFS tree of the specified template.SpaceEngine.getMatchedEntryAndOperateSA(Context context, ITemplateHolder template, boolean makeWaitForInfo, boolean useSCN) Searches the engine for a matching entry using the BFS tree of the specified template.SpaceImpl.getNextBatchFromServerIterator(ITemplatePacket template, SpaceContext sc, int modifiers, ServerIteratorRequestInfo serverIteratorRequestInfo) SpaceEngine.newAdaptUpdateMultiple(IEntryPacket[] entries, Transaction txn, long lease, long[] leases, SpaceContext sc, long timeout, int modifiers) SpaceEngine.newUpdateMultiple(IEntryPacket[] entries, Transaction txn, long[] leases, SpaceContext sc, long timeout, int operationModifiers) perform update of multiple entries.SpaceEngine.notify(ITemplatePacket template, long lease, boolean fromReplication, String templateUid, SpaceContext sc, NotifyInfo info) SpaceImpl.notify(ITemplatePacket template, Transaction txn, long lease, SpaceContext sc, NotifyInfo info) SpaceEngine.oldAdaptUpdateMultiple(IEntryPacket[] entries, Transaction txn, long lease, long[] leases, SpaceContext sc, int modifiers, boolean newRouter) SpaceEngine.read(ITemplatePacket template, Transaction txn, long timeout, boolean ifExists, boolean take, SpaceContext sc, boolean returnOnlyUid, boolean fromReplication, boolean origin, int operationModifiers) SpaceImpl.read(ITemplatePacket template, Transaction txn, long timeout, boolean ifExists, boolean take, IJSpaceProxyListener listener, SpaceContext sc, boolean returnOnlyUid, int modifiers) SpaceImpl.readByIds(ITemplatePacket template, Transaction txn, boolean take, SpaceContext spaceContext, int modifiers) SpaceEngine.readMultiple(ITemplatePacket template, Transaction txn, long timeout, boolean ifExists, boolean take, SpaceContext sc, boolean returnOnlyUid, int operationModifiers, BatchQueryOperationContext batchOperationContext, List<SpaceEntriesAggregator> aggregators, ServerIteratorRequestInfo serverIteratorRequestInfo) SpaceImpl.readMultiple(ITemplatePacket template, Transaction txn, boolean take, int maxEntries, SpaceContext sc, boolean returnOnlyUid, int modifiers) SpaceImpl.readMultiple(ITemplatePacket template, Transaction txn, boolean take, int maxEntries, SpaceContext sc, boolean returnOnlyUid, int modifiers, int minEntries, long timeout, boolean isIfExist) SpaceImpl.readNew(ITemplatePacket template, Transaction txn, long timeout, boolean ifExists, boolean take, IJSpaceProxyListener listener, SpaceContext sc, boolean returnOnlyUid, int modifiers) SpaceEngine.update(IEntryPacket updated_entry, Transaction txn, long lease, long timeout, SpaceContext sc, boolean fromReplication, boolean origin, boolean newRouter, int modifiers) perform an update operation- make it atomic NOTE- returnonlyUID is ignoredSpaceEngine.update(IEntryPacket updated_entry, Transaction txn, long lease, long timeout, SpaceContext sc, boolean fromReplication, boolean origin, boolean newRouter, int modifiers, MultipleIdsContext multipleIdsContext) SpaceImpl.update(IEntryPacket entry, Transaction txn, long lease, long timeout, SpaceContext sc, int modifiers, boolean newRouter) Object[]SpaceEngine.updateMultiple(IEntryPacket[] entries, Transaction txn, long[] leases, SpaceContext sc, int operationModifiers, boolean newRouter) perform update of multiple entries.SpaceEngine.updateOrWrite(UpdateOrWriteContext ctx, boolean newRouter) SpaceEngine.updateOrWrite(UpdateOrWriteContext ctx, boolean fromReplication, boolean origin, boolean newRouter) SpaceEngine.write(IEntryPacket[] entryPackets, Transaction txn, long lease, long[] leases, int modifiers, SpaceContext sc, long timeout, boolean newRouter) Creates IEntryHolder objects from the specified entry packets and inserts them into all relevant engine tables.SpaceEngine.write(IEntryPacket entryPacket, Transaction txn, long lease, int modifiers, boolean fromReplication, boolean origin, SpaceContext sc) Creates an IEntryHolder object from the specified entry packet and inserts it into all relevant engine tables.SpaceImpl.write(IEntryPacket[] entries, Transaction txn, long lease, long[] leases, SpaceContext sc, long timeout, int modifiers, boolean newRouter) SpaceImpl.write(IEntryPacket entry, Transaction txn, long lease, int modifiers, boolean fromReplication, SpaceContext sc) LeaseContext<?>[]SpaceImpl.writeOld(IEntryPacket[] entries, Transaction txn, long lease, long[] leases, SpaceContext sc, int modifiers) -
Uses of TransactionException in com.gigaspaces.internal.sync.hybrid
Subclasses of TransactionException in com.gigaspaces.internal.sync.hybrid -
Uses of TransactionException in com.gigaspaces.jdbc.request
Methods in com.gigaspaces.jdbc.request that throw TransactionExceptionModifier and TypeMethodDescriptionRequestPacketV3.accept(QueryHandler handler, QuerySession session) -
Uses of TransactionException in com.j_spaces.core
Methods in com.j_spaces.core that throw TransactionExceptionModifier and TypeMethodDescriptionAnswerHolder.getResult()voidAnswerHolder.throwExceptionIfExists() -
Uses of TransactionException in com.j_spaces.core.server.processor
Methods in com.j_spaces.core.server.processor that throw TransactionExceptionModifier and TypeMethodDescriptionProcessor.handleDirectWriteSA(Context context, IEntryHolder entry, IServerTypeDesc typeDesc, boolean fromReplication, boolean origin, boolean reInsertedEntry, boolean supplied_uid, boolean lockXtnsIfNeeded, int modifiers) Handles Direct write SA. -
Uses of TransactionException in com.j_spaces.core.transaction
Methods in com.j_spaces.core.transaction that throw TransactionExceptionModifier and TypeMethodDescriptionTransactionHandler.attachToXtnGranular(ServerTransaction txn, boolean fromReplication) Join the specified transaction, if not already joined.voidTransactionHandler.checkTransactionDisconnection(OperationID opid, ServerTransaction txn) TransactionHandler.getTransactionEntry(ServerTransaction txn) Get the transaction entry for given transaction. -
Uses of TransactionException in com.j_spaces.jdbc
Methods in com.j_spaces.jdbc that throw TransactionExceptionModifier and TypeMethodDescriptionRequestPacket.accept(QueryHandler handler, QuerySession session) QueryHandler.getTransactionManagerProvider()QueryHandler.visit(RequestPacketV3 request, QuerySession session) QueryHandler.visit(SetAutoCommitRequest request, QuerySession session) Handle set auto commit [on off] requestQueryHandler.visit(RequestPacket request, QuerySession session) -
Uses of TransactionException in com.j_spaces.jdbc.builder
Methods in com.j_spaces.jdbc.builder that throw TransactionExceptionModifier and TypeMethodDescriptionQueryTemplatePacket.take(IJSpace space, Object routing, AbstractProjectionTemplate projectionTemplate, Transaction txn, long timeout, int modifiers, boolean ifExists, int maxResults, int minEntriesToWaitFor, QueryResultTypeInternal resultType) -
Uses of TransactionException in com.j_spaces.jdbc.executor
Methods in com.j_spaces.jdbc.executor that throw TransactionExceptionModifier and TypeMethodDescriptionintAbstractQueryExecutor.clear(QueryTemplatePacket template, ISpaceProxy space, Transaction txn, int modifiers) intIQueryExecutor.clear(QueryTemplatePacket template, ISpaceProxy space, Transaction txn, int modifier) Execute clear -
Uses of TransactionException in com.j_spaces.jdbc.request
Methods in com.j_spaces.jdbc.request that throw TransactionExceptionModifier and TypeMethodDescriptionSetAutoCommitRequest.accept(QueryHandler handler, QuerySession session) SetTransaction.accept(QueryHandler handler, QuerySession session) -
Uses of TransactionException in com.j_spaces.jmx
Methods in com.j_spaces.jmx that throw TransactionException -
Uses of TransactionException in net.jini.core.transaction
Subclasses of TransactionException in net.jini.core.transactionModifier and TypeClassDescriptionclassException thrown when a transaction cannot abort because it has already already decided to commit.classException thrown when a transaction cannot commit on multiple partitions because it has already aborted or must now be aborted.classException thrown when a transaction cannot commit because it has already aborted or must now be aborted.classException thrown when a transaction cannot be joined because it is no longer active.classException thrown when an object does not support nested transactions.classException thrown when a transaction timeout has expired.classException thrown when a transaction is not recognized as a valid or known transaction. -
Uses of TransactionException in net.jini.core.transaction.server
Subclasses of TransactionException in net.jini.core.transaction.serverModifier and TypeClassDescriptionclassException thrown when a transaction cannot be joined because the participant's current crash count is different from the crash count the manager received in a previous join by that participant. -
Uses of TransactionException in net.jini.space
Methods in net.jini.space that throw TransactionExceptionModifier and TypeMethodDescriptionJavaSpace.notify(Entry tmpl, Transaction txn, RemoteEventListener listener, long lease, MarshalledObject handback) When entries are written that match this template notify the givenlistenerwith aRemoteEventthat includes thehandbackobject.JavaSpace.read(Entry tmpl, Transaction txn, long timeout) Read any matching entry from the space, blocking until one exists.JavaSpace.readIfExists(Entry tmpl, Transaction txn, long timeout) Read any matching entry from the space, returningnullif there is currently is none.JavaSpace.take(Entry tmpl, Transaction txn, long timeout) Take a matching entry from the space, waiting until one exists.JavaSpace.takeIfExists(Entry tmpl, Transaction txn, long timeout) Take a matching entry from the space, returningnullif there is currently is none.JavaSpace.write(Entry entry, Transaction txn, long lease) Write a new entry into the space. -
Uses of TransactionException in org.openspaces.admin.internal.pu.scale_horizontal
Methods in org.openspaces.admin.internal.pu.scale_horizontal that throw TransactionExceptionModifier and TypeMethodDescriptionvoidScaleManager.scaleIn(DefaultProcessingUnit pu, int factor, InternalAdminDriver driver) voidScaleManager.scaleOutUnSafe(DefaultProcessingUnit pu, int factor, String memory, String cpu, InternalAdminDriver driver) -
Uses of TransactionException in org.openspaces.core
Constructors in org.openspaces.core with parameters of type TransactionExceptionModifierConstructorDescription -
Uses of TransactionException in org.openspaces.core.executor.mvcc.protocol
Methods in org.openspaces.core.executor.mvcc.protocol that throw TransactionExceptionModifier and TypeMethodDescriptionprotected abstract AbstractMVCCProtocolTaskResultAbstractPrepareTwoPhaseTask.executePrepareTask(IDirectSpaceProxy proxy, Transaction transaction)
GigaSpaceinstead.