Package org.eclipse.emf.cdo.spi.server
Interface InternalQueryManager
public interface InternalQueryManager
If 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 Summary
Modifier and TypeMethodDescriptionvoid
cancel
(int queryID) execute
(InternalView view, CDOQueryInfo queryInfo) boolean
isRunning
(int queryID) void
setRepository
(InternalRepository repository)
-
Method Details
-
getRepository
InternalRepository getRepository() -
setRepository
-
execute
-
isRunning
boolean isRunning(int queryID) -
cancel
void cancel(int queryID)
-