org.apache.servicemix.store.krati
Class KratiStoreFactory
java.lang.Object
org.apache.servicemix.store.base.BaseStoreFactory
org.apache.servicemix.store.krati.KratiStoreFactory
- All Implemented Interfaces:
- StoreFactory
public class KratiStoreFactory
- extends BaseStoreFactory
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
STORE_PREFIX
public static final java.lang.String STORE_PREFIX
- See Also:
- Constant Field Values
KratiStoreFactory
public KratiStoreFactory()
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)
getStoreDirectory
public java.lang.String getStoreDirectory()
setStoreDirectory
public void setStoreDirectory(java.lang.String storeDirectory)
getInitCapacity
public int getInitCapacity()
setInitCapacity
public void setInitCapacity(int initCapacity)
Copyright © 2005-2012 FuseSource. All Rights Reserved.