public abstract class ReflectedObjectStore extends ObjectStore
| Constructor and Description |
|---|
ReflectedObjectStore()
Create an instance
|
| Modifier and Type | Method and Description |
|---|---|
protected Object |
executeImpl(ObjectStoreCommand command)
Execute the specified command
|
void |
registerCommand(Class commandClass,
String methodName)
Register a command and the method that will be invoked when that command is
passed into execute()
|
assertNotNull, execute, getResource, getResourceManager, handleError, handleException, releaseResource, setResourceFactoryMap, setResourceManagerprotected final Object executeImpl(ObjectStoreCommand command) throws Throwable
executeImpl in class ObjectStorecommand - The command to executeThrowable - If an error occursObjectStore.execute(ObjectStoreCommand)Copyright © 1998–2025 Gargoyle Software Inc.. All rights reserved.