|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CannotCommitException | |
---|---|
net.jini.core.transaction | These are the transaction abstraction's interfaces and classes. |
net.jini.core.transaction.server | These are the default transaction semantics for participant/manager interaction. |
Uses of CannotCommitException in net.jini.core.transaction |
---|
Methods in net.jini.core.transaction that throw CannotCommitException | |
---|---|
void |
Transaction.commit()
Commit the transaction. |
void |
Transaction.commit(long waitFor)
Commit the transaction, waiting for participants to be notified of the decision. |
Uses of CannotCommitException in net.jini.core.transaction.server |
---|
Methods in net.jini.core.transaction.server that throw CannotCommitException | |
---|---|
void |
ServerTransaction.commit()
|
void |
ServerTransaction.commit(long waitFor)
|
void |
TransactionManager.commit(long id)
Commit the transaction. |
void |
TransactionManager.commit(long id,
long waitFor)
Commit the transaction, waiting for participants to be notified of the decision. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |