SOMA.resourceManagement
Class EventInfo

java.lang.Object
  extended bySOMA.resourceManagement.EventInfo

public class EventInfo
extends java.lang.Object

Classe che raggruppa le informazioni relative ad un evento di allarme.

Author:
Silvia Vecchi
See Also:
MonitoringManagerEvent

Field Summary
 AgentID agID
           
 float cons
           
 java.lang.Thread thread
           
 
Constructor Summary
EventInfo()
          Costruttore senza argomenti
EventInfo(java.lang.Thread thread, AgentID agID, float val)
          Costruttore dati agentId, thread e valore di consumo al momento dell'allarme
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

agID

public AgentID agID

thread

public java.lang.Thread thread

cons

public float cons
Constructor Detail

EventInfo

public EventInfo()
Costruttore senza argomenti


EventInfo

public EventInfo(java.lang.Thread thread,
                 AgentID agID,
                 float val)
Costruttore dati agentId, thread e valore di consumo al momento dell'allarme



Copyright © 2004 Luca Foschini