|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Interface for a cache event queue. An event queue is used to propagate ordered cache events to one and only one target listener.
Method Summary | |
void |
addDisposeEvent()
Adds a feature to the DisposeEvent attribute of the ICacheEventQueue object |
void |
addPutEvent(ICacheElement ce)
Adds a feature to the PutEvent attribute of the ICacheEventQueue object |
void |
addRemoveAllEvent()
Adds a feature to the RemoveAllEvent attribute of the ICacheEventQueue object |
void |
addRemoveEvent(java.io.Serializable key)
Adds a feature to the RemoveEvent attribute of the ICacheEventQueue object |
void |
destroy()
Description of the Method |
byte |
getListenerId()
Gets the listenerId attribute of the ICacheEventQueue object |
boolean |
isAlive()
Gets the alive attribute of the ICacheEventQueue object |
Method Detail |
public void addPutEvent(ICacheElement ce) throws java.io.IOException
ce
- The feature to be added to the PutEvent attribute
java.io.IOException
public void addRemoveEvent(java.io.Serializable key) throws java.io.IOException
key
- The feature to be added to the RemoveEvent attribute
java.io.IOException
public void addRemoveAllEvent() throws java.io.IOException
java.io.IOException
public void addDisposeEvent() throws java.io.IOException
java.io.IOException
public byte getListenerId()
public void destroy()
public boolean isAlive()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |