com.gargoylesoftware.base.objectstore
public abstract class ReflectedObjectStore extends ObjectStore
Version: $Revision: 1.3 $
| Field Summary | |
|---|---|
| Map | commandMap_ |
| Constructor Summary | |
|---|---|
| ReflectedObjectStore()
Create an instance | |
| Method Summary | |
|---|---|
| void | attemptToSuppressAccessControl(Method method) |
| 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()
|
Parameters: command The command to execute
Returns: An object
Throws: Throwable If an error occurs
Parameters: commandClass The class of the command methodName The name of the method that will be executed