org.apache.servicemix.store.krati
Class KratiStoreFactory

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

public class KratiStoreFactory
extends BaseStoreFactory


Field Summary
static java.lang.String STORE_PREFIX
           
 
Fields inherited from class org.apache.servicemix.store.base.BaseStoreFactory
storeListeners
 
Constructor Summary
KratiStoreFactory()
           
 
Method Summary
 void close(Store store)
          Closes a Store with the specified name,
 int getInitCapacity()
           
 java.lang.String getStoreDirectory()
           
 long getTimeout()
           
 Store open(java.lang.String name)
          Opens a Store with the specified name.
 void setInitCapacity(int initCapacity)
           
 void setStoreDirectory(java.lang.String storeDirectory)
           
 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

KratiStoreFactory

public KratiStoreFactory()
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)

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-2011 FuseSource. All Rights Reserved.