Uses of Class
net.jini.lookup.JoinManager.JoinTask

Packages that use JoinManager.JoinTask
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 JoinManager.JoinTask in net.jini.lookup
 

Subclasses of JoinManager.JoinTask in net.jini.lookup
private  class JoinManager.AddAttributesTask
          Task that asynchronously augments the attributes associated with this join manager's service in the lookup service referenced by the current instance of this class.
private  class JoinManager.DiscardProxyTask
          Task that asynchronously requests the cancellation of the lease on the ServiceRegistration referenced by the given ProxyReg object.
private  class JoinManager.LeaseExpireNotifyTask
          Task that asynchronously re-registers the service associated with this join manager with the lookup service referenced by the current instance of this class.
private  class JoinManager.ModifyAttributesTask
          Task that asynchronously modifies the attributes associated with this join manager's service in the lookup service referenced by the current instance of this class.
private  class JoinManager.RegisterTask
          Task that asynchronously registers the service associated with this join manager with the lookup service referenced by the current instance of this class.
private  class JoinManager.SetAttributesTask
          Task that asynchronously replaces the attributes associated with this join manager's service in the lookup service referenced by the current instance of this class.
 

Methods in net.jini.lookup with parameters of type JoinManager.JoinTask
 void JoinManager.ProxyReg.addTask(JoinManager.JoinTask task)
          Convenience method that adds new sub-tasks to this class' task queue.
 



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