Package | Description |
---|---|
com.gargoylesoftware.base.objectstore |
Classes involving object stores.
|
Modifier and Type | Method and Description |
---|---|
Object |
ObjectStore.execute(ObjectStoreCommand command)
Perform the actions specified by the key and return a value.
|
protected ObjectStore |
DispatchingObjectStore.findStore(ObjectStoreCommand command)
Find the ObjectStore for the specified command
|
protected Object |
ObjectStore.handleException(Exception exception)
Handle an exception that occured during the processing of executeImpl().
|
Copyright © 1998–2014 Gargoyle Software Inc.. All rights reserved.