Package org.eclipse.emf.cdo.spi.server
Interface InternalQueryManager
- 
 public interface InternalQueryManagerIf the meaning of this type isn't clear, there really should be more of a description here...- Since:
- 3.0
- Author:
- Eike Stepper
- No Implement
- This interface is not intended to be implemented by clients.
- No Extend
- This interface is not intended to be extended by clients.
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description voidcancel(int queryID)InternalQueryResultexecute(InternalView view, CDOQueryInfo queryInfo)InternalRepositorygetRepository()booleanisRunning(int queryID)voidsetRepository(InternalRepository repository)
 
- 
- 
- 
Method Detail- 
getRepositoryInternalRepository getRepository() 
 - 
setRepositoryvoid setRepository(InternalRepository repository) 
 - 
executeInternalQueryResult execute(InternalView view, CDOQueryInfo queryInfo) 
 - 
isRunningboolean isRunning(int queryID) 
 - 
cancelvoid cancel(int queryID) 
 
- 
 
-