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 ObjectStoreCommandObjectStoreCommandNotSupportedException.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 ObjectObjectStore.execute(ObjectStoreCommand command) Perform the actions specified by the key and return a value.protected ObjectDispatchingObjectStore.executeImpl(ObjectStoreCommand command) Perform the dispatching.protected abstract ObjectObjectStore.executeImpl(ObjectStoreCommand command) Override this to provide the actual processing of the object store.protected final ObjectReflectedObjectStore.executeImpl(ObjectStoreCommand command) Execute the specified commandprotected ObjectStoreDispatchingObjectStore.findStore(ObjectStoreCommand command) Find the ObjectStore for the specified commandConstructors in com.gargoylesoftware.base.objectstore with parameters of type ObjectStoreCommandModifierConstructorDescriptionConstructor for the ObjectStoreCommandNotSupportedException object