|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.ObjectSOMA.resourceManagement.AgentInfo
SOMA.resourceManagement.FilteredInfo
Classe che raggruppa le informazioni relative ad un agente. Rispetto alla classe AgentInfo, che estende, ha in pių il campo Thread thread che la rende non serializzabile ma che č indispensabile per poter intervenire sugli agenti che si comportano in modo anomalo.
AgentInfo,
Serialized Form| Field Summary | |
java.lang.Thread |
thread
Riferimento al thread java |
| Fields inherited from class SOMA.resourceManagement.AgentInfo |
agID, cpu, file_in, file_out, mem, tcp_in, tcp_out, time, udp_in, udp_out |
| Constructor Summary | |
FilteredInfo()
Costruttore senza argomenti |
|
FilteredInfo(AgentID agID,
java.lang.Thread thread,
float cpu,
long time,
float mem,
float file_in,
float file_out,
float tcp_in,
float tcp_out,
float udp_in,
float udp_out)
Costruttore campo per campo |
|
FilteredInfo(FilteredInfo info)
Costruttore per copia |
|
| Method Summary | |
void |
print(java.io.PrintStream out)
Metodo di stampa su stream di output |
java.lang.String |
printString()
Metodo di stampa in formato stringa |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public java.lang.Thread thread
| Constructor Detail |
public FilteredInfo()
public FilteredInfo(FilteredInfo info)
public FilteredInfo(AgentID agID,
java.lang.Thread thread,
float cpu,
long time,
float mem,
float file_in,
float file_out,
float tcp_in,
float tcp_out,
float udp_in,
float udp_out)
| Method Detail |
public void print(java.io.PrintStream out)
print in class AgentInfopublic java.lang.String printString()
printString in class AgentInfo
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||