Uses of Class
SOMA.resourceManagement.AgentInfo

Packages that use AgentInfo
SOMA.agent Contiene le classi di gestione degli agenti. 
SOMA.resourceManagement   
SOMA.resourceManagement.windows   
 

Uses of AgentInfo in SOMA.agent
 

Methods in SOMA.agent that return AgentInfo
 AgentInfo[] AgentSystem.getResourceTotalConsumption(Agent ag)
          Metodo usato da un agente per conoscere i consumi complessivi dei suoi thread dal momento del lancio
 AgentInfo[] AgentSystem.getResourceDiffConsumption(Agent ag)
          Metodo usato da un agente per conoscere i consumi differenziali, cioč relativi ad un intervallo di t secondi, di ciascuno dei suoi thread
 

Uses of AgentInfo in SOMA.resourceManagement
 

Subclasses of AgentInfo in SOMA.resourceManagement
 class FilteredInfo
          Classe che raggruppa le informazioni relative ad un agente.
 

Fields in SOMA.resourceManagement declared as AgentInfo
(package private)  AgentInfo DomainResourceManager.agentXConsumptions
           
(package private)  AgentInfo DomainResourceManager.principalXConsumptions
           
 

Methods in SOMA.resourceManagement that return AgentInfo
 AgentInfo[] PlaceResourceManager.getAgentTotConsumptions(AgentID agID)
          Restituisce i valori di consumo raggiunti da tutti i thread di un certo agente, dalla nascita
 AgentInfo[] PlaceResourceManager.getAgentDiffConsumptions(AgentID agID)
          Restituisce i valori di consumo di tutti i thread di un certo agente, nell'ultimo intervallo di polling
 AgentInfo[] PlaceResourceManager.getAgentTotConsumptions()
          Restituisce i valori di consumo raggiunti da tutti i thread di tutti gli agenti, dalla nascita
 AgentInfo[] PlaceResourceManager.getAgentDiffConsumptions()
          Restituisce i valori di consumo di tutti i thread di tutti gli agenti, nell'ultimo intervallo di polling
 

Methods in SOMA.resourceManagement with parameters of type AgentInfo
 void NetAlarmsHandler.update(AgentInfo[] info)
           
 void MonitoringManagerListener.update(AgentInfo[] info)
           
 void MemAlarmsHandler.update(AgentInfo[] info)
           
 void FileAlarmsHandler.update(AgentInfo[] info)
           
 void CpuAlarmsHandler.update(AgentInfo[] info)
           
 

Constructors in SOMA.resourceManagement with parameters of type AgentInfo
AgentInfo(AgentInfo info)
          Costruttore per copia
 

Uses of AgentInfo in SOMA.resourceManagement.windows
 

Fields in SOMA.resourceManagement.windows declared as AgentInfo
protected  AgentInfo[] AgentWinData.data
           
 

Methods in SOMA.resourceManagement.windows with parameters of type AgentInfo
 void ProcessWinData.update(AgentInfo[] data)
           
 void NetworkWinData.update(AgentInfo[] info)
           
 void AgentWinData.update(AgentInfo[] data)
           
 



Copyright © 2004 Luca Foschini