Methods in com.gargoylesoftware.base.objectstore that throw ObjectStoreCommandNotSupportedException |
Object |
ObjectStore.execute(ObjectStoreCommand command)
Perform the actions specified by the key and return a value. |
protected Object |
ObjectStore.handleException(Exception exception)
Handle an exception that occured during the processing of executeImpl(). |
protected abstract Object |
ObjectStore.executeImpl(ObjectStoreCommand command)
Override this to provide the actual processing of the object store. |
protected ObjectStore |
DispatchingObjectStore.findStore(ObjectStoreCommand command)
Find the ObjectStore for the specified command |