MUM.resourceMngService
Class ReconfigurationEvent

java.lang.Object
  extended byjava.util.EventObject
      extended byMUM.resourceMngService.ReconfigurationEvent
All Implemented Interfaces:
java.io.Serializable

public class ReconfigurationEvent
extends java.util.EventObject

This event is launched by a ICPUStatusNotifier, and encapsulate the CPU's usage percentage. The politics to launch this event are encapsulated in the notifier, which decides when to launch the event.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
ReconfigurationEvent(java.lang.Object source, java.lang.String explanation)
          Costruttore
 
Method Summary
 java.lang.String toString()
          toString
 
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

ReconfigurationEvent

public ReconfigurationEvent(java.lang.Object source,
                            java.lang.String explanation)
Costruttore

Method Detail

toString

public java.lang.String toString()
toString



Copyright © 2004 Luca Foschini