org.apache.jcs.engine.control.event.behavior
Interface IElementEventQueue

All Known Implementing Classes:
ElementEventQueue

public interface IElementEventQueue

Interface for an element event queue. An event queue is used to propagate ordered element events in one region.


Method Summary
 void addElementEvent(IElementEventHandler hand, IElementEvent event)
          Adds an ElementEvent to be handled
 void destroy()
          Description of the Method
 boolean isAlive()
          Gets the alive attribute of the IElementEventQueue object
 

Method Detail

addElementEvent

void addElementEvent(IElementEventHandler hand,
                     IElementEvent event)
                     throws java.io.IOException
Adds an ElementEvent to be handled

Parameters:
hand - The IElementEventHandler
event - The IElementEventHandler IElementEvent event
Throws:
java.io.IOException

destroy

void destroy()
Description of the Method


isAlive

boolean isAlive()
Gets the alive attribute of the IElementEventQueue object

Returns:
The alive value


Copyright © 2002-2010 Apache Software Foundation. All Rights Reserved.