public class EMFStoreImpl extends AbstractEmfstoreInterface implements InvocationHandler
EMFStore.EMFStore| Constructor and Description |
|---|
EMFStoreImpl(ServerSpace serverSpace,
AccessControl accessControl)
Default constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static EMFStore |
createInterface(ServerSpace serverSpace,
AccessControl accessControl)
creates a dynamic proxy backed by EmfStoreImpl.
|
Object |
invoke(Object obj,
Method method,
Object[] args) |
runCommandpublic EMFStoreImpl(ServerSpace serverSpace, AccessControl accessControl) throws FatalESException
serverSpace - the ServerSpaceaccessControl - the AccessControlFatalESException - in case of failurepublic Object invoke(Object obj, Method method, Object[] args) throws ESException
invoke in interface InvocationHandlerESExceptionInvocationHandler.invoke(java.lang.Object, java.lang.reflect.Method, java.lang.Object[])public static EMFStore createInterface(ServerSpace serverSpace, AccessControl accessControl) throws IllegalArgumentException, FatalESException
serverSpace - the server spaceaccessControl - an access control instanceIllegalArgumentException - thrown by Proxy.newInstanceFatalESException - thrown if something fatal happensCopyright © 2017. All rights reserved.