|
GemFire 7.0.1 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CqAttributesMutator
This interface is used to modify the listeners that are associated with a CQ. Each CqQuery has an CqAttributesMutator interface which supports modification of certain CQ attributes after the CQ has been created.
Method Summary | |
---|---|
void |
addCqListener(CqListener aListener)
Adds a CQ listener to the end of the list of CQ listeners on this CqQuery. |
void |
initCqListeners(CqListener[] newListeners)
Adds the given set CqListner on this CQ. |
void |
removeCqListener(CqListener aListener)
Removes given CQ listener from the list of CQ listeners on this CqQuery. |
Method Detail |
---|
void addCqListener(CqListener aListener)
aListener
- the user defined CQ listener to add to the CqQuery.
IllegalArgumentException
- if aListener
is nullvoid removeCqListener(CqListener aListener)
aListener
- the CQ listener to remove from the CqQuery.
IllegalArgumentException
- if aListener
is nullvoid initCqListeners(CqListener[] newListeners)
newListeners
- a possibly null or empty array of listeners to add
to this CqQuery.
IllegalArgumentException
- if the newListeners
array
has a null element
|
GemFire 7.0.1 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |