org.apache.servicemix.store.base
Class BaseStoreFactory

java.lang.Object
  extended by org.apache.servicemix.store.base.BaseStoreFactory
All Implemented Interfaces:
StoreFactory
Direct Known Subclasses:
EhCacheStoreFactory, HazelcastStoreFactory, JdbcStoreFactory, KratiStoreFactory, MemoryStoreFactory, MongoStoreFactory, RedisStoreFactory

public abstract class BaseStoreFactory
extends java.lang.Object
implements StoreFactory


Field Summary
protected  java.util.Set<StoreListener> storeListeners
           
 
Constructor Summary
BaseStoreFactory()
           
 
Method Summary
 java.util.Set<StoreListener> getStoreListeners()
           
 void setStoreListeners(java.util.Set<StoreListener> storeListeners)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.apache.servicemix.store.StoreFactory
close, open
 

Field Detail

storeListeners

protected java.util.Set<StoreListener> storeListeners
Constructor Detail

BaseStoreFactory

public BaseStoreFactory()
Method Detail

getStoreListeners

public java.util.Set<StoreListener> getStoreListeners()

setStoreListeners

public void setStoreListeners(java.util.Set<StoreListener> storeListeners)


Copyright © 2005-2011 FuseSource. All Rights Reserved.