Uses of Interface
org.glassfish.ha.store.api.BackingStoreFactory

Packages that use BackingStoreFactory
org.glassfish.ha.store.api   
org.glassfish.ha.store.impl   
org.glassfish.ha.store.spi   
 

Uses of BackingStoreFactory in org.glassfish.ha.store.api
 

Methods in org.glassfish.ha.store.api that return BackingStoreFactory
 BackingStoreFactory BackingStore.getBackingStoreFactory()
           
 

Uses of BackingStoreFactory in org.glassfish.ha.store.impl
 

Classes in org.glassfish.ha.store.impl that implement BackingStoreFactory
 class NoOpBackingStoreFactory
           
 

Uses of BackingStoreFactory in org.glassfish.ha.store.spi
 

Methods in org.glassfish.ha.store.spi that return BackingStoreFactory
static BackingStoreFactory BackingStoreFactoryRegistry.getFactoryInstance(java.lang.String type)
          Return an instance of BackingStoreFactory for the specified type.
 

Methods in org.glassfish.ha.store.spi with parameters of type BackingStoreFactory
static void BackingStoreFactoryRegistry.register(java.lang.String type, BackingStoreFactory factory)
           
 



Copyright © 2010. All Rights Reserved.