org.shoal.adapter.store
Class ReplicatedBackingStoreFactory

java.lang.Object
  extended by org.shoal.adapter.store.ReplicatedBackingStoreFactory
All Implemented Interfaces:
org.glassfish.ha.store.api.BackingStoreFactory

public class ReplicatedBackingStoreFactory
extends java.lang.Object
implements org.glassfish.ha.store.api.BackingStoreFactory

Author:
Mahesh Kannan

Constructor Summary
ReplicatedBackingStoreFactory()
           
ReplicatedBackingStoreFactory(java.util.Properties p)
           
 
Method Summary
<K extends java.io.Serializable,V extends java.io.Serializable>
org.glassfish.ha.store.api.BackingStore<K,V>
createBackingStore(org.glassfish.ha.store.api.BackingStoreConfiguration<K,V> conf)
           
 org.glassfish.ha.store.api.BackingStoreTransaction createBackingStoreTransaction()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReplicatedBackingStoreFactory

public ReplicatedBackingStoreFactory()

ReplicatedBackingStoreFactory

public ReplicatedBackingStoreFactory(java.util.Properties p)
Method Detail

createBackingStore

public <K extends java.io.Serializable,V extends java.io.Serializable> org.glassfish.ha.store.api.BackingStore<K,V> createBackingStore(org.glassfish.ha.store.api.BackingStoreConfiguration<K,V> conf)
                                                                                                                          throws org.glassfish.ha.store.api.BackingStoreException
Specified by:
createBackingStore in interface org.glassfish.ha.store.api.BackingStoreFactory
Throws:
org.glassfish.ha.store.api.BackingStoreException

createBackingStoreTransaction

public org.glassfish.ha.store.api.BackingStoreTransaction createBackingStoreTransaction()
Specified by:
createBackingStoreTransaction in interface org.glassfish.ha.store.api.BackingStoreFactory


Copyright © 2010. All Rights Reserved.