|
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 |
public interface ZeventEnqueuer
Reponsible for enqueing Zevents for processing
Method Summary | |
---|---|
void |
enqueueEvent(Zevent event)
Enqueues an Zevent for processing |
void |
enqueueEvents(java.util.List events)
Enqueues a list of Zevent s for processing |
Method Detail |
---|
void enqueueEvent(Zevent event) throws java.lang.InterruptedException
Zevent
for processing
event
- The Zevent
to enqueue
java.lang.InterruptedException
- If interrupted while enqueueing eventvoid enqueueEvents(java.util.List events) throws java.lang.InterruptedException
Zevent
s for processing
events
- The list of Zevent
s to enqueue
java.lang.InterruptedException
- If interrupted while enqueueing event
|
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 |