Uses of Class
org.apache.servicemix.id.IdGenerator

Packages that use IdGenerator
org.apache.servicemix.store.ehcache   
org.apache.servicemix.store.jdbc   
org.apache.servicemix.store.krati   
org.apache.servicemix.store.memory   
 

Uses of IdGenerator in org.apache.servicemix.store.ehcache
 

Fields in org.apache.servicemix.store.ehcache declared as IdGenerator
protected  IdGenerator EhCacheStoreFactory.idGenerator
           
 

Methods in org.apache.servicemix.store.ehcache that return IdGenerator
 IdGenerator EhCacheStore.getIdGenerator()
           
 IdGenerator EhCacheStoreFactory.getIdGenerator()
           
 

Methods in org.apache.servicemix.store.ehcache with parameters of type IdGenerator
 void EhCacheStore.setIdGenerator(IdGenerator idGenerator)
           
 void EhCacheStoreFactory.setIdGenerator(IdGenerator idGenerator)
           
 

Constructors in org.apache.servicemix.store.ehcache with parameters of type IdGenerator
EhCacheStore(net.sf.ehcache.Cache cache, IdGenerator idGenerator, java.lang.String name)
           
 

Uses of IdGenerator in org.apache.servicemix.store.jdbc
 

Methods in org.apache.servicemix.store.jdbc that return IdGenerator
 IdGenerator JdbcStoreFactory.getIdGenerator()
           
 

Methods in org.apache.servicemix.store.jdbc with parameters of type IdGenerator
 void JdbcStoreFactory.setIdGenerator(IdGenerator idGenerator)
           
 

Uses of IdGenerator in org.apache.servicemix.store.krati
 

Methods in org.apache.servicemix.store.krati that return IdGenerator
 IdGenerator KratiStore.getIdGenerator()
           
 

Methods in org.apache.servicemix.store.krati with parameters of type IdGenerator
 void KratiStore.setIdGenerator(IdGenerator idGenerator)
           
 

Constructors in org.apache.servicemix.store.krati with parameters of type IdGenerator
KratiStore(krati.store.DataStore<byte[],byte[]> store, long timeout, IdGenerator idGenerator)
          Constructor
 

Uses of IdGenerator in org.apache.servicemix.store.memory
 

Constructors in org.apache.servicemix.store.memory with parameters of type IdGenerator
MemoryStore(IdGenerator idGenerator)
           
TimeoutMemoryStore(IdGenerator idGenerator, long timeout)
           
 



Copyright © 2005-2012 FuseSource. All Rights Reserved.