org.eclipse.emf.cdo.server.spi.admin
Class CDOAdminHandler.Factory

java.lang.Object
  extended by org.eclipse.net4j.util.factory.Factory
      extended by org.eclipse.emf.cdo.server.spi.admin.CDOAdminHandler.Factory
All Implemented Interfaces:
IFactory
Enclosing interface:
CDOAdminHandler

public abstract static class CDOAdminHandler.Factory
extends Factory

Creates CDOAdminHandler instances.


Field Summary
static String PRODUCT_GROUP
           
 
Constructor Summary
CDOAdminHandler.Factory(String type)
           
 
Method Summary
abstract  CDOAdminHandler 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

CDOAdminHandler.Factory

public CDOAdminHandler.Factory(String type)
Method Detail

create

public abstract CDOAdminHandler create(String description)
                                throws ProductCreationException
Throws:
ProductCreationException


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