|
GemFire 6.0.1 | ||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Packages that use CqListener | |
|---|---|
| com.gemstone.gemfire.cache.query | GemFire's query service, an implementation of an OQL/SQL-style query processor with supporting indexes. |
| com.gemstone.gemfire.cache.util | Provides utilities for use with the Caching API in the
com.gemstone.gemfire.cache.util package. |
| Uses of CqListener in com.gemstone.gemfire.cache.query |
|---|
| Methods in com.gemstone.gemfire.cache.query that return CqListener | |
|---|---|
CqListener |
CqAttributes.getCqListener()
Get the CqListener set with the CQ. |
CqListener[] |
CqAttributes.getCqListeners()
Get the CqListeners set with the CQ. |
| Methods in com.gemstone.gemfire.cache.query with parameters of type CqListener | |
|---|---|
void |
CqAttributesMutator.addCqListener(CqListener aListener)
Adds a CQ listener to the end of the list of CQ listeners on this CqQuery. |
void |
CqAttributesFactory.addCqListener(CqListener cqListener)
Adds a CQ listener to the end of the list of cq listeners on this factory. |
void |
CqAttributesMutator.initCqListeners(CqListener[] newListeners)
Adds the given set CqListner on this CQ. |
void |
CqAttributesFactory.initCqListeners(CqListener[] cqListeners)
Removes all Cq listeners and then adds each listener in the specified array. |
void |
CqAttributesMutator.removeCqListener(CqListener aListener)
Removes given CQ listener from the list of CQ listeners on this CqQuery. |
| Uses of CqListener in com.gemstone.gemfire.cache.util |
|---|
| Classes in com.gemstone.gemfire.cache.util that implement CqListener | |
|---|---|
class |
CqListenerAdapter
|
|
GemFire 6.0.1 | ||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||