K
- Factory keyV
- Instance typepublic class OConfigurableStatelessFactory<K,V> extends Object
Constructor and Description |
---|
OConfigurableStatelessFactory() |
Modifier and Type | Method and Description |
---|---|
V |
getDefaultImplementation() |
V |
getImplementation(K iKey) |
Set<K> |
getRegisteredImplementationNames() |
OConfigurableStatelessFactory<K,V> |
registerImplementation(K iKey,
V iValue) |
OConfigurableStatelessFactory<K,V> |
setDefaultImplementation(V defaultImpl) |
OConfigurableStatelessFactory<K,V> |
unregisterAllImplementations() |
OConfigurableStatelessFactory<K,V> |
unregisterImplementation(K iKey) |
public OConfigurableStatelessFactory<K,V> registerImplementation(K iKey, V iValue)
public OConfigurableStatelessFactory<K,V> unregisterImplementation(K iKey)
public OConfigurableStatelessFactory<K,V> unregisterAllImplementations()
public V getDefaultImplementation()
public OConfigurableStatelessFactory<K,V> setDefaultImplementation(V defaultImpl)
Copyright © 2009–2020 OrientDB. All rights reserved.