Uses of Interface
org.glassfish.ha.store.api.BackingStoreFactory
Packages that use BackingStoreFactory
Package
Description
-
Uses of BackingStoreFactory in com.sun.xml.ws.api.ha
Methods in com.sun.xml.ws.api.ha that return BackingStoreFactoryModifier and TypeMethodDescriptionHighAvailabilityProvider.getBackingStoreFactory(HighAvailabilityProvider.StoreType type) RetrievesBackingStoreFactoryimplementation of the requested type.Methods in com.sun.xml.ws.api.ha with parameters of type BackingStoreFactoryModifier and TypeMethodDescription<K extends Serializable,V extends Serializable>
BackingStore<K,V> HighAvailabilityProvider.createBackingStore(BackingStoreFactory factory, String backingStoreName, Class<K> keyClass, Class<V> valueClass) Helper method that avoids the need for exception handling boilerplate code when creating a newBackingStoreinstance. -
Uses of BackingStoreFactory in org.glassfish.ha.store.api
Methods in org.glassfish.ha.store.api that return BackingStoreFactoryModifier and TypeMethodDescriptionabstract BackingStoreFactoryBackingStore.getBackingStoreFactory() -
Uses of BackingStoreFactory in org.glassfish.ha.store.impl
Classes in org.glassfish.ha.store.impl that implement BackingStoreFactoryMethods in org.glassfish.ha.store.impl that return BackingStoreFactory -
Uses of BackingStoreFactory in org.glassfish.ha.store.spi
Methods in org.glassfish.ha.store.spi that return BackingStoreFactoryModifier and TypeMethodDescriptionstatic 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 BackingStoreFactoryModifier and TypeMethodDescriptionstatic BackingStoreFactoryBackingStoreFactoryRegistry.register(String type, BackingStoreFactory factory)