private abstract static class JoinManager.JoinTask extends Object
| Modifier and Type | Field and Description |
|---|---|
protected JoinManager.ProxyReg |
proxyReg
Data structure referencing the task's associated lookup service
|
| Constructor and Description |
|---|
JoinTask(JoinManager.ProxyReg proxyReg)
Basic constructor; simply stores the input parameters
|
| Modifier and Type | Method and Description |
|---|---|
abstract void |
run()
Method executed in a separate thread created by the task manager
|
protected final JoinManager.ProxyReg proxyReg
JoinTask(JoinManager.ProxyReg proxyReg)
Copyright 2007-2013, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.