Uses of Class
com.gargoylesoftware.base.objectstore.ObjectStoreCommand
Packages that use ObjectStoreCommand
-
Uses of ObjectStoreCommand in com.gargoylesoftware.base.objectstore
Fields in com.gargoylesoftware.base.objectstore declared as ObjectStoreCommandModifier and TypeFieldDescriptionprivate final ObjectStoreCommand
ObjectStoreCommandNotSupportedException.command_
Methods in com.gargoylesoftware.base.objectstore that return ObjectStoreCommandModifier and TypeMethodDescriptionObjectStoreCommandNotSupportedException.getCommand()
Return the command or null if the command wasn't setMethods in com.gargoylesoftware.base.objectstore with parameters of type ObjectStoreCommandModifier and TypeMethodDescriptionfinal Object
ObjectStore.execute
(ObjectStoreCommand command) Perform the actions specified by the key and return a value.protected Object
DispatchingObjectStore.executeImpl
(ObjectStoreCommand command) Perform the dispatching.protected abstract Object
ObjectStore.executeImpl
(ObjectStoreCommand command) Override this to provide the actual processing of the object store.protected final 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 ObjectStoreCommandModifierConstructorDescriptionConstructor for the ObjectStoreCommandNotSupportedException object