SOMA.resourceManagement
Class CpuEvent

java.lang.Object
  extended byjava.util.EventObject
      extended bySOMA.resourceManagement.MonitoringManagerEvent
          extended bySOMA.resourceManagement.CpuEvent
All Implemented Interfaces:
java.io.Serializable

public class CpuEvent
extends MonitoringManagerEvent

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

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

Field Summary
 
Fields inherited from class SOMA.resourceManagement.MonitoringManagerEvent
info
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
CpuEvent(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
 

Constructor Detail

CpuEvent

public CpuEvent(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

Overrides:
toString in class MonitoringManagerEvent


Copyright © 2004 Luca Foschini