Package org.eclipse.emf.cdo.spi.server
Class QueryHandlerFactory
- java.lang.Object
- 
- org.eclipse.net4j.util.factory.Factory
- 
- org.eclipse.emf.cdo.spi.server.QueryHandlerFactory
 
 
- 
- All Implemented Interfaces:
- org.eclipse.net4j.util.factory.IFactory
 - Direct Known Subclasses:
- OCLQueryHandler.Factory
 
 public abstract class QueryHandlerFactory extends org.eclipse.net4j.util.factory.FactoryIf the meaning of this type isn't clear, there really should be more of a description here...- Since:
- 2.0
- Author:
- Eike Stepper
 
- 
- 
Field SummaryFields Modifier and Type Field Description static java.lang.StringPRODUCT_GROUP
 - 
Constructor SummaryConstructors Constructor Description QueryHandlerFactory(java.lang.String language)
 - 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract IQueryHandlercreate(java.lang.String description)
 
- 
- 
- 
Field Detail- 
PRODUCT_GROUPpublic static final java.lang.String PRODUCT_GROUP - See Also:
- Constant Field Values
 
 
- 
 - 
Method Detail- 
createpublic abstract IQueryHandler create(java.lang.String description) throws org.eclipse.net4j.util.factory.ProductCreationException - Throws:
- org.eclipse.net4j.util.factory.ProductCreationException
- Since:
- 3.0
 
 
- 
 
-