|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.glassfish.ha.store.impl.NoOpBackingStoreFactory
@Service(name="noop") public class NoOpBackingStoreFactory
| Constructor Summary | |
|---|---|
NoOpBackingStoreFactory()
|
|
| Method Summary | ||
|---|---|---|
|
createBackingStore(BackingStoreConfiguration<K,V> conf)
This method is called to create a BackingStore. |
|
BackingStoreTransaction |
createBackingStoreTransaction()
|
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public NoOpBackingStoreFactory()
| Method Detail |
|---|
public <K extends java.io.Serializable,V extends java.io.Serializable> BackingStore<K,V> createBackingStore(BackingStoreConfiguration<K,V> conf)
throws BackingStoreException
BackingStoreFactoryIf the factory can produce a BackingStore that can handle the factors specified in the conf, then it must return a fully initialized and operational BackingStore. Else it must return null.
createBackingStore in interface BackingStoreFactoryconf - The BackingStoreConfiguration
BackingStoreException - If the store could not be createdpublic BackingStoreTransaction createBackingStoreTransaction()
createBackingStoreTransaction in interface BackingStoreFactory
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||