com.sun.jini.outrigger
Class TxnMonitor.ToMonitor

java.lang.Object
  extended by com.sun.jini.outrigger.TxnMonitor.ToMonitor
Enclosing class:
TxnMonitor

private static class TxnMonitor.ToMonitor
extends Object

Each ToMonitor object represents a need to monitor the given transactions, possibly under a lease.

See Also:
TxnMonitor.pending

Field Summary
(package private)  QueryWatcher query
           
(package private)  Collection txns
           
 
Constructor Summary
TxnMonitor.ToMonitor(QueryWatcher query, Collection txns)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

query

QueryWatcher query

txns

Collection txns
Constructor Detail

TxnMonitor.ToMonitor

TxnMonitor.ToMonitor(QueryWatcher query,
                     Collection txns)


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