|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.lang.Thread | +--GossipScheduler
Implementa il Thread che si occupa di effettuare il gossip periodico verso i RM remoti.
GossipManager
Field Summary | |
private int |
index
|
private int |
number
|
private int |
rnode
|
private StatoRM |
stato
Mantiene un riferimento allo stato del RM locale. |
Fields inherited from class java.lang.Thread |
contextClassLoader,
daemon,
eetop,
group,
inheritedAccessControlContext,
MAX_PRIORITY,
MIN_PRIORITY,
name,
NORM_PRIORITY,
priority,
single_step,
stillborn,
stopThreadPermission,
target,
threadInitNumber,
threadQ,
values |
Constructor Summary | |
GossipScheduler(StatoRM s)
Crea un istanza di GossipScheduler dato lo stato del RM locale. |
Method Summary | |
void |
run()
Ridefinisce l'omonimo metodo della classe java.lang.Thread. |
Methods inherited from class java.lang.Thread |
|
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
Field Detail |
private StatoRM stato
private int index
private int number
private int rnode
Constructor Detail |
public GossipScheduler(StatoRM s)
s
- Stato del RM locale.Method Detail |
public void run()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |