|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Thread
simulator.views.Simulator.NetClosenessThread
class Simulator.NetClosenessThread
inner class to calculate bandwidths of one group evaluation
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class java.lang.Thread |
|---|
java.lang.Thread.State, java.lang.Thread.UncaughtExceptionHandler |
| Field Summary | |
|---|---|
private Simulator.SimExecMode |
execMode
|
private ProxyGroup |
group
|
private java.util.Hashtable<java.lang.String,java.lang.Double> |
groupBws
|
private java.lang.String |
resultFilePath
|
private Simulator |
sim
|
private Simulator.FormSubgroupsMode |
subgroupMode
|
private java.util.Vector<ProxyGroup> |
subgroups
|
| Fields inherited from class java.lang.Thread |
|---|
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY |
| Constructor Summary | |
|---|---|
Simulator.NetClosenessThread(Simulator sim,
ProxyGroup group,
java.lang.String resultFilePath,
Simulator.SimExecMode execMode,
java.util.Hashtable<java.lang.String,java.lang.Double> groupBws,
Simulator.FormSubgroupsMode subgroupMode)
Constructs the NetClosenessThread |
|
| Method Summary | |
|---|---|
java.util.Hashtable<java.lang.String,java.lang.Double> |
getGroupBws()
|
java.util.Vector<ProxyGroup> |
getSubgroups()
|
void |
run()
|
| Methods inherited from class java.lang.Thread |
|---|
activeCount, checkAccess, countStackFrames, currentThread, destroy, dumpStack, enumerate, getAllStackTraces, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getStackTrace, getState, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, start, stop, stop, suspend, toString, yield |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
private Simulator sim
private ProxyGroup group
private java.lang.String resultFilePath
private Simulator.SimExecMode execMode
private java.util.Vector<ProxyGroup> subgroups
private java.util.Hashtable<java.lang.String,java.lang.Double> groupBws
private Simulator.FormSubgroupsMode subgroupMode
| Constructor Detail |
|---|
Simulator.NetClosenessThread(Simulator sim,
ProxyGroup group,
java.lang.String resultFilePath,
Simulator.SimExecMode execMode,
java.util.Hashtable<java.lang.String,java.lang.Double> groupBws,
Simulator.FormSubgroupsMode subgroupMode)
NetClosenessThread
sim - group - resultFilePath - execMode - groupBws - subgroupMode - | Method Detail |
|---|
public void run()
run in interface java.lang.Runnablerun in class java.lang.Threadpublic java.util.Vector<ProxyGroup> getSubgroups()
public java.util.Hashtable<java.lang.String,java.lang.Double> getGroupBws()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||