|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ObjectStoreException | |
---|---|
org.mule.api.store | |
org.mule.util.store |
Uses of ObjectStoreException in org.mule.api.store |
---|
Subclasses of ObjectStoreException in org.mule.api.store | |
---|---|
class |
ObjectAlreadyExistsException
|
class |
ObjectDoesNotExistException
|
class |
ObjectStoreNotAvaliableException
This exception is thrown when the underlying to an ObjectStore 's system fails. |
Methods in org.mule.api.store that throw ObjectStoreException | |
---|---|
boolean |
ObjectStore.contains(java.io.Serializable key)
Check whether the given Object is already registered with this store. |
T |
ObjectStore.remove(java.io.Serializable key)
Remove the object with key. |
T |
ObjectStore.retrieve(java.io.Serializable key)
Retrieve the given Object. |
void |
ObjectStore.store(java.io.Serializable key,
T value)
Store the given Object. |
Uses of ObjectStoreException in org.mule.util.store |
---|
Methods in org.mule.util.store that throw ObjectStoreException | |
---|---|
boolean |
InMemoryObjectStore.contains(java.io.Serializable key)
Check whether the given Object is already registered with this store. |
T |
InMemoryObjectStore.remove(java.io.Serializable key)
|
T |
InMemoryObjectStore.retrieve(java.io.Serializable key)
Retrieve the given Object. |
void |
TextFileObjectStore.store(java.io.Serializable id,
java.lang.String item)
|
void |
InMemoryObjectStore.store(java.io.Serializable id,
T value)
Store the given Object. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |