Package org.eclipse.emf.cdo.lm.server
Class AbstractLifecycleManager.Factory
java.lang.Object
org.eclipse.net4j.util.factory.Factory
org.eclipse.emf.cdo.lm.server.AbstractLifecycleManager.Factory
- All Implemented Interfaces:
org.eclipse.net4j.util.factory.IFactory
,org.eclipse.net4j.util.factory.IFactoryKeyAware
- Direct Known Subclasses:
XMLLifecycleManager.Factory
- Enclosing class:
- AbstractLifecycleManager
public abstract static class AbstractLifecycleManager.Factory
extends org.eclipse.net4j.util.factory.Factory
- Since:
- 1.2
- Author:
- Eike Stepper
-
Field Summary
Fields inherited from class org.eclipse.net4j.util.factory.Factory
NO_DESCRIPTION
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionabstract AbstractLifecycleManager
static AbstractLifecycleManager
Methods inherited from class org.eclipse.net4j.util.factory.Factory
getDescriptionFor, getFactoryKey, getKey, getProductGroup, getType, productCreationException, productCreationException, setFactoryKey, toString
-
Field Details
-
PRODUCT_GROUP
- See Also:
-
-
Constructor Details
-
Factory
-
-
Method Details
-
create
public abstract AbstractLifecycleManager create(String description) throws org.eclipse.net4j.util.factory.ProductCreationException - Throws:
org.eclipse.net4j.util.factory.ProductCreationException
-
get
public static AbstractLifecycleManager get(org.eclipse.net4j.util.container.IManagedContainer container, String type, String description)
-