|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||