Class InternalSecurityManager.CommitHandler.Factory
java.lang.Object
org.eclipse.net4j.util.factory.Factory
org.eclipse.emf.cdo.server.spi.security.InternalSecurityManager.CommitHandler.Factory
- All Implemented Interfaces:
org.eclipse.net4j.util.factory.IFactory
,org.eclipse.net4j.util.factory.IFactoryKeyAware
- Direct Known Subclasses:
AnnotationHandler.Factory
,HomeFolderHandler.Factory
- Enclosing interface:
- InternalSecurityManager.CommitHandler
public abstract static class InternalSecurityManager.CommitHandler.Factory
extends org.eclipse.net4j.util.factory.Factory
Creates
InternalSecurityManager.CommitHandler
instances.- Since:
- 4.3
- Author:
- Eike Stepper
-
Field Summary
Fields inherited from class org.eclipse.net4j.util.factory.Factory
NO_DESCRIPTION
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionMethods 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 InternalSecurityManager.CommitHandler create(String description) throws org.eclipse.net4j.util.factory.ProductCreationException - Throws:
org.eclipse.net4j.util.factory.ProductCreationException
-