|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Store | |
|---|---|
| org.apache.servicemix.store | |
| org.apache.servicemix.store.jdbc | |
| org.apache.servicemix.store.memory | |
| Uses of Store in org.apache.servicemix.store |
|---|
| Methods in org.apache.servicemix.store that return Store | |
|---|---|
Store |
StoreFactory.open(String name)
|
| Methods in org.apache.servicemix.store with parameters of type Store | |
|---|---|
void |
StoreFactory.close(Store store)
|
| Uses of Store in org.apache.servicemix.store.jdbc |
|---|
| Classes in org.apache.servicemix.store.jdbc that implement Store | |
|---|---|
class |
JdbcStore
|
| Methods in org.apache.servicemix.store.jdbc that return Store | |
|---|---|
Store |
JdbcStoreFactory.open(String name)
|
| Methods in org.apache.servicemix.store.jdbc with parameters of type Store | |
|---|---|
void |
JdbcStoreFactory.close(Store store)
|
| Uses of Store in org.apache.servicemix.store.memory |
|---|
| Classes in org.apache.servicemix.store.memory that implement Store | |
|---|---|
class |
MemoryStore
A simple memory store implementation based on a simple map. |
class |
TimeoutMemoryStore
MemoryStore which removes entries from the store after the specified timeout
to free memory. |
| Methods in org.apache.servicemix.store.memory that return Store | |
|---|---|
Store |
MemoryStoreFactory.open(String name)
|
| Methods in org.apache.servicemix.store.memory with parameters of type Store | |
|---|---|
void |
MemoryStoreFactory.close(Store store)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||