org.apache.camel.component.krati
Class KratiDataStoreRegistration

java.lang.Object
  extended by org.apache.camel.component.krati.KratiDataStoreRegistration

public class KratiDataStoreRegistration
extends Object


Constructor Summary
KratiDataStoreRegistration(krati.store.DataStore<Object,Object> dataStore)
           
 
Method Summary
 krati.store.DataStore<Object,Object> getDataStore()
           
 int register()
           
 boolean unregister()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

KratiDataStoreRegistration

public KratiDataStoreRegistration(krati.store.DataStore<Object,Object> dataStore)
Method Detail

register

public int register()

unregister

public boolean unregister()

getDataStore

public krati.store.DataStore<Object,Object> getDataStore()


Apache Camel