Uses of Class
com.sun.jini.thread.ReadersWriter

Packages that use ReadersWriter
com.sun.jini.fiddler Provides the server side of an implementation of the lookup discovery service (see LookupDiscoveryService). 
com.sun.jini.mercury Provides implementations of the EventMailbox service. 
com.sun.jini.norm Provides implementations of LeaseRenewalService
com.sun.jini.reggie Provides implementations of ServiceRegistrar
 

Uses of ReadersWriter in com.sun.jini.fiddler
 

Fields in com.sun.jini.fiddler declared as ReadersWriter
private  ReadersWriter FiddlerImpl.concurrentObj
          Concurrent object to control read and write access
 

Uses of ReadersWriter in com.sun.jini.mercury
 

Fields in com.sun.jini.mercury declared as ReadersWriter
private  ReadersWriter MailboxImpl.concurrentObj
          Concurrent object (lock) to control read and write access
 

Uses of ReadersWriter in com.sun.jini.norm
 

Fields in com.sun.jini.norm declared as ReadersWriter
private  ReadersWriter PersistentStore.mutatorLock
          No mutation of persistent state can occur during a snapshot, however, we can have multiple mutators, use ReadersWriter object to manage this invariant.
 

Uses of ReadersWriter in com.sun.jini.reggie
 

Fields in com.sun.jini.reggie declared as ReadersWriter
private  ReadersWriter RegistrarImpl.concurrentObj
          Concurrent object to control read and write access
 



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