Uses of Class
org.glassfish.ha.store.api.BackingStoreException

Packages that use BackingStoreException
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
 void HANonceManager.remove(String key)
           
 

Uses of BackingStoreException in org.glassfish.ha.store.api
 

Methods in org.glassfish.ha.store.api that throw BackingStoreException
 void BackingStore.close()
          Typically called during shutdown of the process.
 void BackingStoreTransaction.commit()
           
<K extends Serializable,V extends Serializable>
BackingStore<K,V>
BackingStoreFactory.createBackingStore(BackingStoreConfiguration<K,V> conf)
          This method is called to create a BackingStore.
 void BackingStore.destroy()
          Called when the store is no longer needed.
protected  void BackingStore.initialize(BackingStoreConfiguration<K,V> conf)
           
abstract  V BackingStore.load(K key, String version)
          Load and return the data for the given id.
abstract  void BackingStore.remove(K key)
          Remove the association for the id.
 int BackingStore.removeExpired()
          Remove expired entries
 int BackingStore.removeExpired(long idleForMillis)
           
abstract  String BackingStore.save(K key, V value, boolean isNew)
          Save the value whose key is id.
abstract  int BackingStore.size()
          Get the current size of the store
 void BackingStore.updateTimestamp(K key, long time)
          TODO: BEGIN: REMOVE after shoal integration
 String BackingStore.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
<K extends Serializable,V extends Serializable>
BackingStore<K,V>
NoOpBackingStoreFactory.createBackingStore(BackingStoreConfiguration<K,V> conf)
           
 void NoOpBackingStore.destroy()
           
protected  void NoOpBackingStore.initialize(BackingStoreConfiguration<K,V> conf)
           
 V NoOpBackingStore.load(K key, String version)
           
 void NoOpBackingStore.remove(K key)
           
 int NoOpBackingStore.removeExpired()
           
 String NoOpBackingStore.save(K key, V value, boolean isNew)
           
 int NoOpBackingStore.size()
           
 String NoOpBackingStore.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
static BackingStoreFactory BackingStoreFactoryRegistry.getFactoryInstance(String type)
          Return an instance of BackingStoreFactory for the specified type.
 



Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.