Package org.eclipse.emf.cdo.spi.server
Class ContainerQueryHandlerProvider
- java.lang.Object
- 
- org.eclipse.emf.cdo.spi.server.ContainerQueryHandlerProvider
 
- 
- All Implemented Interfaces:
- IQueryHandlerProvider,- org.eclipse.net4j.util.container.IManagedContainerProvider
 
 public class ContainerQueryHandlerProvider extends java.lang.Object implements IQueryHandlerProvider, org.eclipse.net4j.util.container.IManagedContainerProvider If the meaning of this type isn't clear, there really should be more of a description here...- Since:
- 2.0
- Author:
- Eike Stepper
 
- 
- 
Constructor SummaryConstructors Constructor Description ContainerQueryHandlerProvider(org.eclipse.net4j.util.container.IManagedContainer container)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description org.eclipse.net4j.util.container.IManagedContainergetContainer()IQueryHandlergetQueryHandler(CDOQueryInfo info)If the meaning of this type isn't clear, there really should be more of a description here...
 
- 
- 
- 
Method Detail- 
getContainerpublic org.eclipse.net4j.util.container.IManagedContainer getContainer() - Specified by:
- getContainerin interface- org.eclipse.net4j.util.container.IManagedContainerProvider
 
 - 
getQueryHandlerpublic IQueryHandler getQueryHandler(CDOQueryInfo info) If the meaning of this type isn't clear, there really should be more of a description here...- Specified by:
- getQueryHandlerin interface- IQueryHandlerProvider
- Since:
- 3.0
 
 
- 
 
-