SOMA.resourceManagement
Class NetEvent

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

public class NetEvent
extends MonitoringManagerEvent

Classe che raggruppa le informazioni relative ad un evento di allarme sull'occupazione di banda.

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

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

NetEvent

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