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

Packages that use RetryTask
com.sun.jini.mahalo Provides implementations of the TransactionManager service. 
com.sun.jini.mercury Provides implementations of the EventMailbox service. 
com.sun.jini.norm.event   
com.sun.jini.outrigger This is an implementation of a JavaSpaces technology-enabled service. 
net.jini.discovery These are utility classes and interfaces that conform to the discovery and join protocol defined in the Jini Discovery and Join Specification
net.jini.lookup Standard utility classes for managing the join state of a service and the service discovery duties of a client or service. 
 

Uses of RetryTask in com.sun.jini.mahalo
 

Subclasses of RetryTask in com.sun.jini.mahalo
 class ParticipantTask
          A ParticipantTask is a general task which interacts with a participant.
 class SettlerTask
          A SettlerTask is scheduled task, which causes an unsettled transaction to settle.
 

Uses of RetryTask in com.sun.jini.mercury
 

Subclasses of RetryTask in com.sun.jini.mercury
(package private)  class MailboxImpl.NotifyTask
          A task that represents an event notification task for a particular registration.
 

Uses of RetryTask in com.sun.jini.norm.event
 

Subclasses of RetryTask in com.sun.jini.norm.event
private  class EventType.SendTask
          Subclass of RetryTask used by EventType to send events.
 

Uses of RetryTask in com.sun.jini.outrigger
 

Subclasses of RetryTask in com.sun.jini.outrigger
private  class Notifier.NotifyTask
          A task that represent a notification of matching a particular template under a given transaction.
(package private)  class TxnMonitorTask
          A task that will try to validate the state of a transaction.
 

Uses of RetryTask in net.jini.discovery
 

Subclasses of RetryTask in net.jini.discovery
private  class LookupLocatorDiscovery.DiscoveryTask
          Task which retrieves elements from the set of undiscoveredLocators and attempts, through the unicast discovery protocol, to discover the lookup service having the LookupLocator referenced by the element.
 

Uses of RetryTask in net.jini.lookup
 

Subclasses of RetryTask in net.jini.lookup
private  class JoinManager.ProxyRegTask
          Abstract base class from which all of the task classes are derived.
 



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