Uses of Interface
org.glassfish.ha.store.api.BackingStoreFactory
-
Packages that use BackingStoreFactory Package Description org.glassfish.ha.store.api org.glassfish.ha.store.spi -
-
Uses of BackingStoreFactory in org.glassfish.ha.store.api
Methods in org.glassfish.ha.store.api that return BackingStoreFactory Modifier and Type Method Description abstract BackingStoreFactoryBackingStore. getBackingStoreFactory() -
Uses of BackingStoreFactory in org.glassfish.ha.store.spi
Methods in org.glassfish.ha.store.spi that return BackingStoreFactory Modifier and Type Method Description static BackingStoreFactoryBackingStoreFactoryRegistry. getFactoryInstance(String type)Return an instance of BackingStoreFactory for the specified type.static BackingStoreFactoryBackingStoreFactoryRegistry. register(String type, BackingStoreFactory factory)Methods in org.glassfish.ha.store.spi with parameters of type BackingStoreFactory Modifier and Type Method Description static BackingStoreFactoryBackingStoreFactoryRegistry. register(String type, BackingStoreFactory factory)
-