Class OConfigurableStatelessFactory<K,V>
java.lang.Object
com.orientechnologies.common.factory.OConfigurableStatelessFactory<K,V>
- Type Parameters:
K- Factory keyV- Instance type
- Direct Known Subclasses:
ORecordConflictStrategyFactory
Configurable stateless factory. The registered instances must not contain any state, so they can
be reused even concurrently.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetImplementation(K iKey) registerImplementation(K iKey, V iValue) setDefaultImplementation(V defaultImpl) unregisterImplementation(K iKey)
-
Constructor Details
-
OConfigurableStatelessFactory
public OConfigurableStatelessFactory()
-
-
Method Details
-
getImplementation
-
getRegisteredImplementationNames
-
registerImplementation
-
unregisterImplementation
-
unregisterAllImplementations
-
getDefaultImplementation
-
setDefaultImplementation
-