public class MethodInvocationDataStoreOperation<K extends Serializable,E> extends Object implements DataStoreOperation<Object,K,E>
| Constructor and Description |
|---|
MethodInvocationDataStoreOperation(Object instance,
Method method) |
| Modifier and Type | Method and Description |
|---|---|
Object |
execute(DataStore<K,E> store,
RepositoryConfiguration configuration,
Invocation invocation)
Called to trigger the actual operation
|
Object |
getInstance() |
Method |
getMethod() |
String |
toString() |
public Object execute(DataStore<K,E> store, RepositoryConfiguration configuration, Invocation invocation)
DataStoreOperationexecute in interface DataStoreOperation<Object,K extends Serializable,E>store - the data store on which this operation is taking placeconfiguration - the configuration for the data storeinvocation - the invocation that triggered this operationpublic Object getInstance()
public Method getMethod()
Copyright © 2014–2016. All rights reserved.