com.alachisoft.ncache.web.caching
Class ContinuousQueryManager

java.lang.Object
  extended by com.alachisoft.ncache.web.caching.ContinuousQueryManager

public class ContinuousQueryManager
extends java.lang.Object


Constructor Summary
ContinuousQueryManager()
           
 
Method Summary
static void notify(java.lang.String queryId, QueryChangeType changeType, java.lang.String key)
           
static void register(ContinuousQuery query)
           
static void unRegister(ContinuousQuery query)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ContinuousQueryManager

public ContinuousQueryManager()
Method Detail

notify

public static void notify(java.lang.String queryId,
                          QueryChangeType changeType,
                          java.lang.String key)

register

public static void register(ContinuousQuery query)

unRegister

public static void unRegister(ContinuousQuery query)