|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ObjectStore | |
|---|---|
| org.mule.routing | Defines the core routing patterns supported by mule. |
| org.mule.transport.jdbc.store | |
| org.mule.util.store | |
| Uses of ObjectStore in org.mule.routing |
|---|
| Fields in org.mule.routing declared as ObjectStore | |
|---|---|
protected ObjectStore<String> |
IdempotentMessageFilter.store
|
| Methods in org.mule.routing that return ObjectStore | |
|---|---|
protected ObjectStore<String> |
IdempotentMessageFilter.createMessageIdStore()
|
ObjectStore<String> |
IdempotentMessageFilter.getStore()
|
| Methods in org.mule.routing with parameters of type ObjectStore | |
|---|---|
void |
IdempotentMessageFilter.setStore(ObjectStore<String> store)
|
| Uses of ObjectStore in org.mule.transport.jdbc.store |
|---|
| Classes in org.mule.transport.jdbc.store that implement ObjectStore | |
|---|---|
class |
JdbcObjectStore<T extends Serializable>
|
| Uses of ObjectStore in org.mule.util.store |
|---|
| Classes in org.mule.util.store that implement ObjectStore | |
|---|---|
class |
AbstractMonitoredObjectStore<T extends Serializable>
TODO |
class |
InMemoryObjectStore<T extends Serializable>
InMemoryObjectStore implements an optionally bounded
in-memory store for message IDs with periodic expiry of old entries. |
class |
TextFileObjectStore
A Simple object store that stores String objects by key to a text file. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||