Uses of Class
net.jini.core.transaction.server.CrashCountException
Packages that use CrashCountException
-
Uses of CrashCountException in com.gigaspaces.client.transaction.local
Methods in com.gigaspaces.client.transaction.local that throw CrashCountExceptionModifier and TypeMethodDescriptionvoidLocalTransactionManagerImpl.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, 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 CrashCountException in com.gigaspaces.client.transaction.xa
Methods in com.gigaspaces.client.transaction.xa that throw CrashCountExceptionModifier 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 CrashCountException in com.gigaspaces.internal.transaction
Methods in com.gigaspaces.internal.transaction that throw CrashCountExceptionModifier and TypeMethodDescriptionvoidDummyTransactionManager.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 CrashCountException in com.sun.jini.mahalo
Methods in com.sun.jini.mahalo that throw CrashCountExceptionModifier and TypeMethodDescriptionvoidTxnManagerImpl.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) -
Uses of CrashCountException in net.jini.core.transaction.server
Methods in net.jini.core.transaction.server that throw CrashCountExceptionModifier and TypeMethodDescriptionvoidExtendedTransactionManager.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.