Hyperic HQ Plugin API v. 4.4.0.2

org.hyperic.hq.zevents
Interface ZeventEnqueuer

All Known Implementing Classes:
ZeventManager

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 Zevents for processing
 

Method Detail

enqueueEvent

void enqueueEvent(Zevent event)
                  throws java.lang.InterruptedException
Enqueues an Zevent for processing

Parameters:
event - The Zevent to enqueue
Throws:
java.lang.InterruptedException - If interrupted while enqueueing event

enqueueEvents

void enqueueEvents(java.util.List events)
                   throws java.lang.InterruptedException
Enqueues a list of Zevents for processing

Parameters:
events - The list of Zevents to enqueue
Throws:
java.lang.InterruptedException - If interrupted while enqueueing event

Hyperic HQ Plugin API v. 4.4.0.2

Copyright © 2004-2006 Hyperic, Inc. support@hyperic.net, All Rights Reserved.