public abstract class AbstractSubEmfstoreInterface extends Object
EMFStoreImpl, check and
than delegates method calls to these subinterfaces, where the actual functionality is implemented. Subinterfaces
shouldn't be accessed without the corresponding main interface, because they rely on the sanity checks of the main
interfaces. The idea behind subinterfaces is to divide an emfstore interface into logical pieces and to avoid huge
classes.| Constructor and Description |
|---|
AbstractSubEmfstoreInterface(AbstractEmfstoreInterface parentInterface)
Default constructor.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
execute(Method method,
Object[] args)
Executes the given method.
|
ResourceHelper |
getResourceHelper()
Returns the ResourceHelper.
|
public AbstractSubEmfstoreInterface(AbstractEmfstoreInterface parentInterface) throws FatalESException
parentInterface - parentInterfaceFatalESException - if parent interface is nullpublic ResourceHelper getResourceHelper()
public Object execute(Method method, Object[] args) throws ESException
method - the method to invokeargs - parametersESException - thrown if operation could not be executed properlyCopyright © 2017. All rights reserved.