net.jini.lookup
Class JoinManager.JoinTask
java.lang.Object
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.
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 |
proxyReg
protected JoinManager.ProxyReg proxyReg
- Data structure referencing the task's associated lookup service
JoinManager.JoinTask
JoinManager.JoinTask(JoinManager.ProxyReg proxyReg)
- Basic constructor; simply stores the input parameters
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.