Uses of Interface
net.jini.core.transaction.server.TransactionParticipant
Packages that use TransactionParticipant
-
Uses of TransactionParticipant in com.gigaspaces.client.transaction.local
Methods in com.gigaspaces.client.transaction.local with parameters of type TransactionParticipantModifier and TypeMethodDescriptionbooleanLocalTransactionManagerImpl.disJoin(long id, TransactionParticipant preparedPart) Deprecated.voidLocalTransactionManagerImpl.join(long id, TransactionParticipant part, long crashCount) Deprecated.voidLocalTransactionManagerImpl.join(long id, TransactionParticipant part, long crashCount, int partitionId, String clusterName) Deprecated.voidLocalTransactionManagerImpl.join(long id, TransactionParticipant part, long crashCount, ServerTransaction xtn) Deprecated.voidLocalTransactionManagerImpl.join(long id, TransactionParticipant part, long crashCount, ServerTransaction userXtnObject, int partitionId, String clusterName, Object clusterProxy) Deprecated.voidLocalTransactionManagerImpl.join(Object id, TransactionParticipant part, long crashCount) Deprecated.voidLocalTransactionManagerImpl.join(Object id, TransactionParticipant part, long crashCount, int partitionId, String clusterName) Deprecated.voidLocalTransactionManagerImpl.join(Object id, TransactionParticipant part, long crashCount, ServerTransaction xtn) Deprecated.voidLocalTransactionManagerImpl.join(Object id, TransactionParticipant part, long crashCount, ServerTransaction userXtnObject, int partitionId, String clusterName, Object clusterProxy) Deprecated. -
Uses of TransactionParticipant in com.gigaspaces.client.transaction.xa
Methods in com.gigaspaces.client.transaction.xa with parameters of type TransactionParticipantModifier and TypeMethodDescriptionvoidGSServerTransaction.join(TransactionParticipant part, long crashCount) voidGSServerTransaction.join(TransactionParticipant part, long crashCount, int partitionId, String clusterName) protected voidGSServerTransaction.join(TransactionParticipant part, long crashCount, int partitionId, String clusterName, Object proxy) -
Uses of TransactionParticipant in com.gigaspaces.internal.lrmi.stubs
Classes in com.gigaspaces.internal.lrmi.stubs that implement TransactionParticipantModifier and TypeClassDescriptionclassLRMI Stub implementation ofIRemoteJSpaceImplinterface. -
Uses of TransactionParticipant in com.gigaspaces.internal.server.space
Subinterfaces of TransactionParticipant in com.gigaspaces.internal.server.spaceClasses in com.gigaspaces.internal.server.space that implement TransactionParticipant -
Uses of TransactionParticipant in com.gigaspaces.internal.transaction
Methods in com.gigaspaces.internal.transaction with parameters of type TransactionParticipantModifier and TypeMethodDescriptionbooleanDummyTransactionManager.disJoin(long id, TransactionParticipant preparedPart) voidDummyTransactionManager.join(long id, TransactionParticipant part, long crashCount) voidDummyTransactionManager.join(long id, TransactionParticipant part, long crashCount, int partitionId, String clusterName) voidDummyTransactionManager.join(long id, TransactionParticipant part, long crashCount, ServerTransaction userXtnObject) voidDummyTransactionManager.join(long id, TransactionParticipant part, long crashCount, ServerTransaction userXtnObject, int partitionId, String clusterName, Object clusterProxy) voidDummyTransactionManager.join(Object id, TransactionParticipant part, long crashCount) voidDummyTransactionManager.join(Object id, TransactionParticipant part, long crashCount, int partitionId, String clusterName) voidDummyTransactionManager.join(Object id, TransactionParticipant part, long crashCount, ServerTransaction userXtnObject) voidDummyTransactionManager.join(Object id, TransactionParticipant part, long crashCount, ServerTransaction userXtnObject, int partitionId, String clusterName, Object clusterProxy) -
Uses of TransactionParticipant in com.sun.jini.mahalo
Methods in com.sun.jini.mahalo with parameters of type TransactionParticipantModifier and TypeMethodDescriptionbooleanTxnManagerImpl.disJoin(long id, TransactionParticipant part) booleanTxnManagerImpl.disJoin(Object id, TransactionParticipant part) booleanTxnMgrProxy.disJoin(long id, TransactionParticipant part) voidTxnManagerImpl.join(long id, TransactionParticipant part, long crashCount) voidTxnManagerImpl.join(long id, TransactionParticipant part, long crashCount, int partitionId, String clusterName) voidTxnManagerImpl.join(long id, TransactionParticipant part, long crashCount, ServerTransaction userXtnObject) voidTxnManagerImpl.join(long id, TransactionParticipant part, long crashCount, ServerTransaction userXtnObject, int partitionId, String clusterName, Object clusterProxy) voidTxnManagerImpl.join(Object xid, TransactionParticipant part, long crashCount) voidTxnManagerImpl.join(Object xid, TransactionParticipant part, long crashCount, int partitionId, String clusterName) voidTxnManagerImpl.join(Object xid, TransactionParticipant part, long crashCount, ServerTransaction userXtnObject) voidTxnManagerImpl.join(Object xid, TransactionParticipant part, long crashCount, ServerTransaction userXtnObject, int partitionId, String clusterName, Object clusterProxy) voidTxnMgrProxy.join(long id, TransactionParticipant part, long crashCount) voidTxnMgrProxy.join(long id, TransactionParticipant part, long crashCount, int partitionId, String clusterName) voidTxnMgrProxy.join(long id, TransactionParticipant part, long crashCount, ServerTransaction userXtnObject) Deprecated.voidTxnMgrProxy.join(long id, TransactionParticipant part, long crashCount, ServerTransaction userXtnObject, int partitionId, String clusterName, Object clusterProxy) voidTxnMgrProxy.join(Object id, TransactionParticipant part, long crashCount) voidTxnMgrProxy.join(Object id, TransactionParticipant part, long crashCount, int partitionId, String clusterName) voidTxnMgrProxy.join(Object id, TransactionParticipant part, long crashCount, ServerTransaction userXtnObject) Deprecated.voidTxnMgrProxy.join(Object id, TransactionParticipant part, long crashCount, ServerTransaction userXtnObject, int partitionId, String clusterName, Object clusterProxy) Method parameters in com.sun.jini.mahalo with type arguments of type TransactionParticipantModifier and TypeMethodDescriptionvoidTxnManager.reenterPreparedExternalXid(Object xid, List<TransactionParticipant> parts) given a prepared xid (retrieved from participants) reenlist it and its participants- used in XAvoidTxnManagerImpl.reenterPreparedExternalXid(Object xid, List<TransactionParticipant> parts) voidTxnMgrProxy.reenterPreparedExternalXid(Object xid, List<TransactionParticipant> parts) Retrieves aTransactiongiven the transaction's ID. -
Uses of TransactionParticipant in net.jini.core.transaction.server
Methods in net.jini.core.transaction.server with parameters of type TransactionParticipantModifier and TypeMethodDescriptionbooleanExtendedTransactionManager.disJoin(long id, TransactionParticipant preparedPart) Remove a participant that was joined for a first time.voidExtendedTransactionManager.join(long id, TransactionParticipant part, long crashCount, int partitionId, String clusterName) voidExtendedTransactionManager.join(long id, TransactionParticipant part, long crashCount, ServerTransaction userXtnObject) Deprecated.voidExtendedTransactionManager.join(long id, TransactionParticipant part, long crashCount, ServerTransaction userXtnObject, int partitionId, String clusterName, Object clusterProxy) voidExtendedTransactionManager.join(Object id, TransactionParticipant part, long crashCount) voidExtendedTransactionManager.join(Object id, TransactionParticipant part, long crashCount, int partitionId, String clusterName) voidExtendedTransactionManager.join(Object id, TransactionParticipant part, long crashCount, ServerTransaction userXtnObject) Deprecated.voidExtendedTransactionManager.join(Object id, TransactionParticipant part, long crashCount, ServerTransaction userXtnObject, int partitionId, String clusterName, Object clusterProxy) voidServerTransaction.join(TransactionParticipant part, long crashCount) Join the transaction.voidServerTransaction.join(TransactionParticipant part, long crashCount, int partitionId, String clusterName) protected voidServerTransaction.join(TransactionParticipant part, long crashCount, int partitionId, String clusterName, Object proxy) voidTransactionManager.join(long id, TransactionParticipant part, long crashCount) Join a transaction that is managed by this transaction manager.voidServerTransaction.joinIfNeededAndEmbedded(TransactionParticipant participant) Deprecated.booleanServerTransaction.joinIfNeededAndEmbedded(TransactionParticipant participant, int partitionId, String clusterName, Object proxy) voidNestableServerTransaction.promote(TransactionParticipant[] parts, long[] crashCounts, TransactionParticipant drop) Promote the listed participants (from a subtransaction) into this (the parent) transaction.voidNestableTransactionManager.promote(long id, TransactionParticipant[] parts, long[] crashCounts, TransactionParticipant drop) Promote the listed participants into the specified transaction.