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

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

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 Apache Software Foundation. All Rights Reserved.