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, setResourceManager
protected final Object executeImpl(ObjectStoreCommand command) throws Throwable
executeImpl
in class ObjectStore
command
- The command to executeThrowable
- If an error occursObjectStore.execute(ObjectStoreCommand)
Copyright © 1998–2014 Gargoyle Software Inc.. All rights reserved.