Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
Transaction.commit()
Commit the transaction.
|
void |
Transaction.commit(long waitFor)
Commit the transaction, waiting for participants to be notified of
the decision.
|
Modifier and Type | Method and Description |
---|---|
void |
ServerTransaction.commit() |
void |
TransactionManager.commit(long id)
Commit the transaction.
|
void |
ServerTransaction.commit(long waitFor) |
void |
TransactionManager.commit(long id,
long waitFor)
Commit the transaction, waiting for participants to be notified of
the decision.
|