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

Packages that use InterruptedStatusThread
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.norm Provides implementations of LeaseRenewalService
com.sun.jini.reggie Provides implementations of ServiceRegistrar
 

Uses of InterruptedStatusThread in com.sun.jini.fiddler
 

Subclasses of InterruptedStatusThread in com.sun.jini.fiddler
private  class FiddlerImpl.DestroyThread
          Thread which is used to terminate the current executing instance of the Fiddler implementation of the lookup discovery service.
private  class FiddlerImpl.LeaseExpireThread
          Thread which is used to monitor the current leases in effect and cancel (expire) those leases with expiration times that have exceeded the current time.
private  class FiddlerImpl.SnapshotThread
          Snapshot-taking thread.
 

Uses of InterruptedStatusThread in com.sun.jini.mahalo
 

Fields in com.sun.jini.mahalo declared as InterruptedStatusThread
private  InterruptedStatusThread TxnManagerImpl.settleThread
           
 

Uses of InterruptedStatusThread in com.sun.jini.mercury
 

Subclasses of InterruptedStatusThread in com.sun.jini.mercury
private  class MailboxImpl.ExpirationThread
          Registration expiration thread code
private  class MailboxImpl.Notifier
          The notifier thread.
private  class MailboxImpl.SnapshotThread
          Snapshot-taking thread.
 

Uses of InterruptedStatusThread in com.sun.jini.norm
 

Subclasses of InterruptedStatusThread in com.sun.jini.norm
private  class LeaseExpirationMgr.ExpirationThread
          Expires sets queued for expiration.
(package private)  class LRMEventListener
          Object that transfers events from the Lease Renewal Manager to the rest of Norm Server.
private  class NormServerBaseImpl.RenewLogThread
           
private  class NormServerBaseImpl.SnapshotThread
          Thread that performs the actual snapshots, done in a separate thread so it will not hang up in-progress remote calls
 

Uses of InterruptedStatusThread in com.sun.jini.reggie
 

Subclasses of InterruptedStatusThread in com.sun.jini.reggie
private  class RegistrarImpl.AnnounceThread
          Multicast discovery announcement thread code.
private  class RegistrarImpl.DestroyThread
          Termination thread code.
private  class RegistrarImpl.EventExpireThread
          Event lease expiration thread code
private  class RegistrarImpl.MulticastThread
          Multicast discovery request thread code.
private  class RegistrarImpl.ServiceExpireThread
          Service lease expiration thread code
private  class RegistrarImpl.SnapshotThread
          Snapshot-taking thread.
private  class RegistrarImpl.UnicastThread
          Unicast discovery request thread code.
 



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