Class DelegableReentrantLock.DelegateDetector.Factory
- java.lang.Object
- 
- org.eclipse.net4j.util.factory.Factory
- 
- org.eclipse.net4j.util.concurrent.DelegableReentrantLock.DelegateDetector.Factory
 
 
- 
- All Implemented Interfaces:
- IFactory
 - Enclosing interface:
- DelegableReentrantLock.DelegateDetector
 
 public abstract static class DelegableReentrantLock.DelegateDetector.Factory extends Factory - Author:
- Eike Stepper
 
- 
- 
Field SummaryFields Modifier and Type Field Description static java.lang.StringPRODUCT_GROUP
 - 
Constructor SummaryConstructors Constructor Description Factory(java.lang.String type)
 - 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract DelegableReentrantLock.DelegateDetectorcreate(java.lang.String description)- 
Methods inherited from class org.eclipse.net4j.util.factory.FactorygetDescriptionFor, getKey, getProductGroup, getType, toString
 
- 
 
- 
- 
- 
Field Detail- 
PRODUCT_GROUPpublic static final java.lang.String PRODUCT_GROUP - See Also:
- Constant Field Values
 
 
- 
 - 
Method Detail- 
createpublic abstract DelegableReentrantLock.DelegateDetector create(java.lang.String description) throws ProductCreationException - Throws:
- ProductCreationException
 
 
- 
 
-