net.jini.lookup
Class JoinManager.JoinTask

java.lang.Object
  extended by net.jini.lookup.JoinManager.JoinTask
Direct Known Subclasses:
JoinManager.AddAttributesTask, JoinManager.DiscardProxyTask, JoinManager.LeaseExpireNotifyTask, JoinManager.RegisterTask
Enclosing class:
JoinManager

private abstract class JoinManager.JoinTask
extends Object

Abstract base class from which all the sub-task classes are derived.


Field Summary
protected  JoinManager.ProxyReg proxyReg
          Data structure referencing the task's associated lookup service
 
Constructor Summary
JoinManager.JoinTask(JoinManager.ProxyReg proxyReg)
          Basic constructor; simply stores the input parameters
 
Method Summary
abstract  void run()
          Method executed in a separate thread created by the task manager
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

proxyReg

protected JoinManager.ProxyReg proxyReg
Data structure referencing the task's associated lookup service

Constructor Detail

JoinManager.JoinTask

JoinManager.JoinTask(JoinManager.ProxyReg proxyReg)
Basic constructor; simply stores the input parameters

Method Detail

run

public abstract void run()
                  throws Exception
Method executed in a separate thread created by the task manager

Throws:
Exception


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