org.shoal.adapter.store
Class RepliatedBackingStoreRegistry

java.lang.Object
  extended by org.shoal.adapter.store.RepliatedBackingStoreRegistry

public class RepliatedBackingStoreRegistry
extends java.lang.Object

Author:
Mahesh Kannan

Constructor Summary
RepliatedBackingStoreRegistry()
           
 
Method Summary
static java.util.Collection<org.glassfish.ha.store.api.BackingStoreConfiguration> getConfigurations()
           
static DataStoreContext getContext(java.lang.String name)
           
static java.util.Collection<java.lang.String> getStoreNames()
           
static void registerStore(java.lang.String name, org.glassfish.ha.store.api.BackingStoreConfiguration conf, DataStoreContext ctx)
           
static void unregisterStore(java.lang.String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RepliatedBackingStoreRegistry

public RepliatedBackingStoreRegistry()
Method Detail

registerStore

public static final void registerStore(java.lang.String name,
                                       org.glassfish.ha.store.api.BackingStoreConfiguration conf,
                                       DataStoreContext ctx)

unregisterStore

public static final void unregisterStore(java.lang.String name)

getStoreNames

public static final java.util.Collection<java.lang.String> getStoreNames()

getConfigurations

public static final java.util.Collection<org.glassfish.ha.store.api.BackingStoreConfiguration> getConfigurations()

getContext

public static final DataStoreContext getContext(java.lang.String name)


Copyright © 2010. All Rights Reserved.