Uses of Class
com.sun.jini.outrigger.TxnMonitorTask

Packages that use TxnMonitorTask
com.sun.jini.outrigger This is an implementation of a JavaSpaces technology-enabled service. 
 

Uses of TxnMonitorTask in com.sun.jini.outrigger
 

Fields in com.sun.jini.outrigger declared as TxnMonitorTask
private  TxnMonitorTask Txn.monitorTask
          The task responsible for monitoring to see if this transaction has been aborted with us being told, or null if no such task as been allocated.
 

Methods in com.sun.jini.outrigger that return TxnMonitorTask
(package private)  TxnMonitorTask Txn.monitorTask()
          Return the monitor task for this object.
private  TxnMonitorTask TxnMonitor.taskFor(Txn txn)
          Return the monitor task for this transaction, creating it if necessary.
 

Methods in com.sun.jini.outrigger with parameters of type TxnMonitorTask
(package private)  void Txn.monitorTask(TxnMonitorTask task)
          Set the monitor task for this object.
 



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