public interface ESServerCallObserver
| Modifier and Type | Method and Description |
|---|---|
void |
notifyPostServerCallExecution(Method method,
Object[] args,
Object result)
Notify the observer about a server call execution AFTER it occurred.
|
void |
notifyPreServerCallExecution(Method method,
Object[] args)
Notify the observer about a server call execution BEFORE it actually occurred.
|
void |
notifyServerCallExecutionESExceptionFailure(Method method,
Object[] args,
ESException exception)
Notify the observer about a server call execution failure with a EMFStore specific exception.
|
void |
notifyServerCallExecutionRuntimeExceptionFailure(Method method,
Object[] args,
RuntimeException runtimeException)
Notify the observer about a server call execution failure with a runtime exception.
|
void notifyPreServerCallExecution(Method method, Object[] args)
method - the called server method in EMFStoreargs - the method arguments.void notifyServerCallExecutionRuntimeExceptionFailure(Method method, Object[] args, RuntimeException runtimeException)
method - the called server method in EMFStoreargs - the method arguments.runtimeException - the runtime exception that occurredvoid notifyServerCallExecutionESExceptionFailure(Method method, Object[] args, ESException exception)
method - the called server method in EMFStoreargs - the method arguments.exception - the EMFStore specific exception that occurredCopyright © 2017. All rights reserved.