|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ObjectStoreCommand | |
com.gargoylesoftware.base.objectstore | Classes involving object stores. |
Uses of ObjectStoreCommand in com.gargoylesoftware.base.objectstore |
Methods in com.gargoylesoftware.base.objectstore that return ObjectStoreCommand | |
ObjectStoreCommand |
ObjectStoreCommandNotSupportedException.getCommand()
Return the command or null if the command wasn't set |
Methods in com.gargoylesoftware.base.objectstore with parameters of type ObjectStoreCommand | |
protected Object |
ReflectedObjectStore.executeImpl(ObjectStoreCommand command)
Execute the specified command |
Object |
ObjectStore.execute(ObjectStoreCommand command)
Perform the actions specified by the key and return a value. |
protected abstract Object |
ObjectStore.executeImpl(ObjectStoreCommand command)
Override this to provide the actual processing of the object store. |
protected Object |
DispatchingObjectStore.executeImpl(ObjectStoreCommand command)
Perform the dispatching. |
protected ObjectStore |
DispatchingObjectStore.findStore(ObjectStoreCommand command)
Find the ObjectStore for the specified command |
Constructors in com.gargoylesoftware.base.objectstore with parameters of type ObjectStoreCommand | |
ObjectStoreCommandNotSupportedException(ObjectStoreCommand command)
Constructor for the ObjectStoreCommandNotSupportedException object |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |