|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Thread urv.emulator.tasks.EmulatorTask urv.emulator.tasks.stats.MembershipStatsTask
public class MembershipStatsTask
This task gathers information about the groups created in the applications and the nodes that joined these groups This information is checked with the view of each MChannel, in order to verify the correct behaviour of getView() method in the channel
Nested Class Summary |
---|
Nested classes/interfaces inherited from class java.lang.Thread |
---|
java.lang.Thread.State, java.lang.Thread.UncaughtExceptionHandler |
Field Summary |
---|
Fields inherited from class java.lang.Thread |
---|
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY |
Constructor Summary | |
---|---|
MembershipStatsTask()
|
Method Summary | |
---|---|
void |
doSomething()
Add the code that should be launched in the run method |
void |
onGroupCreated(java.net.InetAddress multicastAddress,
java.net.InetAddress localAddress,
MChannel mChannel)
|
Methods inherited from class urv.emulator.tasks.EmulatorTask |
---|
getClassName, getEmulationController, print, run, setEmulationController |
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 |
Constructor Detail |
---|
public MembershipStatsTask()
emulationController
- Method Detail |
---|
public void doSomething()
doSomething
in class EmulatorTask
public void onGroupCreated(java.net.InetAddress multicastAddress, java.net.InetAddress localAddress, MChannel mChannel)
onGroupCreated
in interface EmulationGroupMembershipListener
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |