SOMA.resourceManagement
Class MonitoringManagerEvent

java.lang.Object
  extended byjava.util.EventObject
      extended bySOMA.resourceManagement.MonitoringManagerEvent
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
CpuEvent, FileEvent, MemEvent, NetEvent

public class MonitoringManagerEvent
extends java.util.EventObject

Classe che raggruppa le informazioni relative ad un evento di allarme rilevato dal Monitoring Manager.

Author:
Silvia Vecchi
See Also:
EventInfo, CpuEvent, FileEvent, MemEvent, NetEvent, Serialized Form

Field Summary
 EventInfo info
           
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
MonitoringManagerEvent(java.lang.Object source, AgentID agID, java.lang.Thread th, float val)
          Costruttore dati agentId, thread e valore di consumo al momento dell'allarme
 
Method Summary
 java.lang.String toString()
          Restituisce la rappresentazione in stringa dell'oggetto
 
Methods inherited from class java.util.EventObject
getSource
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

info

public EventInfo info
Constructor Detail

MonitoringManagerEvent

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

Method Detail

toString

public java.lang.String toString()
Restituisce la rappresentazione in stringa dell'oggetto



Copyright © 2004 Luca Foschini