|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use BackingStoreFactory | |
|---|---|
| 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 | |
|---|---|
BackingStoreFactory |
HighAvailabilityProvider.getBackingStoreFactory(HighAvailabilityProvider.StoreType type)
Retrieves BackingStoreFactory implementation of the requested type. |
| Methods in com.sun.xml.ws.api.ha with parameters of type BackingStoreFactory | ||
|---|---|---|
|
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 new BackingStore instance. |
|
| Uses of BackingStoreFactory in org.glassfish.ha.store.api |
|---|
| Methods in org.glassfish.ha.store.api that return BackingStoreFactory | |
|---|---|
abstract BackingStoreFactory |
BackingStore.getBackingStoreFactory()
|
| Uses of BackingStoreFactory in org.glassfish.ha.store.impl |
|---|
| Classes in org.glassfish.ha.store.impl that implement BackingStoreFactory | |
|---|---|
class |
NoOpBackingStoreFactory
|
| Methods in org.glassfish.ha.store.impl that return BackingStoreFactory | |
|---|---|
BackingStoreFactory |
NoOpBackingStore.getBackingStoreFactory()
|
| Uses of BackingStoreFactory in org.glassfish.ha.store.spi |
|---|
| Methods in org.glassfish.ha.store.spi that return BackingStoreFactory | |
|---|---|
static BackingStoreFactory |
BackingStoreFactoryRegistry.getFactoryInstance(String type)
Return an instance of BackingStoreFactory for the specified type. |
static BackingStoreFactory |
BackingStoreFactoryRegistry.register(String type,
BackingStoreFactory factory)
|
| Methods in org.glassfish.ha.store.spi with parameters of type BackingStoreFactory | |
|---|---|
static BackingStoreFactory |
BackingStoreFactoryRegistry.register(String type,
BackingStoreFactory factory)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||