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

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

Uses of ReadyState in com.sun.jini.fiddler
 

Fields in com.sun.jini.fiddler declared as ReadyState
private  ReadyState FiddlerImpl.readyState
          Object used to prevent access to this service during the service's initialization or shutdown processing.
 

Uses of ReadyState in com.sun.jini.mahalo
 

Fields in com.sun.jini.mahalo declared as ReadyState
private  ReadyState TxnManagerImpl.readyState
          Object used to prevent access to this service during the service's initialization or shutdown processing.
 

Uses of ReadyState in com.sun.jini.mercury
 

Fields in com.sun.jini.mercury declared as ReadyState
private  ReadyState MailboxImpl.readyState
          Object used to prevent access to this service during the service's initialization or shutdown processing.
 

Uses of ReadyState in com.sun.jini.reggie
 

Fields in com.sun.jini.reggie declared as ReadyState
private  ReadyState RegistrarImpl.ready
          Lock protecting startup and shutdown
 



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