com.neeve.ods
Class StoreProviderRegistry

java.lang.Object
  extended by com.neeve.root.RootObject
      extended by com.neeve.ods.OdsObject
          extended by com.neeve.ods.StoreProviderRegistry

public final class StoreProviderRegistry
extends OdsObject

The store provider registry.

The provider registry, a singleton class, stores references to configured providers. Providers are created on demand and stored in the registry.

Threading:
The provider registry is not safe for concurrent access by multiple threads.

Method Summary
static StoreProviderRegistry getInstance()
          Get the singleton provider registry instance.
 
Methods inherited from class com.neeve.root.RootObject
getChecked, getThreaded, getTracer, setChecked, setTracer
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static final StoreProviderRegistry getInstance()
Get the singleton provider registry instance.

Threading:
This method is safe for concurrent access by multiple threads


Copyright © 2015 Neeve Research, LLC. All Rights Reserved.