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

Packages that use TimeoutExpiredException
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 TimeoutExpiredException in net.jini.core.transaction
 

Methods in net.jini.core.transaction that throw TimeoutExpiredException
 void Transaction.abort(long waitFor)
          Abort the transaction, waiting for participants to be notified of the decision.
 void Transaction.commit(long waitFor)
          Commit the transaction, waiting for participants to be notified of the decision.
 

Uses of TimeoutExpiredException in net.jini.core.transaction.server
 

Methods in net.jini.core.transaction.server that throw TimeoutExpiredException
 void ServerTransaction.abort(long waitFor)
           
 void TransactionManager.abort(long id, long waitFor)
          Abort the transaction, waiting for participants to be notified of the decision.
 void ServerTransaction.commit(long waitFor)
           
 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.