Uses of Interface
org.glassfish.ha.store.api.BackingStoreFactory
-
Packages that use BackingStoreFactory Package Description com.sun.xml.ws.api.ha org.glassfish.ha.store.api org.glassfish.ha.store.impl org.glassfish.ha.store.spi -
-
Uses of BackingStoreFactory in com.sun.xml.ws.api.ha
Methods in com.sun.xml.ws.api.ha that return BackingStoreFactory Modifier and Type Method Description BackingStoreFactoryHighAvailabilityProvider. getBackingStoreFactory(HighAvailabilityProvider.StoreType type)RetrievesBackingStoreFactoryimplementation of the requested type.Methods in com.sun.xml.ws.api.ha with parameters of type BackingStoreFactory Modifier and Type Method Description <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 BackingStoreFactory Modifier and Type Method Description abstract BackingStoreFactoryBackingStore. getBackingStoreFactory() -
Uses of BackingStoreFactory in org.glassfish.ha.store.impl
Classes in org.glassfish.ha.store.impl that implement BackingStoreFactory Modifier and Type Class Description classNoOpBackingStoreFactoryMethods in org.glassfish.ha.store.impl that return BackingStoreFactory Modifier and Type Method Description BackingStoreFactoryNoOpBackingStore. 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)
-