|
Hyperic HQ Plugin API v. 4.4.0.2 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.hyperic.hq.zevents.Zevent
public abstract class Zevent
Represents an event which can interact with the Zevent subsystem.
| Constructor Summary | |
|---|---|
Zevent(ZeventSourceId sourceId,
ZeventPayload payload)
|
|
| Method Summary | |
|---|---|
ZeventPayload |
getPayload()
Get the event payload |
long |
getQueueEntryTime()
Get the time that the event entered the queue (in ms) |
long |
getQueueExitTime()
Get the time that the event left the queue and went to be dispatched |
ZeventSourceId |
getSourceId()
Get the ID of the source that generated the event. |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public Zevent(ZeventSourceId sourceId,
ZeventPayload payload)
| Method Detail |
|---|
public ZeventSourceId getSourceId()
public ZeventPayload getPayload()
public long getQueueEntryTime()
public long getQueueExitTime()
public java.lang.String toString()
toString in class java.lang.Object
|
Hyperic HQ Plugin API v. 4.4.0.2 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||