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 ObjectStoreCommandObjectStoreCommandNotSupportedException. command_Methods in com.gargoylesoftware.base.objectstore that return ObjectStoreCommand Modifier and Type Method Description ObjectStoreCommandObjectStoreCommandNotSupportedException. 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.ObjectObjectStore. execute(ObjectStoreCommand command)Perform the actions specified by the key and return a value.protected java.lang.ObjectDispatchingObjectStore. executeImpl(ObjectStoreCommand command)Perform the dispatching.protected abstract java.lang.ObjectObjectStore. executeImpl(ObjectStoreCommand command)Override this to provide the actual processing of the object store.protected java.lang.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 ObjectStoreCommand Constructor Description ObjectStoreCommandNotSupportedException(ObjectStoreCommand command)Constructor for the ObjectStoreCommandNotSupportedException object
-