|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.glite.ce.monitorapij.types.EventBase
org.glite.ce.monitorapij.types.Event
This class represents an event raised by a sensor or a resource holder. This will be processed by the monitor.
Constructor Summary | |
Event()
Creates a new _Event object. |
|
Event(int eventID,
java.util.Calendar timestamp)
Creates a new _Event object specifying the eventID and the timestamp. |
Method Summary | |
java.lang.Object |
clone()
Create an exact copy of this event. |
Methods inherited from class org.glite.ce.monitorapij.types.EventBase |
equals, getDeserializer, getID, getMessage, getMessage, getProducer, getSerializer, getTimestamp, getTypeDesc, hashCode, setID, setMessage, setMessage, setProducer, setTimestamp |
Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Event()
public Event(int eventID, java.util.Calendar timestamp)
eventID
- An int identifying this event.timestamp
- The Calendar associated with this event.Method Detail |
public java.lang.Object clone()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |