org.apache.servicemix.store.redis
Class RedisStoreFactory

java.lang.Object
  extended by org.apache.servicemix.store.base.BaseStoreFactory
      extended by org.apache.servicemix.store.redis.RedisStoreFactory
All Implemented Interfaces:
StoreFactory

public class RedisStoreFactory
extends BaseStoreFactory


Field Summary
static java.lang.String STORE_PREFIX
           
 
Fields inherited from class org.apache.servicemix.store.base.BaseStoreFactory
storeListeners
 
Constructor Summary
RedisStoreFactory(org.idevlab.rjc.RedisNode redisNode)
           
 
Method Summary
 void close(Store store)
          Closes a Store with the specified name,
 long getTimeout()
           
 Store open(java.lang.String name)
          Opens a Store with the specified name.
 void setTimeout(long timeout)
           
 
Methods inherited from class org.apache.servicemix.store.base.BaseStoreFactory
getStoreListeners, setStoreListeners
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

STORE_PREFIX

public static final java.lang.String STORE_PREFIX
See Also:
Constant Field Values
Constructor Detail

RedisStoreFactory

public RedisStoreFactory(org.idevlab.rjc.RedisNode redisNode)
Method Detail

open

public Store open(java.lang.String name)
           throws java.io.IOException
Description copied from interface: StoreFactory
Opens a Store with the specified name.

Returns:
Throws:
java.io.IOException

close

public void close(Store store)
           throws java.io.IOException
Description copied from interface: StoreFactory
Closes a Store with the specified name,

Throws:
java.io.IOException

getTimeout

public long getTimeout()

setTimeout

public void setTimeout(long timeout)


Copyright © 2005-2012 FuseSource. All Rights Reserved.