Uses of Class
com.gargoylesoftware.base.objectstore.ObjectStoreCommand
-
Packages that use ObjectStoreCommand Package Description com.gargoylesoftware.base.objectstore Classes involving object stores. -
-
Uses of ObjectStoreCommand in com.gargoylesoftware.base.objectstore
Fields in com.gargoylesoftware.base.objectstore declared as ObjectStoreCommand Modifier and Type Field Description private ObjectStoreCommand
ObjectStoreCommandNotSupportedException. command_
Methods in com.gargoylesoftware.base.objectstore that return ObjectStoreCommand Modifier and Type Method Description ObjectStoreCommand
ObjectStoreCommandNotSupportedException. getCommand()
Return the command or null if the command wasn't setMethods in com.gargoylesoftware.base.objectstore with parameters of type ObjectStoreCommand Modifier and Type Method Description java.lang.Object
ObjectStore. execute(ObjectStoreCommand command)
Perform the actions specified by the key and return a value.protected java.lang.Object
DispatchingObjectStore. executeImpl(ObjectStoreCommand command)
Perform the dispatching.protected abstract java.lang.Object
ObjectStore. executeImpl(ObjectStoreCommand command)
Override this to provide the actual processing of the object store.protected java.lang.Object
ReflectedObjectStore. executeImpl(ObjectStoreCommand command)
Execute the specified commandprotected ObjectStore
DispatchingObjectStore. findStore(ObjectStoreCommand command)
Find the ObjectStore for the specified commandConstructors in com.gargoylesoftware.base.objectstore with parameters of type ObjectStoreCommand Constructor Description ObjectStoreCommandNotSupportedException(ObjectStoreCommand command)
Constructor for the ObjectStoreCommandNotSupportedException object
-