|
||||||||||
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 |
---|
Fields in com.gargoylesoftware.base.objectstore declared as ObjectStoreCommand | |
---|---|
private ObjectStoreCommand |
ObjectStoreCommandNotSupportedException.command_
|
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 | |
---|---|
java.lang.Object |
ObjectStore.execute(ObjectStoreCommand command)
Perform the actions specified by the key and return a value. |
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 command |
protected java.lang.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 |