public final class BackingStoreFactoryRegistry extends Object
BackingStoreFactory
.Constructor and Description |
---|
BackingStoreFactoryRegistry() |
Modifier and Type | Method and Description |
---|---|
static BackingStoreFactory |
getFactoryInstance(String type)
Return an instance of BackingStoreFactory for the
specified type.
|
static Set<String> |
getRegisteredTypes() |
static BackingStoreFactory |
register(String type,
BackingStoreFactory factory) |
static void |
unregister(String type)
Will be called by Store's Lifecycle module to unregister
the factory class name.
|
public static BackingStoreFactory register(String type, BackingStoreFactory factory)
type
- factory
- DuplicateFactoryRegistrationException
public static BackingStoreFactory getFactoryInstance(String type) throws BackingStoreException
BackingStoreException
public static void unregister(String type)
Copyright © 2015 Oracle Corporation. All rights reserved.