SOMA.resourceManagement
Class FileEvent

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

public class FileEvent
extends MonitoringManagerEvent

Classe che raggruppa le informazioni relative ad un evento di allarme sull'accesso a file.

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

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

FileEvent

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