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.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 EhCacheStoreFactory.getIdGenerator()
           
 IdGenerator EhCacheStore.getIdGenerator()
           
 

Methods in org.apache.servicemix.store.ehcache with parameters of type IdGenerator
 void EhCacheStoreFactory.setIdGenerator(IdGenerator idGenerator)
           
 void EhCacheStore.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.memory
 

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



Copyright © 2005-2011 FuseSource. All Rights Reserved.