Uses of Class
net.jini.core.transaction.CannotCommitException

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.
 



Copyright 2007, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.