Uses of Class
org.glassfish.ha.store.api.BackingStoreException
-
Packages that use BackingStoreException Package Description com.sun.xml.wss.impl.misc org.glassfish.ha.store.api org.glassfish.ha.store.impl org.glassfish.ha.store.spi -
-
Uses of BackingStoreException in com.sun.xml.wss.impl.misc
Methods in com.sun.xml.wss.impl.misc that throw BackingStoreException Modifier and Type Method Description voidHANonceManager. remove(String key) -
Uses of BackingStoreException in org.glassfish.ha.store.api
Methods in org.glassfish.ha.store.api that throw BackingStoreException Modifier and Type Method Description voidBackingStore. close()Typically called during shutdown of the process.voidBackingStoreTransaction. commit()<K extends Serializable,V extends Serializable>
BackingStore<K,V>BackingStoreFactory. createBackingStore(BackingStoreConfiguration<K,V> conf)This method is called to create a BackingStore.voidBackingStore. destroy()Called when the store is no longer needed.protected voidBackingStore. initialize(BackingStoreConfiguration<K,V> conf)abstract VBackingStore. load(K key, String version)Load and return the data for the given id.abstract voidBackingStore. remove(K key)Remove the association for the id.intBackingStore. removeExpired()Remove expired entriesintBackingStore. removeExpired(long idleForMillis)abstract StringBackingStore. save(K key, V value, boolean isNew)Save the value whose key is id.abstract intBackingStore. size()Get the current size of the storevoidBackingStore. updateTimestamp(K key, long time)TODO: BEGIN: REMOVE after shoal integrationStringBackingStore. updateTimestamp(K key, String version, Long accessTime)Recomended way is to just do a save(k, v) -
Uses of BackingStoreException in org.glassfish.ha.store.impl
Methods in org.glassfish.ha.store.impl that throw BackingStoreException Modifier and Type Method Description <K extends Serializable,V extends Serializable>
BackingStore<K,V>NoOpBackingStoreFactory. createBackingStore(BackingStoreConfiguration<K,V> conf)voidNoOpBackingStore. destroy()protected voidNoOpBackingStore. initialize(BackingStoreConfiguration<K,V> conf)VNoOpBackingStore. load(K key, String version)voidNoOpBackingStore. remove(K key)intNoOpBackingStore. removeExpired()StringNoOpBackingStore. save(K key, V value, boolean isNew)intNoOpBackingStore. size()StringNoOpBackingStore. updateTimestamp(K key, String version, Long accessTime) -
Uses of BackingStoreException in org.glassfish.ha.store.spi
Methods in org.glassfish.ha.store.spi that throw BackingStoreException Modifier and Type Method Description static BackingStoreFactoryBackingStoreFactoryRegistry. getFactoryInstance(String type)Return an instance of BackingStoreFactory for the specified type.
-