Uses of Class
com.gargoylesoftware.base.objectstore.ObjectStoreCommandNotSupportedException
-
Packages that use ObjectStoreCommandNotSupportedException Package Description com.gargoylesoftware.base.objectstore Classes involving object stores. -
-
Uses of ObjectStoreCommandNotSupportedException in com.gargoylesoftware.base.objectstore
Methods in com.gargoylesoftware.base.objectstore that throw ObjectStoreCommandNotSupportedException Modifier and Type Method Description java.lang.ObjectObjectStore. execute(ObjectStoreCommand command)Perform the actions specified by the key and return a value.protected abstract java.lang.ObjectObjectStore. executeImpl(ObjectStoreCommand command)Override this to provide the actual processing of the object store.protected ObjectStoreDispatchingObjectStore. findStore(ObjectStoreCommand command)Find the ObjectStore for the specified commandprotected java.lang.ObjectObjectStore. handleException(java.lang.Exception exception)Handle an exception that occured during the processing of executeImpl().
-