Methods in com.sun.jini.mahalo that throw CrashCountException |
void |
TxnManagerImpl.join(long id,
TransactionParticipant part,
long crashCount)
|
void |
TxnMgrProxy.join(long id,
TransactionParticipant part,
long crashCount)
|
void |
TxnManagerImpl.join(long id,
TransactionParticipant part,
long crashCount,
ServerTransaction userXtnObject)
|
void |
TxnMgrProxy.join(long id,
TransactionParticipant part,
long crashCount,
ServerTransaction userXtnObject)
|
void |
TxnManagerImpl.join(Object xid,
TransactionParticipant part,
long crashCount)
|
void |
TxnMgrProxy.join(Object id,
TransactionParticipant part,
long crashCount)
|
void |
TxnManagerImpl.join(Object xid,
TransactionParticipant part,
long crashCount,
ServerTransaction userXtnObject)
|
void |
TxnMgrProxy.join(Object id,
TransactionParticipant part,
long crashCount,
ServerTransaction userXtnObject)
|
Methods in net.jini.core.transaction.server that throw CrashCountException |
void |
TransactionManager.join(long id,
TransactionParticipant part,
long crashCount)
Join a transaction that is managed by this transaction manager. |
void |
ExtendedTransactionManager.join(long id,
TransactionParticipant part,
long crashCount,
ServerTransaction userXtnObject)
|
void |
ExtendedTransactionManager.join(Object id,
TransactionParticipant part,
long crashCount)
|
void |
ExtendedTransactionManager.join(Object id,
TransactionParticipant part,
long crashCount,
ServerTransaction userXtnObject)
|
void |
ServerTransaction.join(TransactionParticipant part,
long crashCount)
Join the transaction. |
void |
NestableTransactionManager.promote(long id,
TransactionParticipant[] parts,
long[] crashCounts,
TransactionParticipant drop)
Promote the listed participants into the specified transaction. |
void |
NestableServerTransaction.promote(TransactionParticipant[] parts,
long[] crashCounts,
TransactionParticipant drop)
Promote the listed participants (from a subtransaction) into
this (the parent) transaction. |