org.eclipse.emf.cdo.spi.server
Class ContainerQueryHandlerProvider

java.lang.Object
  extended by org.eclipse.emf.cdo.spi.server.ContainerQueryHandlerProvider
All Implemented Interfaces:
IQueryHandlerProvider

public class ContainerQueryHandlerProvider
extends Object
implements IQueryHandlerProvider

If the meaning of this type isn't clear, there really should be more of a description here...

Since:
2.0

Constructor Summary
ContainerQueryHandlerProvider(IManagedContainer container)
           
 
Method Summary
 IManagedContainer getContainer()
           
 IQueryHandler getQueryHandler(CDOQueryInfo info)
          If the meaning of this type isn't clear, there really should be more of a description here...
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ContainerQueryHandlerProvider

public ContainerQueryHandlerProvider(IManagedContainer container)
Method Detail

getContainer

public IManagedContainer getContainer()

getQueryHandler

public IQueryHandler getQueryHandler(CDOQueryInfo info)
If the meaning of this type isn't clear, there really should be more of a description here...

Specified by:
getQueryHandler in interface IQueryHandlerProvider
Since:
3.0


Copyright (c) 2011, 2012 Eike Stepper (Berlin, Germany) and others.