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

java.lang.Object
  extended by org.eclipse.net4j.util.factory.Factory
      extended by org.eclipse.emf.cdo.spi.server.QueryHandlerFactory
All Implemented Interfaces:
IFactory
Direct Known Subclasses:
OCLQueryHandler.Factory

public abstract class QueryHandlerFactory
extends Factory

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

Since:
2.0

Field Summary
static String PRODUCT_GROUP
           
 
Constructor Summary
QueryHandlerFactory(String language)
           
 
Method Summary
abstract  IQueryHandler create(String description)
           
 
Methods inherited from class org.eclipse.net4j.util.factory.Factory
getDescriptionFor, getKey, getProductGroup, getType, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

PRODUCT_GROUP

public static final String PRODUCT_GROUP
See Also:
Constant Field Values
Constructor Detail

QueryHandlerFactory

public QueryHandlerFactory(String language)
Method Detail

create

public abstract IQueryHandler create(String description)
                              throws ProductCreationException
Throws:
ProductCreationException
Since:
3.0


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