Package | Description |
---|---|
com.gargoylesoftware.base.objectstore |
Classes involving object stores.
|
Modifier and Type | Method and Description |
---|---|
ObjectStoreCommand |
ObjectStoreCommandNotSupportedException.getCommand()
Return the command or null if the command wasn't set
|
Modifier and Type | Method and Description |
---|---|
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 Object |
ReflectedObjectStore.executeImpl(ObjectStoreCommand command)
Execute the specified command
|
protected abstract Object |
ObjectStore.executeImpl(ObjectStoreCommand command)
Override this to provide the actual processing of the object store.
|
protected ObjectStore |
DispatchingObjectStore.findStore(ObjectStoreCommand command)
Find the ObjectStore for the specified command
|
Constructor and Description |
---|
ObjectStoreCommandNotSupportedException(ObjectStoreCommand command)
Constructor for the ObjectStoreCommandNotSupportedException object
|
Copyright © 1998–2014 Gargoyle Software Inc.. All rights reserved.