GemFire 5.5

Uses of Class
com.gemstone.gemfire.cache.query.CqClosedException

Packages that use CqClosedException
com.gemstone.gemfire.cache.query GemFire's query service, an implementation of an OQL/SQL-style query processor with supporting indexes. 
 

Uses of CqClosedException in com.gemstone.gemfire.cache.query
 

Methods in com.gemstone.gemfire.cache.query that throw CqClosedException
 void CqQuery.close()
          Close the CQ and stop execution.
 void CqQuery.execute()
          Start executing the CQ or if this CQ is stopped earlier, resumes execution of the CQ.
 SelectResults CqQuery.executeWithInitialResults()
          Start executing the CQ or if this CQ is stopped earlier, resumes execution of the CQ.
 void CqQuery.stop()
          Stops this CqQuery without releasing resources.
 


GemFire 5.5

Copyright © 2002-2008 GemStone Systems, Inc. All Rights Reserved.