|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TransactionParticipant | |
---|---|
net.jini.core.transaction.server | These are the default transaction semantics for participant/manager interaction. |
Uses of TransactionParticipant in net.jini.core.transaction.server |
---|
Methods in net.jini.core.transaction.server with parameters of type TransactionParticipant | |
---|---|
void |
TransactionManager.join(long id,
TransactionParticipant part,
long crashCount)
Join a transaction that is managed by this transaction manager. |
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 |
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. |
void |
NestableServerTransaction.promote(TransactionParticipant[] parts,
long[] crashCounts,
TransactionParticipant drop)
Promote the listed participants (from a subtransaction) into this (the parent) transaction. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |